/* CSS Document */

#backgroundlgContainer{
	position:relative;
	margin: 0 auto;
	width: 850px;
	height: 900px;
	background-color:#00CCFF;
	background-image: url(images/longGrad.gif);
	background-repeat: repeat-y;
}
#banner{
	position:absolute;
	left:25px;
	width: 800px;
	height: 250px;
	background-color:#333399;
}
#mainContainer{
	position:absolute;
	left:25px;
	top:250px;
	width: 800px;
	height: 550px;
	background-color:#333399;
	}
#navContainer{
	position:absolute;
	left:1px;
	top:1px;
	width:798px;
	height:31px;
	background-color:#333399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	}
	#leftNav{
	position:absolute;
	left:0px;
	top:31px;
	width:175px;
	height:600px;
	background-color:#00CCFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFF33;
	border-right-color: #FFFF33;
	border-bottom-color: #FFFF33;
	border-left-color: #FFFF33;
	background-image: url(images/leftGrad.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333399;
	text-align: left;
	}
	#middleContainer{
	position:absolute;
	left:175px;
	top:82px;
	width:400px;
	height:550px;
	background-color:#FFFFFF;
	background-image: url(images/middleNavCorner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333399;
	display: block;
	text-align: justify;
	}
	
	#textContainer{
	position:absolute;
	left:15px;
	top:15px;
	width:370px;
	height:490px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15.5px;
	color: #333399;
	text-align: justify;
	}
	#textContainer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#00CCFF;
	text-decoration:underline;
	text-align: justify;
	}
	#textContainer a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#333399;
	text-decoration:underline;
	text-align: justify;
	}
	#rightextContainer{
	position:absolute;
	left:15px;
	top:10px;
	width:205px;
	height:585px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#FFFFFF;
	}
	#leftextContainer{
	position:absolute;
	left:5px;
	top:10px;
	width:150px;
	height:585px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15.5px;
	color:#333399;
	}
	#headerContainer{
	position:absolute;
	left:175px;
	top:31px;
	background-color:#FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFF33;
	width:400px;
	height:50px;
	}
	#rightNav{
	position:absolute;
	left:575px;
	top:31px;
	width:225px;
	height:600px;
	background-color:#333399;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFF33;
	background-image: url(images/rightNavGrad_r1_c1.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: left;
	}
	#footer{
	position:absolute;
	left:0px;
	top:632px;
	width:600px;
	height:18px;
	background-color:#333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 16px;
	}
	#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 16px;
	}

	#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFF33;
	text-decoration:underline;
	}
		#footer2{
	position:absolute;
	left:600px;
	top:632px;
	width:200px;
	height:18px;
	background-color:#333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 16px;
	}
	#footer2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 16px;
	}

	#footer2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFF33;
	text-decoration:underline;
	}
	
