@CHARSET "ISO-8859-1";

body{
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px;
	text-align: center;
	background: #08519E;
	/*background: #283860;*/
	/*background: #AAA;*/
	/*background: url(../img/backGroundStripe.png);*/
}

#main{
	width: 960px;
	min-width: 800px;
	height: 1182px;
	border: 1px solid #888;
	margin: 0 auto;
	margin-top: 30px;
	padding: 1px;
	background: #F6F4FF;
}
#loadbox{
	border: 1px solid #777; 
	height: 25px; 
	width: 100px; 
	background: #DDD; 
	position: relative; 
	left: 430px;
	bottom: 12px;
	font-size: 12px;
	color: #333;
}
#loadimg{
	width:25px; 
	vertical-align: middle; 
	padding-left: 5px;	
}
#content{	
	text-align: left;
	padding: 12px;
	font-size: 14px;
	height: 800px;
}

img.Bttn{
	margin: 2px;	
}

img.Mssg{
	position: absolute; 
	left: 50%; 
	top: 163px; 
	margin-left: 120px;
}	

#site-login{
	font-size: 11px;	
	color: #555;
	position: relative;
	left: 387px;
	top: 6px;
	/*border: 1px solid #3D5DFF;*/
	padding: 1px;
	padding-right: 3px;
	/*background: #8DADFF;*/ 
	cursor: hand;
}

a.qlink:link, a.qlink:active, a.qlink:visited{
	font-size: 10px;
	color: #555;
	text-decoration: none;
}

#login-form{
	position: absolute;
	right: -1px;
	top: 18px;
	background: #FFF;	
	width: 200px;
	height: 0px;
	border: 1px solid #000;
	background: #F6F4FF;
	visibility: hidden;
	text-align: left;
}

#banner{
	background: url('../img/Banner.png') no-repeat;
	width: 960px;
	height: 130px;
}

#titlebar{
	margin-bottom: 12px;
	color: #061848;
	font-size: 18px;
}
#navbar{
	position: relative;
	bottom: 18px;
	text-align: center;	
	font-size: 10px;
	color: #000;
}
#terms{
	 height: 500px; 
	 overflow: auto; 
	 font-size: 11px; 
	 border: 1px solid #888; 
	 background: #FFF;"	
}
#footer{
	font-size: 10px;
	color: #FFF;	
	position: relative;
	bottom: 12px;
	text-align: center;
}

#menu{
	width: 960px;
	font-size: 12px;
	background: #555;
	border-top: 1px solid black;
	margin: 0px;
	width: 100%;
}

.item{
	text-decoration: none;
	color: #FFF;
	width: 130px;
	text-align: center;
	height: 28px;
	font-weight: bold;
	margin: 0px;
	border-left: 1px solid black;
	border-right: 1px solid #888;
	border-top: 1px solid #888;
}

.item:hover{
	color: #CCC;
	background: #061848;
	/*background: url('../img/MenuButton2.png');*/
}

a.navitem:link, a.navitem:active, a.navitem:visited{
	font-size: 10px;
	color: #000;
	margin-right: 5px;
	text-decoration: none;
}

a.navitem:hover{
	text-decoration: underline;
}