﻿@charset "utf-8";


/* Common Styles
*****************************************/
body {
	margin: 0;
	padding: 0;	
	font-size: 14px;
	line-height: 18px;
	color: #000000;	
	text-align: left; 
	font-family: "Tahoma", "Arial";
	background-color: #000000;
}
p {	
	padding: 0px 0px 16px 0px;
	margin: 0px;
}
img {
	border: 0px;
}
ul {
	margin-top: 0px;
	list-style-type: disc;	
}
a {	
	text-decoration: none;
}
a:link, a:active, a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #E01500;
}
h1 {
	color: #E01500;
	font-weight: normal;
	font-size: 24px;
	padding-top: 30px;
	line-height: 30px;
	font-family: "High Tower Text";	
}
h2 {
	color: #000000;
	font-weight: normal;
	font-size: 20px;
	padding-top: 0px;
	line-height: 24px;
	font-family: "High Tower Text";	
}
h3 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	padding-top: 0px;
	text-decoration: underline;
	font-family: "High Tower Text";
}
h4 {
	color: #E01500;
	font-weight: normal;
	font-size: 20px;
	padding-top: 0px;
	text-align:center;
}
h5 {
	color: #E01500;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 20px;	
}


/* Layout Styles
*****************************************/
#background {	
	position: relative;
	top: 30px;
	width: 800px;
  	height: 600px;
	margin: auto;
}
#logo {
	position: absolute;
	width: 87px;
	height: 150px;
	top: 10px;
	left: 40px;
	margin: auto;
	text-align: center;	
	z-index: 2;
}
.navbar {
	position: absolute;
	width: 130px;
	height: 430px;
	top: 170px;
	left: 0px;
	text-align: right;	
	font-family: "High Tower Text";
	font-size: 24px;
	line-height: 24px;
}
.navbar p {
	margin-bottom: -6px;
}

.navbar a:link, .navbar a:active, .navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navbar a:hover {
	color: #E01500;
	text-decoration: none;
}
#main {
	position: absolute;
	width: 630px;
	height: 600px;
	top: 0px;
	left: 170px;
	overflow: auto;
}
#title {	
	position: relative;
	width: 540px;
	font-family: "High Tower Text";
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	color: #000000;
	padding: 0px 25px 25px 25px;
	margin-top: 25px;
	display: none;
}
#bodytext {	
	position: relative;
	width: 540px;
	min-height: 575px;
	height: auto;
	background-color: #000000;
	background-repeat:repeat;
	color: #FFFFFF;
	padding: 0px 25px 25px 25px;
	margin-top: 25px;
}
#cleartext {	
	position: relative;
	width: 370px;
	height: 550px;
	padding:  0px 225px 0px 25px;
}
.events {	
	position: absolute;
	width: 250px;
	height: auto;
	top: 335px;
	left: 130px;
	padding:  0px 225px 0px 25px;
	font-size: 12px;
	cursor: pointer;
}
.events a:link, .events a:active, .events a:visited {
	color: #000000;
}
.events a:hover {
	color: #E01500;
}
.copyright {
	position: relative;	
	top: 30px;
	text-align: center;
	font-size: 10px;
	color: #888882;
}
.copyright a:link, .copyright a:active, .copyright a:visited, .copyright a:hover {
	color: #888882;
}
.calendar {
	position: relative;
	width: 370px;
	top: 0px;
	left: 0px;
	text-align: left;	
	font-size: 12px;
}
.calendar h1 {
	margin: 0;
	padding: 0;	
	font-size: 14px;
	font-weight: bold;
	color: #E01500;	
	text-align: center; 
}
.calendar td {
	text-align: center;
}
.calendar a {
	color: #FFFFFF;
}
.popup {
	position: absolute;
	width: 350px;
	top: 450px;
	height: 120px;
	left: 0px;
	padding: 0px 10px 10px 10px;
	text-align: left;	
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	display: none;
}
.popup h1 {
	margin: 0;
	padding: 0;	
	font-size: 14px;
	font-weight: bold;
	font-family: "Tahoma", "Arial";
	color: #E01500;	
}