@charset "utf-8";
/* CSS Document */

html, body
	{
	height:100%;
	width:100%;
	margin:0 auto;
	background-color:#2e2e2e;
	font-family:Arial;
	font-size:12px;
	color:#395c68;
	padding:0;
	}
div#shim 
	{
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -296px;
	float: left;
	}
div#container
	{
	position:relative;
	margin:0 auto;
	clear:both;
	width:890px;
	height:582px;
	/*left:50%;
	margin-left:-390px;
	top:50%;
	margin-top:-320px;*/
	background-color:#FFFFFF;
	padding:5px;
	z-index:2;
	}
div#header
	{
	position:absolute;
	width:890px;
	height:152px;
	background-image:url(img/header.jpg);
	z-index:3;
	}
div#sub
	{
	position:absolute;
	width:880px;
	height:29px;
	top:163px;
	background-color:#bbdae5;
	font-weight:bold;
	padding:2px 5px 0px 5px;
	z-index:3;
	}
div#menu
	{
	position:absolute;
	float:left;
	width:146px;
	padding-left:10px;
	top:200px;
	font-family:"Times New Roman";
	font-size:18px;
	text-transform:uppercase;
	z-index:3;
	}
div#content
	{
	position:absolute;
	width:714px;
	height:276px;
	left:161px;
	top:200px;
	background-color:#eaf6fa;
	overflow:auto;
	padding:0px 5px 5px 15px;
	z-index:3;
	}
div#footer
	{
	position:absolute;
	width:890px;
	height:73px;
	color:#395c68;
	background-color:#96c5d5;
	bottom:0;
	margin-bottom:5px;
	padding-top:22px;
	text-align:center;
	z-index:3;
	}
.form1 
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}
A:link{COLOR:#395c68;TEXT-DECORATION:none;}
A:visited{COLOR:#395c68;TEXT-DECORATION:none;}  
A:active{COLOR:#395c68;TEXT-DECORATION:none;} 
A:hover{COLOR:#00baf1;TEXT-DECORATION:none;} 