<style type="text/css"> 
<!-- 
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: #000;
	background-image: url(Images/bg.png);
	background-repeat: repeat-x;
}
h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:1.1em;
	color: #CEAC41;
}
h4  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.1em;

	line-height: normal;
}

p  { color: black; font-size: 9pt; line-height: 1.2em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }


a:link {color:#CEAC41;}      /* unvisited link */
a:hover {color:#000;}  /* mouse over link */
a:active {	color:#CEAC41;
}  /* selected link */
a {
text-decoration: none;
}

img 
{ 
border-style: none; 
text-decoration: none; 
} 



}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	background-image: url(Images/headerbg.png);
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #CEAC41;
	font-size: 14px;
	text-align: left;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	position:absolute;
	width: 310px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 450px;
	background-color: #FFF;
}
#maintext {
	color: #000;
	height: 120px;
	width: 350px;
	margin-left: 70px;
	background-image: url(Images/bgside.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	font-size: 12px;
}
#navigation {
	height: 170px;
	width: 760px;
	background-image:url(Images/bgnav.png);
	background-repeat:repeat-x;
}
.twoColFixLtHdr #mainContent {
	width: 450px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 320px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	
	background-color: #442C07;
	font-size: 16px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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: 18px;
	font-weight: bold;
	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;
}
#introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin-right: 5px;
	float: right;
	width: 380px;
	position: relative;
}
--> 
</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; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
