body {margin:0px; 
font-family: Arial, Helvetica, sans-serif; color:#ffffff; font-size: 13px; text-align:justify;
background-image: url(images/bg.jpg);
	
	
	background-color: #7D798E;
	


}
* {padding:0; margin:0}




.oneColFixCtrHdr #container {
	width: 889px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

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


h1 {



font-family:  Lucida Grande, Lucida Sans Unicode, sans-serif;
font-style:normal;
font-weight:normal;
	font-size: 20px;
	line-height: 1.2em;
color: #666666;

}




h2 {



font-family:  Arial, Arial, Helvetica, sans-serif;
font-weight:normal;
font-style:normal;
	font-size: 20px;
	line-height: 1.2em;
color: #666666;

}



h3 {



font-family:  Lucida Console, Monaco, monospace;
font-weight:normal;
font-style:normal;
	font-size: 20px;
	line-height: 1.2em;
color: #666666;

}



h4 {



font-family:  Palatino Linotype, Book Antiqua, Palatino, serif;
font-weight:normal;
font-style:normal;
	font-size: 20px;
	line-height: 1.2em;
color: #666666;

}

h5 {



font-family:  Trebuchet MS, Helvetica, sans-serif;
font-weight:normal;
font-style:normal;
	font-size: 20px;
	line-height: 1.2em;
color: #666666;

}



h6 {



font-family:  Verdana, Verdana, Geneva, sans-serif;
font-weight:normal;
font-style:normal;
	font-size: 20px;
	line-height: 1.2em;
color: #666666;

}


.footings {
	font-family: Arial, Helvetica, sans-serif; color:#ffffff; font-size: 13px; text-align:justify;
}

.footingssmall{
	font-family: Arial, Helvetica, sans-serif; color:#cccccc; font-size: 10px; text-align:justify;
}


.dropdown {float:left; padding-right:2px; font:12px Verdana, Arial, Helvetica; color:#333333;}
.dropdown dt { border:0px solid #9ac1c9; padding:8px;  cursor:pointer;}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none;  z-index:200; opacity:0}
.dropdown ul {width:204px; border:1px solid #9ac1c9; list-style:none; }
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:url(images/dropdownbg.png) ; background-color:#CCCCCC; width:194px}
.dropdown a:hover {background:#ffffff; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}