@charset "utf-8";
#container  {
	width: 780px; /* 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. */
	overflow: auto;
	background-color: #FFFFFF;
	background-position: top;
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

body  {
	background: #000000; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

}
.firstParaEmph {
	font-weight: bold;
	margin-bottom: 0px;
	color: #000000;
	font-size: 14px;
}

.emphasis {
	font-weight: bolder;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-transform: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 10px;
	text-transform: uppercase;
	height: 13px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #003300;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	letter-spacing: .1em;
}


a {
	color: #811517;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.firstPara {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.firstParaBold {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#header  {
	background: #DDDDDD;
	height: 200px;
	background-image: url(../images/masthead2.png);
	background-repeat: no-repeat;
} 

#header  h1  {
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

#navcontainer  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fba919; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px;
	}
	
/* place css fixes for all versions of IE in this conditional comment */

#navlist {
	padding-left: 0px;
	margin-left: 0px;
	width: 200px;
	list-style-type: none;
	line-height: 2em;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #fba919;
	}
	
#navlist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
}

#navlist a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #811517;
	text-decoration: none;
	background-color: #FBA919;
	display: block;
}

#navlist li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #811517;
	text-transform: lowercase;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #811517;
	list-style-type: none;
}

li a {
	display: inline-block;
	list-style-type: none;
	list-style-image: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 1em;
}

th {
	background-color: #FBA919;
	text-align: center;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

	
#mainContent  {
	zoom: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 10px;

} 

#mainContent h1 {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 1px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
}

#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0em;
	margin-top: 30.px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-top: 20px;
}
 
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fba919;
}

#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 */
}

#footer a {
	font-weight: bold;
	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;
}

.important {
	color: #FF0000;
	font-weight: bold;
}
.imgBorder {
	border: thin solid #811517;
	margin-right: 10px;
	margin-top: 10px;
}
.imgPadding {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 0px;
	width: auto;
	float: none;
	clear: none;
}
.fontstyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #82161B;
}
.fontstyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #570F12;
}
