@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
}

.threeColFixed #containerMain {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center
}

.threeColFixed #header {

	padding: 0;
	margin:auto;
}

.threeColFixed #sidebar {

	float: left; /* since this element is floated, a width must be given */
	width: 236px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 0;
	margin: 5px 5px 5px 5px
}

.threeColFixed #mainContent {

	float: left; 
	width: 700px;
	margin: 5px 0px 5px 0px; 
	padding: 0 5px 0 5px;
	text-align:left;
}
.threeColFixed #homepageMainContent { 

	float: left; 
	width: 458px;
	margin: 5px 0px 5px 0px; 
	padding: 0 5px 0 5px; 

}

.threeColFixed #rightSidebar {

	float: right; /* since this element is floated, a width must be given */
	width: 236px;
	margin: 5px 5px 5px 5px; 
	padding: 0 0px; 
}

.threeColFixed #footer {

	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #2A3644;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:9px;
}

.threeColFixed #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: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a containerMain that should fully contain a float */

	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.rssDate {

	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px
}

.footerText {

	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px
}

.footerText a:link {

	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	text-decoration:none
}

.footerText a:active {

	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	text-decoration:none
}

.footerText a:hover {

	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	text-decoration:underline
}

.footerText a:visited {

	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	text-decoration:none
}

.linkContactTextBoxTitle {

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	padding-left:10px;
}

.linkContactTextBox {

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#3A5F76;
	padding-left:15px;
}

.linkContactTextBox a:link {

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#3A5F76;
	padding-left:15px;
	text-decoration:none
}

.linkContactTextBox a:visited {

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#3A5F76;
	padding-left:15px;
	text-decoration:none
}

.linkContactTextBox a:active {

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#3A5F76;
	padding-left:15px;
	text-decoration:none
}

.linkContactTextBox a:hover {

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#3A5F76;
	padding-left:15px;
	text-decoration: underline
}

.linkContactAddress {

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding-left:15px;
}

.jumpBoxText {

	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	padding-left:15px;
	width:210px;

}

.defaultLink {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.defaultLink a:link {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003869;
	font-weight:bold;
	text-decoration:none
}

.defaultLink a:visited {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003869;
	font-weight:bold;
	text-decoration:none
}

.defaultLink a:active {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003869;
	font-weight:bold;
	text-decoration:none
}

.defaultLink a:hover {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003869;
	font-weight:bold;
	text-decoration: underline
}

.pageTitle {
	
    font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#000;
	font-weight:bold;
}

.searcharea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	padding-right:2px;
	padding-top:2px;
	height:31px;
}

.searchbox {
	
	height: 13px;
}

.searchboximg {
	
	margin-top:2px;
}
.searchText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:bold
}
.breadcrumbText {
	
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000;
}

.breadcrumbText a:link {

	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#395F76;
	font-weight:bold;
	text-decoration:none
}

.breadcrumbText a:visited {
	
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#395F76;
	font-weight:bold;
	text-decoration:none
}

.breadcrumbText a:active {

	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#395F76;
	font-weight:bold;
	text-decoration:none
}

.breadcrumbText a:hover {

	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#395F76;
	font-weight:bold;
	text-decoration: underline
}