/* CSS Document */


body{
	background:url(images/mainbg.jpg) no-repeat;
	background-color:#007996;
	font-family:Arial, Helvetica, sans-serif;
	

}

#container{
	width:987px;
	margin:0 auto;
	
}


#ContentPane{
	width:488px;
	background:#DAE5EE;
	border: 2px solid #1D7695;
	
}

a{
	text-decoration:none;
	font-style:italic;
	color:#0066CC;
}



#header{
	width:985px;
	height:223px;
	background:url(images/header1.png);

}

#nav{

	width:100%;
	height:36px;
	text-align:center;
	position:relative;
	left:11px;
	padding:0;
	margin:0;
	
}

#nav ul{
	display:inline;
	padding:0;
	margin:0;
	
}

#nav li{
	display:inline;
	padding:0;
	margin:0;
	
}

.navlink{
	border:0;
	text-decoration:none;
	margin:0;
	padding:0;
	float:left;
}

input{

	border:1px solid #1D7695;
	margin-bottom:5px;
}

textarea{
	border: 1px solid #1D7695;
	width:300px;
}

#login_style
{
	position:relative;
	left:10px;
	top:160px;
	color:#FFFFFF;
	font-weight:bold;
}

#maincontent{
	/*background:url(images/bottomcopybg.png) repeat-x;*/
	background-color:white;
	width:952px;
	margin: 0 auto;
	position:relative;
	left:5px;
	padding:10px;
	border:1px soild yellow;
	
	
}

#undernav{
	width:972px;
	margin:0 auto;
	background:url(images/undernav1.jpg);
	height:32px;
	position:relative;
	left:5px;
	
}

#footer{
 width:972px;
 height:205px;
 margin:0 auto;
 background:url(images/footerbg.png);
 position:relative;
 left:5px;
}

#footertext{
	width:420px;
	position:relative;
	left:70px;
	top:126px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	
}

#footertext a{
	text-decoration:none;
	color:#FFFFFF;
	font-style:normal;
	font-weight:bold;
}

#supportbtn{
	position:relative;
	left:665px;
	top:28px;
	width:188px;
	height:40px;
}



