@charset "utf-8";
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
body  {
	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;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FDFCCB;
	padding-top: 2.5px;
	padding-right: -270px;
	padding-bottom: 5px;
	padding-left: -270px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
h1, h2, h3, p, ul {font-weight: normal;}
h1 {
	color: #000;
	font-size: 1.8em;
	margin: 10px 0px 10px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -2pt;
}
h2 {
	color: #661C11;
	font-size: 1.4em;
	font-weight: bold;
	margin: 12px 0 2px 0;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -1pt;
}
h3 {
	color: #44211D;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 1px 0px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -1pt;
}
p {
	color:#180605;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
}
a.image, a.image:visited {
	text-decoration:none;
}
table {
	font-size: 100%;
	/*width: 90%;*/
	margin: 10px;
	border-collapse: collapse;
	background-color: #F3EBEB;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #661d0f;
	border-right-color: #661d0f;
	border-bottom-color: #661d0f;
	border-left-color: #661d0f;
	font-family: "Times New Roman", Times, serif;
}
th,
td {
	padding: 0.3em 0.9em;
	vertical-align: top;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #661D0F;
	border-right-color: #661D0F;
	border-bottom-color: #661D0F;
	border-left-color: #661D0F;
	background-color: #F3EBEB;
}
th, 
thead td {
	background-color: #CCCCCC;
	color: #000000;
}
tr {background-color: #fff;}
tr.odd {
	background-color: #F3EBEB;
}
#widemenu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 220px;
	margin-top: 1px;
}
#widemenu ul li {
	float: right;
	list-style-type: none;
	padding: 5px 15px 5px 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
}
#widemenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#widemenu ul li a:hover {
	color: #999999;
}
#widemenu ul li :hover {
	color: #999999;
}
#widemenu {
	background-color: #661d0f;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 25px;
}
#widemenu ul li a.visit {
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: underline;
}
#widemenu ul li a.visit:hover {
	color: #999999;
	text-decoration:none;
}

#stretch {
	width: 60%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#container {
	text-align:left;
	position: relative;
	margin-top: 0;
	margin-right: -270px;
	margin-bottom: 0;
	margin-left: -270px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.thrColFix #container {
	text-align:left;
	width: 950px;  /* 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: 3px solid #661C11;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 1 px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	margin-top: 15px;
	margin-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #661C11;
	border-right-color: #661C11;
	border-bottom-color: #661C11;
	border-left-color: #661C11;
	background-color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0px;
	overflow:hidden;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 4px;
	overflow:hidden;
}
*html #sidebar1 { /* For IE */
	word-wrap: break-word;
}
*html #sidebar1 { /* For IE */
	word-wrap: break-word;
}
.thrColFix #mainContent {
	margin-right: 210px;
	margin-left: 210px;
	background-color: #F3EBEB;
	padding-left: 7px;
	padding-right: 7px;
	border: thin solid #999999;
}
.twoColFix #logo {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	clip: rect(auto,auto,auto,auto);
	background-color: #003366;
}
.twoColFix #container {
	text-align:left;
	width: 950px;  /* 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: 3px solid #661C11;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	margin-top: 15px;
	margin-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #661C11;
	border-right-color: #661C11;
	border-bottom-color: #661C11;
	border-left-color: #661C11;
	background-color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0px;
}
.twoColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.twoColFix #mainContent {
	margin-right: 4px;
	margin-bottom: 4;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #F3EBEB;
	margin-top: -9px;
}
.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;
}
#bottomnav {
	height: 22px;
	color: #000000;
	text-align:center;
	font-size:14px;
	background-color: #F3EBEB;
	font-family: "Times New Roman", Times, serif;
	line-height: 23px;
		}
#bottomnav  A:link {color:#000000; text-decoration: none}
#bottomnav 	A:visited {color:#000000;text-decoration: none}
#bottomnav 	A:active {color:#000000;text-decoration: none}
#bottomnav 	A:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
#bottomnav 	A.current {
	text-decoration: underline;
	color: #000000;
	font-weight: bolder;
}
#bottomnav 	A.current:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
img
{  border-style: none;
}
#footer {
	background-color: #661C11;
	height: 20px;
	text-align: right;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	line-height: 22px;
	padding-right: 5px;
	color: #FFFFFF;
}
.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;
}
#bottombanner   A:link {background-image:none ; border:none}
#bottombanner 	A:visited {background-image:none ; border:none}
#bottombanner 	A:active {background-image:none ; border:none}
#bottombanner	A:hover {background-image:none ; border:none}