p, li{
	text-align:justify;
}
.ub{ 
	color:blue;
}
.hanging{
	margin-left:10px;
}
.title{
	font-size:18px;
	text-decoration:underline;
}
.s1{
	float:left;
	width:200px;
	text-align:center;
}
.s2{
	clear:left;
}
#headerlogo {
	background-image:url('../images/banner.gif');
	height:105px;
	width:759px;
	float:left;
	padding-right:1px;
}
#content{
	float:left;
	width:744px;
	min-height:514px;
	overflow:auto;
	padding:5px 5px 5px 5px;
	font-family:"Trebuchet MS", verdana, sans-serif;
	font-size:11px;
}
#footer{
	width:100%;
	height:42px;
	margin:auto;
	background-color:#0d5881;
	font-family:"Trebuchet MS", verdana, sans-serif;
	font-size:9px;
	color:white;
}
#footer a{
	color:white;
	text-decoration:none:
}
#footer a:hover{
	text-decoration:underline:
}
#page {
	width:760px;
	min-height:692px; 
	border:solid #b0d9f5 5px;
	margin:5px auto 5px auto;
	background-color:white;
}
body{
	background-color:#135581;
}
#menubar {
	height:23px;
	width:100%;
	margin:auto;
	background-color:#0d5881;
	float:left;
	text-decoration:none !important;
	text-align:center;
	position:relative;
	color:white;
}
#menubar a {
	color:white;
	text-decoration:none;
}
#menubar a:hover {
	text-decoration:underline;
}	
.row { color: white; background-color:#3db8c1;font-weight:bold }
.alr { color: black; background-color:white;font-weight:bold }
.fl { float: left; }