@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: bold;
	color: #FFFFFF;
}
.siteContent {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.siteContentLeft {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; 
	color: #FFFFFF;
}
.siteContentLink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
.siteContentLink a:link {
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.siteContentLink a:visited {color: #660066;}
.siteContentLink a:hover {color: #999999;
}

.imageLinks a:link {color: #000000;
	text-decoration: none;
}
.imageLinks a:visited {color: #660066;}
.imageLinks a:hover {color: #999999;
	
}
	
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#flash {
	position:relative;
	visibility:visible;
	left:153px;
	top:184px;
	width:500px;
	height:400px;
	background-color:#000000;
	border:1px none #000000;
	z-index:2;
}
#backGround {
	position:absolute;
	visibility:visible;
	top:13px;
	width:800px;
	height:700px;
	background-color:#000000;
	border:1px none #000000;
	z-index:1;
	
	
}
#navBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	visibility:visible;
	left:138px;
	top:87px;
	width:661px;
	height:35px;
	background-color:#000000;
	layer-background-color:#000000;
	z-index:3;
	color: ffffff;
	text-align: right;
}.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
#footer {
	position:absolute;
	visibility:visible;
	left:15px;
	top:691px;
	width:505px;
	height:32px;
	background-color:#000000;
	layer-background-color:#CCCCCC;
	border:1px none #000000;
	z-index:4;
	text-align: left;
	vertical-align: text-bottom;
	margin-left:auto;
	margin-right:auto;
}
.navLinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 36px;
	width: 150px;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
	font-weight: bold;	
}
.flashImage {
	float: left;
	padding-right: 20px;
	margin: auto;
	padding-left: 10px;
}
.contentFloat {
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: none;
	color: #ffffff;
	margin: auto;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
