@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
}

h1 { color: #444444;
	font-size: 12px } 
h2 { color: #333333;
	font-size: 13px } 
h3 { color: #555555;
	font-size: 15px } 
h4 { color: #333333;
	font-size: 16px } 
h5 { color: #333333;
	font-size: 18px; }

p { font-size: 11px; 
	color:#444444; }
a { font-size: 11px;
	text-decoration: none; 
	color: #333333; }

.tbltxt 
{	text-align: left;
vertical-align: top;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 10px;
color: #444444; }

.oneColElsCtrHdr #container {
	width: 57em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px; }
.oneColElsCtrHdr #header { 
	background: #ffffff; 
	padding: 5px 3px 0px 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. */ } 
.oneColElsCtrHdr #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 */ }
.oneColElsCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	padding: 10px 0px 0px 0px; }
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; } 
.oneColElsCtrHdr #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: 15px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ }

#nav, #nav ul {
	padding: 5px 0px 18px 4px;
	margin: 0;
	list-style: none; }
#nav a {
	display: block;
	width: 7em; }
#nav li {
	float: left;
	width: 7em; }
#nav li ul {
	position: absolute;
	background: #eeeeee;
	width: 7em;
	left: -999em; }
#nav li:hover ul {
	left: auto; }

#nav li:hover ul, #nav li.sfhover ul {
	left: auto; }

</style>


