body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  background-image:url('images/bgbg.jpg');
  background-repeat:no-repeat;
  background-position:top center;
  background-color:white;
  margin:0px;
  border:0px;
  padding:0px;
}
table{
	border:0px;
	border-collapse:collapse;
	empty-cells:show;
}
td {
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
  	font-size:12px;
}
form{
	margin:0px;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#0339B5;
}
a img{
	border:0px;
}
a:link, a:visited{ 
	color:#0339B5;
	text-decoration:none;
}
a:hover{
	color:#0339B5;
	text-decoration:underline;
}
input{
	border:1px solid #B4B4B4;
}
hr{
	border:1px solid #693A4A;
}

#content{
	width:780px;
	left: 50%;
	margin-left: -390px;
	position: relative;
}
#logoBar{
	text-align:center;
}
#navBar{
	background-image:url('images/navbar_back.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	height:23px;
}
#pageInfo{
	background-color:#fff;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
}
#footerCopyright{
	font-size:9px;
	color:#0339B5;
	margin:3px 0px 0px 3px;
	text-align:center;
}
#footerCopyright a{
	color:#0339B5;
	font-size:9px;
}
.navigation{
	width:176px;
	margin-right:14px;
	float:left;
	font-weight:bold;
	font-size:14px;
	padding:3px;
	border:1px solid white;
	border-bottom:0px;
	text-align:center;
	color:white;
	background-color:#0B91F0;
	background-image:url('images/navback2.gif');
	background-repeat:repeat-x;
}
.navigationOver{
	width:176px;
	margin-right:14px;
	float:left;
	font-weight:bold;
	font-size:14px;
	padding:3px;
	border:1px solid #0B91F0;
	border-bottom:0px;
	text-align:center;
	color:#0B91F0;
	background-color:white;
	cursor:pointer;
}
.navigation a{
	color:white;
}
.navigationOver a{
	color:#0B91F0;
}

.marginBottom10{
	margin-bottom:10px;
}
.marginBottom5{
	margin-bottom:5px;
}
.marginBottom3{
	margin-bottom:3px;
}
.bold{
	font-weight:bold;
}
.clear{
	clear:both;
}
.float{
	float:left;
}
.floatMargin{
	float:left;
	margin-right:10px;
}
.floatMarginLeft{
	float:right;
	margin-left:10px;
}
.arrow{
	float:left;
	width:25px;
}
.homeText{
	float:left;
	width:440px;
}
#homeInfoBoxes{
	float:left;
	width:275px;
	margin-left:10px;
}
.infoBoxContainer{
	
}
.infoBoxHeader{
	background-color:#0B91F0;
	padding:3px;
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
	background-image:url('images/navback2.gif');
	background-repeat:repeat-x;
}
.titleHighlight{
	background-color:#0878E6;
	padding:3px;
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
}
.titleHighlight h1{
	font-size:16px;
	color:white;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.infoBoxBody{
	padding:3px;
	background-color:#EFFFFF;
}
.hiddenText{
	color:white;
	font-size:8px;
}
.quote{
	font-size:14px;
	float:left;
	width:725px;
}
.sig{
	font-weight:bold;
	font-size:12px;
}
.center{
	text-align:center;
}