@charset "UTF-8";
/* CSS Document */

body  {
	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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BDBDAE;
	padding-bottom: 50px;
	margin-bottom: 50px;
	height: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
} 
.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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.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;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	color: #FFF;
}
.maintextextract {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	color: #FFF;
}
.greenextract {
	color: #004B5D;
}
.headings {
	color: #004B5D;
	font-variant: normal;
	letter-spacing: .5pt;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.menubar {
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #BE4F43;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	letter-spacing: 1pt;
}
.description {
	color: #390000;
	font-size: 14px;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1pt;
}
a {
	color: #BE4F43;
	text-decoration: none;
}
a:hover {
	color: #E3CFBA;
}
.dates {
	font-size: 13px;
	font-weight: bold;
	color: #0D4B5D;
}
a:visited {
	color: #E3CFBA;
}

