@charset "utf-8";
[if IE 5]>
<STYLE TYPE="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 215px; }
</STYLE>
<![endif][if IE]>
<STYLE TYPE="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 75px; }


.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;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:normal;
	color: #BC3F16;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2{
font-family:arial;
 font-size: 9pt;
 line-height:15pt;
 color: #999999;
}

h3{
font-family:arial;
 font-size: 9pt;
 line-height:13pt;
 color:#BC3F16;
}

h4{
font-family:arial;
 font-size: 7pt;
 line-height:12pt;
 color:#666666;
}

p{
	font-family:arial;
	line-height:12pt;
	font-size: 10pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.gray9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}


.green{
color:#556B2F;
}


.RedSmallHeading {
	font-family:arial;
	font-size: 8pt;
	color:#CC3300;
	font-weight: bold;
}
.RedMedHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#BC3F16;
	font-weight: bold;
}


a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:12pt;
	font-size: 9pt;
	color: #272727;
}

a:link {
	text-decoration: none;
	color: #272727;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: none;
}


.headline a{
	font-family:arial;
	font-size: 9pt;
	line-height:13pt;
	color: #BC3F16;
	font-weight: bold;
 }
.headline a:link{
	text-decoration: none;
	color: #BC3F16;
	font-weight: bold;
}
.headline a:visited {
	text-decoration: none;
}
.headline a:hover {
	text-decoration: none;
	color: #666666;
}
.headline a:active {
	text-decoration: none;
}

body  {
	background: #666666;
	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;
	background-color: #B33F22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	position: relative;
	margin-top: 20px;
	background-color: #FFFFFF;
} 
#header {
	background: #DDDDDD;  /* 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. */
} 
#sidebar1 {
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 75px 10px 15px 20px;
	top: 0px;
	left: 0px;
	float: left;
	z-index: 2;
}
#rightcontent {
	margin: 20px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
	width: 525px;
	float: left;
	z-index: 3;
} 
#righttext {
	width:480px;
	z-index:1;
	padding-left: 20px;
	padding-top: 20px;
}
#NavHeader {
	position:absolute;
	left:20px;
	top:133px;
	width:170px;
	z-index:1;
	text-align: left;
}

#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 */
}
#footer {
	background-color: #F2D0A0;
	padding-right: 0px;
	color: #CC3300;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
} 
