@charset "utf-8";
/* CSS Document */

body  {
	background: #ffffff;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #004c96;
	padding: 0px 0px 0px 0px;
	margin:0px;
	height: 147px;
} 
.twoColFixLtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: #004c96;
	;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* 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 */
	background: #004c96; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 2px 0px 0px;
	height: 1350px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; 0px  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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 */
}
.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 container that should fully contain a float */
	clear:both;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #nav {
	background-color: #f8951d;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
	padding-right: 0px;
}

.twoColFixLtHdr #container #subNav {
	background-color: #FDC789;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
	margin-top:1px;
	
}

a.navItem {
	padding-left: 30px;
	padding-top:10px;
	padding-bottom: 10px;
	color: #ffffff;
	margin-left:10px;
	margin-right:10px;
	text-decoration: none;
}
a.navItem:active {
	padding-left: 30px;
	padding-top:10px;
	padding-bottom: 10px;
	color: #ffffff;
	text-decoration: none;
}
a.navItem:hover {

	background:url(img/circle.gif) no-repeat left;
	}
a.navItemSelected {
padding-left: 30px;
	padding-top:10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #004C96;
}
	
/*SubNave*/
a.subNavItem {
	padding-left: 20px;
	padding-top:10px;
	padding-bottom: 10px;
	color: #004C96;
	margin-left:10px;
	margin-right:10px;
	text-decoration: none;
	font-size:0.8em;
}
a.subNavItem:active {
	padding-left: 20px;
	padding-top:10px;
	padding-bottom: 10px;
	color: #ffffff;
	text-decoration: none;
}
a.subNavItem:hover {

	background:url(img/circle.gif) no-repeat left;
	}
.twoColFixLtHdr #container #header .topHeaderImg {
	padding-left: 187px;
	border-left: 1px #000000 solid;
}
.twoColFixLtHdr #container #mainContent #news {
	width: 200px;
	top: auto;
	background-color: #f1f7fc;
	border: 1px solid #6699CC;
	float: right;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 0px;
	padding-right: 0px;
}
.twoColFixLtHdr #container #mainContent #content {
	width: 550px;
}
.twoColFixLtHdr #container #mainContent #news #newsHead {
	color: #FFFFFF;
	background-color: #6699CC;
	font-size: 1.2em;
	width: 207px;
	margin-left: -3px;
	margin-top: -3px;
}
h3.news {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: -20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color:#6699CC;
}
.twoColFixLtHdr #container #mainContent #news p .news {
}
.subNavItemSelected {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #6699CC;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 0.8em;
}

#contentHome {
	text-align:justify;
	width:325px;
	padding-left: 5px;
}

.homeTitle{
	text-align:left;
	width: 250px;
}

.title {
color:#6699CC;
margin-bottom:-15px;
}
h1 {
padding-top:15px;
}
.homePix {
border:1px #ffffff solid;
}
h3.newsHead {
padding-left: 3px;
margin:0px;
}
h2.contactbar {
	font-weight: bold;
	color: #FDC789;
	font-size: small;
	padding-left: 30px;
	height: 15px;
}
p.contactInfo {
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 30px;
	height: 10px;
}
a.contactInfo {
	color: #FFFFFF;
}
table.photoTable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:15px;
}
table.photoTable td {
padding:15px;
}
