/*
003E91 - blue
FFE019 - yellow
CCD9E8 - light blue
0960D4 - mid blue
*/

body {
	background: #003E91;
	color:#000000;
	font: 11px/16px Arial ;
	margin: 0px 0px 0px 0px;
}
td {
	font-family: Arial;
	font-size: 11px;
	padding:0px;
	margin:0px;
	
}
table {
	padding:0px;
	margin: 0px;
}
a {
	color: #003E91;
	font-weight: bold;
	text-decoration: underline;
}
a.footer {
	color: #003E91;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#float_l{
	float: left;
}
#float_r{
	float: right;
}
#clrfloat_r{
	clear: both;
	float: right;
}
#clrfloat_l{
	clear: both;
	float: left;
}
/* */
#outer_shell {
	position: absolute;
	top: 0%;
	left: 50%;
	text-align: center; /* IE hack */	
}
#inner_shell{
	position: absolute;
	margin-left: -402px;
	width: 804px;
	height: auto;
	background: url(images/bg.gif) repeat-y;
}
#page_shell {
	width: 766px;
	height: 295px;
	border: 0px;
	padding-left: 17px;
	padding-right: 21px;
	padding-top:35px;
	background: url(images/bg_top.gif) left top no-repeat;
		
}
#top{
	padding-left: 20px;
	width: 736px;
	height: 120px;
	
}

#login{
	float: right;
	padding-top:50px;
	padding-left:200px;
}
/*t r b l*/
#mid {
	clear:both;
	float:left;
	width: 756px;
	height: auto;
	text-align: left;
	padding: 7px 0px 25px 12px;
	background: url(images/border_mid.gif) left bottom  no-repeat;
}
#mid_int {
	clear:both;
	float:left;
	width: 739px;
	height: auto;
	text-align: left;
	padding: 7px 0px 25px 29px;
	background: url(images/border_mid.gif) left bottom  no-repeat;
}
#mid_admin {
	clear:both;
	float:left;
	width: 756px;
	height: auto;
	text-align: left;
	padding: 7px 0px 25px 5px;
	background: url(images/border_mid.gif) left bottom  no-repeat;
}
#boxes {
	float: left;
	width: 170px;
	padding:20px 10px 20px 15px;
	height: auto;
}
#content {
	float: left;
	padding-left: 10px;
	padding-bottom: 20px;
	width: 535px;
	height: auto;
	text-align: left;
}
#welcometxt {
clear:both;
float:left;
width:90%;
padding-left:40px;
}
#bot {
	clear:both;
	float:left;
	width: 756px;
	font-size: 10px;
	color: #003E91;
	height: auto;
	padding: 7px 0px 23px 10px;
}
#bottom_shell { 
	clear:both;
	float:left;
	width: 766px;
	background: #CAE0FF url(images/border_bot.gif) top left no-repeat;
	height: 700px;
	
	padding-bottom: 200px;
}
#footer_shell {
	padding-top: 15px;
	padding-bottom: 120px;
	clear:both;
	float:left;
	width: 797px;
	background: #F68E35 url(images/border_bot.gif) top repeat-x;
	text-align: center;
	font-size: 10px;
}
.hdr {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
}
.navbar{
	padding:7px;
	padding-bottom:12px;
	margin-bottom:20px;
	background-color:LightBlue;	
}

