@charset "utf-8";
/* CSS Document */
a:link,a:visited,a:hover,a:active{
	color:rgb(16,82,186);
	text-decoration:none;	
}
a.menu:link,a.menu:visited,a.menu:active{
	/*color:#1052ba;*/
	/*color:#c5d5ef;*/
	color:#e2df25;
	text-decoration:none;	
}
a.menu:hover{
	color:white;
	text-decoration:none;
}
a.current:link,a.current:visited,a.current:active,a.current:hover{
	color:white;
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;
}
#container{
	width:1024px;
	
}

#header{
	width:960px;
	height:190px;
	position:relative;
	top:-30px;
	z-index:-1;
}

#link{
	color:white;
	font-family:Arial;
	font-size:10pt;
	position:relative;
	top:145px;
	left:0px;
	margin: 0 30px 0 30px;
	font-weight:bold;
	
	
}



#title{
	color:rgb(16,82,186);
	font-style:normal;
	font-family:Arial;
	/*font-family:"Century Gothic";*/
	font-size:22pt;
	padding-bottom:10px;
	text-align:left;
}

#main{
	position:relative;
	top:-20px;
	color:#000000;
	font-style:normal;
	font-family:Arial;
	font-size:10pt;
	text-align:left;
	line-height:1.5;
	margin:0 75px 0 75px;
}
#footer_links{
	color:rgb(16,82,186);
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}


#footer{
	color:#878787;
	font-size:10px;
	font-family:Arial;
	text-align:center;
}

#login_form{
	float:right;
	width:250px;
	position:relative;
	top:-25px;
	margin:10px 10px -10px 45px;
}

#form_table{
	border: 1px solid #63c0e5;
	/*background-color:#d8edf2;*/
	background-color:#d6e9ed;
	width:250px;
}
/*fix for IE bug not setting input text and password widths the same*/
input {
      font-family: sans-serif;                
}
#thumbnail{
	float:right;
	text-align:center;
	margin:10px;
	position:relative;
	top:0px;
}



