/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #006666;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

#banner {
	position:absolute;
	left:50px;
	top:0px;
	width:1060px;
	z-index:1;
	height: 140px;
	background-color: #FFFFFF;
}

#TopLinks {
	position:absolute;
	left:50px;
	top:139px;
	width:1060px;
	height:35px;
	z-index:1;
	color: #FFFFFF;
	background: url(../images/toplinksbckground.gif) repeat-x;
}

#LeftNav {
	position:absolute;
	left:50px;
	top:174px;
	width:190px;
	height:782px;
	z-index:11;
	background-color: #DEEDEB;
	padding: 10px;
	line-height: 17px;
	border-right: thin solid #CCCCCC;
}
.style1 {font-size: 10px}

#MainContent {
	position:absolute;
	left:261px;
	top:174px;
	width:588px;
	height:694px;
	z-index:8;
	background-color: #FFFFFF;
	padding: 10px;
	border-right: thin solid #CCCCCC;
}

#MissionStatment {
	position:absolute;
	left:870px;
	top:174px;
	width:220px;
	height:150px;
	z-index:5;
	background-color: #003366;
	line-height: 17px;
	color: #FFFFFF;
	padding: 10px;
}

#Login {
	position:absolute;
	left:870px;
	top:345px;
	width:220px;
	height:90px;
	z-index:6;
	background: #DEEDEB;
	padding: 10px;
	line-height: 17px;
}

#QuickLinks {
	position:absolute;
	left:870px;
	top:455px;
	width:220px;
	height:412px;
	z-index:7;
	background-color: #FFFFFF;
	padding: 10px;
	border-top: thin solid #CCCCCC;
}

#Sponsors {
	position:absolute;
	left:261px;
	top:888px;
	width:849px;
	height:77px;
	z-index:10;
	background-color: #FFFFFF;
	padding-top: 5px;
	border-top: thin solid #CCCCCC;
	padding-bottom: 5px;
}

#Footer {
	position:absolute;
	left:50px;
	top:976px;
	width:1060px;
	height:110px;
	z-index:12;
	background: no-repeat;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.black:link {color: #000000;
}
a.black:active {color: #000000;
}
a.black:visited {color: #000000;
}
a.black:hover {color: #000000;
}

a.white:link {color: #FFFFFF;
}
a.white:active {color: #FFFFFF;
}
a.white:visited {color: #FFFFFF;
}
a.white:hover {color: #CCCCCC;
}
.lineheight {
	line-height: 17px;
}
.indent {
	text-indent: -10px;
	padding-left: 15px;
}
.leftimage {
	float: left;
	padding-right: 10px;
}
.rightimage {
	float: right;
	padding-left: 10px;
}

a.red:link {
	color: #FF0000;
	font-weight: bold;
}
a.red:active {
	color: #FF0000;
	font-weight: bold;
}
a.red:visited {
	color: #FF0000;
	font-weight: bold;
}
a.red:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
