@charset "UTF-8";
body  {
	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: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/black_dash.jpg) repeat-x center top;
	
}
img {border: none;}
a {text-decoration: underline;}
.site #Nav {
	color: #FF9900;
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	height: 40px;
	text-align: center;
	margin: 0px auto 0px auto;
}
.site #Nav a:link, .site #Nav a:visited {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}
.site #Nav a:hover {color: #FF9900;}
.site #container {
	width: 800px;  /* 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: 1px solid #EEE;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px auto 0px auto;
} 
#mainContent p, #mainContent ol li, #mainContent ul li {
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.site #header {
	border-top: 1px solid #333333;
	border-bottom: 5px solid #333333;
	padding: 0;
	margin-bottom: 20px;
} 
.site #mainContent h1 {
	font-size: 20px;
	border-bottom: 3px solid #FF9900;
	font-weight: normal;
	color: #333333;
}
.site #mainContent h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
}
.site #mainContent h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background: url(../images/h1.jpg) no-repeat center top;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.site #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
}
.site #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.site #footer {
	padding: 20px;
	border-top: 5px solid #FF9900;
	text-align: center;
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	background-color: #E7E7E7;
} 
.site #footer a:link, .site #footer a:visited {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.site #footer a:hover {
	color: #FF9900;
}
.site #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
#sidebar1 { /* place css box model fixes for IE 5* in this conditional comment */ width: 230px; }
#sidebar1 { padding-top: 30px; /* place css fixes for all versions of IE in this conditional comment */ }
#mainContent { zoom: 1; /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */ }
