html {
	font-size: 125%;
}
body {
	font: 50% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #071434;
}
#container {
	font-size: 1.2em;
	text-align: left;
	width: 792px;
}
h1 { font-size: 1.8em;
		font-weight: bold;
		color: #3f4d96;
		}

.purpletop {
	background: #42004d;
	height: 19px;
}
#header {
	height: 138px;
	border-bottom: 1px solid #3f4d96;
}
#main_subheader {

	height: 18px;
	border-bottom: 1px solid #3f4d96;
}
#nav {
	background: #3f4d96;
	height: 28px;
	border-top: 10px solid #7783c0;
	border-bottom: 10px solid #7783c0;
}

#leftside {
	
	float: left;
	width: 181px;
	margin-top: 17px;
	margin-right: 12px;
	margin-left: 13px;
	text-align: center;
}

#sidenav {
	text-align: center;
	background: #7783c0;
	width: 139px;
	padding-left: 8px;
	padding-right: 14px;
	padding-bottom: 9px;
	border: 9px solid #3f4d96;
	margin-right: auto;
	margin-left: auto;
	
}
#holder {
	width: 507px;
	padding-left: 10px;
	margin-top: 17px;
	float: left;
	
}

#maintext {
	float: left;
	width: 352px;
	padding-left: 19px;
	padding-right: 19px;
	margin-top: 17px;
	/*margin-right: 27px;*/
	
}
#maintext_sub {
	float: left;
	width: 480px;
	margin-top: 17px;
	
	
}
#rightcolumn {
	float: left;
	width: 177px;
	margin-top: 17px;
	
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
#news {
	margin-top: 15px;
	width: 177px;
}
.bluebox {
	background: #404e96;
	height: 18px;
	width: 177px;
	margin-bottom: 10px;
}
#forms {
	margin-top: 15px;
	width: 177px;
	margin-bottom: 30px;
}
#footer {
	clear: both;
	width: 761px;
	border-top: 1px solid #3f4d96;
	border-bottom: 1px solid #3f4d96;
	font-size: .95em;
	text-align: center;
	padding: 25px;
	margin-top:  20px;
}
.rate { border-bottom: 1px solid #000000; }

.link {
	
	padding-left: 12px;
	
}

.mainpg {
  text-indent: 1.5em;
  margin-top: 0px; margin-bottom: 0px;
  text-align: justify;
 }

.subpg_justify {
  text-align: justify;
 }
.servdesc
{
float: left;
width: 200px;
margin: 0 5px 20px 5px;
padding: 2px;

}

 .clearboth { clear: both; }

h4 { padding-bottom: 0px;
	margin-bottom: 0px;}
	
a.mainlink:link {color: red}     /* unvisited link */
a.mainlink:visited {color: red}  /* visited link */
a.mainlink:hover {color: red}   /* mouse over link */
a.mainlink:active {color: red}   /* selected link */