@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #B6C5E2;
}

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	color: #666666;
	line-height: 1.5;
	text-align: justify;
	padding-right: 20px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #496477;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
}
.header A:link {
	COLOR: #496477;
	TEXT-DECORATION: none;
	}
.header A:hover {
	COLOR: #E7A352;
	text-decoration: underline;
}
.header A:visited {
	COLOR: #BAC6BC;
	TEXT-DECORATION: underline;
}

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align: left;
}

h2 {font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;}

h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #426bb5;
	font-weight: bold;
	text-align: left;
}

h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align: center;
}

h5 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #426bb5;
	text-align: left;
}

h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #426bb5;
	text-align: left;
}

a:link {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #426bb5;
} 

a:visited {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #131D26;
}

a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #37566B;
	border: none;
	text-decoration: none;

}

.footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0px;
}
	
	
.footernav A:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
.footernav A:hover {
	COLOR: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
.footernav A:visited {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	text-align: center;
	background-color: #ffffff;
} 
.thrColFixHdr #header {
	height: 180px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/website_header.jpg);
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 125px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent1 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent2 {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
} 
.thrColFixHdr #mainContent3 {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
} 
.thrColFixHdr #mainContent4 {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
} 
.thrColFixHdr #mainContent5 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;

} 
.thrColFixHdr #mainContent6 {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
} 
.thrColFixHdr #footer {
	background-color: #426bb5;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-top-color: #B6C5E2;
	border-right-color: #B6C5E2;
	border-bottom-color: #B6C5E2;
	border-left-color: #B6C5E2;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 200px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.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 */
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;
	padding: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 155px;
	padding: 0px;
	margin: 0px;
	float: none;
	background-position: center;
	text-align: left;
}

#vertmenu h1 {
	display: block;
	background-color: #d7d9d9;
	font-size: 80%;
	padding: 5px;
	color: #426bb5;
	margin: 0px 0em;
	width:155px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #426bb5;
	width:130px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #426bb5;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #426bb5;

}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #FFFFFF;
	background-color: #426bb5;
}
/* images */
.img1 {
  border: 1px solid #DDD; 
  padding: 5px;
  background-color: #FFF;
  margin: 5px 15px 5px 0px;
}
img.float-right {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
