@charset "utf-8";
a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #022c55;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #022c55;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active, a:focus 
{
	font-family: Verdana, Geneva, sans-serif;
	color: #a5c1d8;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #9fadb8;
	margin: 0;
	color: #000;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
div#buttonbar {
	width: 250px;
	margin: 0 auto;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}
.container {
	width: 900px;
	margin: auto;
	margin-top: 3px;
	padding: 0;
	background-color: #ffffff;
}
.content
{
	padding-left: 4px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0;
	margin: 0 0;
	vertical-align: top;
	border: 1px;
	min-height: 150px;
	clear: both;
}
	
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	top: auto;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #e2e3e3;
	text-decoration: none;
	font-size: x-small;
	padding-bottom: 0;
	margin: 0 0;
	width: 100%;
	background-color: #022c55;
	height: auto;
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #052a54;
	margin-top: 0;
}
h2 
{
font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #002f43;
	margin-top: 0;	
}
h3
{
font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #fa3a00;
	margin-top: 0;
}
h5
{
font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #b80901;
	margin-top: 0;
}
h6
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #ffffff;
	margin-top: 0;
	font-weight: normal;
}
.header {
	background-color: #ffffff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;

}
/*a img {
	border: none;	
}*/
.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}
.imgright {
float: right;
padding: 6px 10px 6px 0px;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;

}
.middle
{
      margin-top: 7px;
      background-color: #89a2c7;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
#phone {
	margin-left:740px;
	margin-top: 35px;
	font-size: medium;
	font-weight: bold;
	color: #104578;	
}
.sidebar1 
{
	float: left;
	width: 180px;
	background-color: #ffffff;
	margin-top: 10px;
}
table 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
}
#text
{
	padding-top: 30px;
	padding-bottom: 0px;
	margin: 0 0;
	
}
ul, ol, dl 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 20px;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
}

