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;
	background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjZmZmZmZmIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDVMNiAwWk0tMSA3TDcgMVoiIHN0cm9rZT0iI2YwZjBmMCIgc3Ryb2tlLXdpZHRoPSIwLjUiPjwvcGF0aD4KPC9zdmc+");
}
#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;
}	
.grid
{
    border-spacing: 0px;
    border-style: outset;
    border-width: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.grid th
{
    background-color:#0d5881;color:white;font-size:1.2em;
    border-width: 1px;
    border-style: inset;
}
.grid td
{
    color: white; 
    background-color:#3db8c1;
    font-weight:bold;
    border-width: 1px;
    border-style: inset;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.grid .odd td
{
     color: black; background-color:white;font-weight:bold;
}
.fl { float: left; }
