@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

.twoColFixLtHdr #container {
	width: 850px;  /* 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-color: #FFFFFF;
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixLtHdr  #container  #HeaderContact  {
	float: right;
	color: #0E10A6;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
}
#HeaderContact a {
	text-decoration: none;
	color: #0E10A6;
}

.twoColFixLtHdr #container #HeaderContact #Quote {
	font-weight: bold;
	color: #990000;
}
#HeaderContact  #Quote  a:link   {
	color: #990000;
}
#HeaderContact  #Quote  a:active   {
	color: #990000;
}
#HeaderContact  #Quote  a:visited   {
	color: #990000;
}
#HeaderContact  #Quote  a:hover   {
	color: #FF0000;
}



.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #333333;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	background-image: url(images/leftNav.gif);
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixLtHdr  #container  #sidebar1  h2 {
	font-size: 15px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #sidebar1 a:link {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:active {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:visited {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	position: absolute;
	top: 460px;
}
	
.twoColFixLtHdr #container #sidebar2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #sidebar2 a {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 15px;
}

.twoColFixLtHdr #container #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #0E10A6;
	font-weight: normal;
	font-size: 22px;
}



.twoColFixLtHdr #container #headerNav td {
	color: #FFFFFF;
	font-size: 12px;
}
#headerNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#headerNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#headerNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headerNav a:hover {
	color: #FFFF00;
	text-decoration: none;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 190px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header h1 {
	height: 200px;
}
.twoColFixLtHdr #container #mainContent h1 {
	color: #333333;
	font-size: 25px;
}
#mainContent img {
	clear: none;
}



.twoColFixLtHdr #container #header h1 {
	font-size: 9px;
	text-decoration: none;
	display: none;
}
#GoGreen img {
	clear: both;
	float: left;
	position: absolute;
	top: 78px;
}
#mainContent p {
	font-size: 12px;
	line-height: 18px;
}
#mainContent h3 {
	font-size: 14px;
}
#mainContent h6 {
	font-weight: normal;
	font-style: italic;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent h5 {
	color: #002C44;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}
#mainContent td {
	font-size: 12px;
}



#mainContent li {
	font-size: 12px;
}
#footer p {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
   #footer #Senny {
	font-size: 10px;
	color: #0E10A6;
	font-family: Arial, Helvetica, sans-serif;
}
#footer  a:link {
	color: #0E10A6;
	text-decoration: none;
}
#footer a:active {
	color: #0E10A6;
	text-decoration: none;
}
#footer  a:visited {
	color: #0E10A6;
	text-decoration: none;
}
#footer  a:hover {
	color: #000000;
	text-decoration: none;
}
#mainContent li {
	padding-top: 4px;
	padding-bottom: 4px;
}
#mainContent a:link {
	color: #0E10A6;
	text-decoration: none;
}
#mainContent a:visited {
	color: #0E10A6;
	text-decoration: none;
}
#mainContent a:active {
	color: #0E10A6;
	text-decoration: none;
}
#mainContent a:hover {
	color: #B7080A;
	text-decoration: underline;
}
#mainContent td h2 {
	padding: 0px;
	margin: 0px;
}

#mainContent td h3 {
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 8px;
	font-size: 12px;
	margin: 0px;
	background-image: url(images/ButtonBlueLight.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#mainContent td h3 a:link {
	color: #FFFFFF;
	background-color: #97A0C1;
	padding: 3px;
	font-size: 12px;
	margin: 0px;
}
#mainContent td h3 a:visited {
	color: #FFFFFF;
	background-color: #97A0BD;
	padding: 3px;
	font-size: 12px;
	margin: 0px;
}
#mainContent td h3 a:hover {
	color: #000000;
	background-color: #96A0C3;
	padding: 3px;
	font-size: 12px;
	margin: 0px;
	text-decoration: none;
}
#mainContent  .outline  {
	padding: 3px;
	border: 1px solid #666666;
}
#mainContent h6 {
	font-size: 11px;
	color: #999999;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0px;
}
#mainContent h4 {
	color: #FFFFFF;
	background-color: #92A2DA;
	padding: 3px;
	margin: 0px;
}


.ImageCaption {
	style="width:image width px;
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	padding: 5px;
	border: thin solid #00FF00;
}
