@charset "UTF-8";
html,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;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
#container {
	width: 791px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 50%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px;
	}
#container a {
	color: #9c3421;
	text-decoration: none;
	
}
#container a:hover {
	text-decoration: underline;
	color: #9c3421;
} 
#topHeader {
	background-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
}
#topHeader h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#header {
	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: #990000;
	background-image: url(../images/bg_topBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	display: block;
	height: 142px;
} 
#mainMenu {
	background-color: #041400;
	background-image: url(../images/mainMenu_bg.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	background-position: left top;
	padding: 0px;
	height: 20px;
	display: block;
	text-align: center;
}
#mainMenu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
}
#mainMenu ul li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 0px;
}
#mainMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	line-height: 20px;
}
#mainMenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993426;
}
#mainMenu li.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 418px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	float: right;
	width: 335px;
} 
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #668033;
	margin-bottom: 14px;
	margin-top: 19px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
#mainContent a {
	color: #993426;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #000000;
}
#comingUp {
	background-color: #EBF2DA;
	margin-left: 0 px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
}
#comingUp h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer {
	width: 791px;
	text-align: center; 
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 
#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}	
#footer a {
	color: #993426;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;	
}
.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;
}
