@charset "utf-8";
/* CSS Document */

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #060;
}
.twoColFixLtHdr #container {
	width: 851px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #090;
	margin: 20px auto 0px; /* 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. */
	color: #333;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	height: 350px
	padding: 0;  /* 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. */
	background-color: #333;
} 
.twoColFixLtHdr #header2 {
	height: 250px
	padding: 0;  /* 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. */
	background-color: #333;
	margin: 0;
	} 
.twoColFixLtHdr #navigation {
	width: 847px;
	background:#F00
	float:left;
	padding: 2px 0px 0px 2px;  /* 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. */
	background-color: #36C;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	height: 80px;
	margin: 0px;
} 
#nav{
border-bottom: 
background:#F00;
1px solid #000000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px;
	background-color: #090;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	width: 208px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* 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: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
	width: 560px;
	float: right;
} 
#container #sidebar1 img {
	text-align: left;
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333;
	height: 25px
} 
.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: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #FFF;
}
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#container #sidebar1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #F00;
}
#container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	float: none;
}
#container #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 155%;
	font-weight: bold;
	color: #333;
}
#container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
}
#container #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 140%;
	color: #333;
	font-weight: bold;
}
#container #mainContent p a img {
	float: left;
	padding-right: 10px;
	border: none;
}
.twoColFixLtHdr #container #mainContent table tbody tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #360;
	font-weight: bold;
}
#container #mainContent ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333;
}
#container #mainContent  img {
	float: left;
	background-image: url(board-10-20_files/images2/photo_page_photo.jpg);
}
#container #mainContent h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #333;
}
#container #sidebar1 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #FFF;
}
#container #bannerimg {
	float: left;
	height: 250px;
	width: 850px;
}
.twoColFixLtHdr img {
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #topimg {
	height: 250px
	padding: 0;  
	
}
#container #mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #333;
}
#container #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
}
#container #sidebar1 h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
}
#container #sidebar1 p a {

}
.twoColFixLtHdr #container #sidebar1 p a {
	color: #FF3;
}
