@charset "utf-8";

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

	.style12 {color: #0000FF;
	font-weight: bold;
}
.style14 {font-weight: bold}
.style3 {font-size: 12px}
.style9 {
	color: #009900;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 16px;

	margin-top: 25px;
}

.style1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
	background-color: #000000;
} 
.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 */
	font-family: Tahoma;
	font-size: 14px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px;
	background-color: #FFFFFF;
	margin-left: 5px;
	padding: 0px;
	margin-top: 15px;
}
.twoColFixLtHdr #mainContent {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 25;
	padding-left: 10px;
} 
.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 */
	font-family: Tahoma;
	font-size: 10px;
}
.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;
}
.contenttext {
	font-family: Tahoma;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#button li a {
	display: block;
	background-color: #666666;
	color: #fff;
	text-decoration: none;
	width: 120px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: #006600;
	padding: 2px;
	margin-left: 2px;
	font-weight: normal;
	font-size: 12px;
		}



	#button li a:hover {
	background-color: #009900;
	color: #fff;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: #999999;
	font-weight: normal;
	width: 120px;
	font-size: 12px;
		}
		#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
	margin: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-weight: normal;
	border-bottom-color: #006600;
		}
		#button {
	width: 138px;
	font-family: Tahoma;
	background-color: #009900;
	color: #666666;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border: 2px solid #006600;
	font-size: 11px;
	font-weight: normal;
	}
