@charset "utf-8";

body {
	margin-top: 0px;
	background-color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#header {
	font-size: 90%;
	position: relative;
	top: 0;
	left: 0;
	height: 194px;
	background-image: url(../images/BannerBG.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-width: 850px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#headerLeft {
	position: absolute;
	width: 116px;
	height: 157px;
	left: 0;
	top: 0;
}
#headerRight {
	position: absolute;
	width: 121px;
	height: 157px;
	right: 0;
	top: 0;
	clear:left;
}
#headerTitle {
	position: absolute;
	min-width: 608px;
	height: 157px;
	width: 100%;
}
#tag {
	position: absolute;
	height: 37px;
	margin-left: 5%;
	margin-right: 25%;
	width: 75%;
	top: 157px;
}

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	height: auto;
	width: 95%;
	min-width: 800px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	top: 50px;
}

#leftNav {
	position: absolute;
	height: auto;
	width: 130px;
	top: 0;
	left: 0px;
}

#mainContent {
	background-color: #000000;
	position: absolute;
	height: auto;
	width: 75%;
	left: 150px;
	right: 10px;
	top: 0x;
}

#footer {
	position: relative;
	background-color: #000000;
	width: 850px;
	bottom: 0px;
	margin: auto;
	top: auto;
	left: 0px;
}

.footer:link {color: #CC0000;}
.footer:visited {color: #666666;}
.footer:focus {color: #FF6600;}
.footer:hover {color: #FF6600;}

a:footer {
	font-size: 10px;
	color:#CC0000;
	text-decoration: none;
}

a:link {
	font-size:13px;	
	color:#DE780F;
	text-decoration:none;
	font-weight:bold;
	}
	
a:visited {
	font-size:13px;	
	color:#FFFFCC;
	text-decoration:none;
	}

a:focus {color:#FF6600;}
	
a:hover {color:#FFFF00;}
	
a:active {color:#FF0000;}

.content:link {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

.content:visited {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

.content:focus {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

.content:hover {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

