@charset "utf-8";
body {
	background-image: url(../images/bkgd.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #FFFDC7;
}
#container {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #logo {
	background-image: url(../images/logo.png);
	_background-image: url(../images/logo.gif);
	height: 176px;
	width: 720px;
	clear: both;
	float: left;
}
#container #logo h1 {
   text-indent: -999em;  /* this hides the text */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: both;
}
#container #logo h2 {
   text-indent: -999em;  /* this hides the text */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container #logo #home {
	float: left;
	height: 30px;
	width: 30px;
	margin-top: 45px;
	margin-left: 20px;
	_margin-left: 5px;
	clear: both;
}
#container #logo #contact {
	float: left;
	height: 30px;
	width: 30px;
	margin-left: 20px;
	_margin-left: 5px;
	clear: both;
}
#container #logo #logolink {
	height: 176px;
	width: 120px;
	margin-left: 50px;
	_margin-left: 5px;
}
#container #logo #home a, #container #logo #contact a {
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../images/!dot.gif);
}


#container #menu {
	background-image: url(../images/menubkgd.png);
	_background-image: url(../images/menubkgd.gif);
	height: 67px;
	width: 520px;
	clear: both;
	float: left;
	padding-left: 200px;
	padding-top: 3px;
}
#container #main {
	background-image: url(../images/mainbkgd.png);
	_background-image: url(../images/mainbkgd.gif);
	width: 720px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
}
#container #main #sidebar {
	float: left;
	width: 180px;
	position: relative;
	padding-left: 25px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
#container #main #sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7a7470;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7a7470;
}
#container #main #sidebar h2 .red {
	color: #e67f3d;
}

#container #main #contentbar {
	float: right;
	width: 450px;
	position: relative;
	padding-right: 25px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding-bottom: 10px;
	#padding-top: 10px;
}
#container #main #contentbar #imageright {
	float: right;
	width: 140px;
	font-style: italic;
	line-height: normal;
	margin-left: 10px;
	padding: 3px;
	background-color: #FCF6C0;
	border: 1px solid #E1AF75;
	font-size: 10px;
	margin-bottom: 10px;
}
#container #main #sidebar #sidebarimages {
	float: right;
	width: 172px;
	font-style: italic;
	line-height: normal;
	padding: 3px;
	background-color: #FCF6C0;
	border: 1px solid #E1AF75;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 13px;
}

#container #main #contentbar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #7a7470;
	font-weight: normal;
	text-transform: uppercase;
}
#container #main #contentbar h1 .red {
	color: #e67f3d;
}
#container #main #contentbar h2 {
	font-weight: bold;
	color: #809627;
	font-size: 13px;
}
.boxedTxt {
	background-color: #ecf5d2;
	border: 1px solid #aac850;
}
.boxedTxt th {
	font-weight: bold;
	color: #809627;
	font-size: 13px;
	text-align: left;
}
#container #main #contentbar .boxedTxt td {
	vertical-align: top;
}
.highlight {
	font-weight: bold;
	color: #C15F20;
}


#container #disclaimer {
	background-image: url(../images/disclaimerBkgd.png);
	_background-image: url(../images/disclaimerBkgd.gif);
	height: 150px;
	width: 720px;
	clear: both;
	float: left;
}
#container #disclaimer #left {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #666666;
	width: 440px;
	padding-top: 40px;
	padding-left: 20px;
	float: left;
}
#container #disclaimer #right {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #666666;
	width: 240px;
	padding-top: 40px;
	padding-right: 20px;
	float: right;
	text-align: right;
}
#container #disclaimer a {
	color: #666666;
	text-decoration: none;
}
#container #disclaimer a:hover {
	color: #666666;
	text-decoration: underline;
}


.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
#container #main #contentbar a {
	color: #809627;
	text-decoration: underline;
}
#container #main #contentbar a:hover {
	color: #C15F20;
	text-decoration: none;
}
#container #main #contentbar #hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #85A730;
	width: 100%;
	padding-top: 10px;
}
#container #main #contentbar strong {
	color: #000000;
}
form {
	margin: 0px;
	padding: 0px;
}
.button {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #C15F20;
	border: 1px solid #FED147;
	font-size: 10px;
}
.input {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	background-color: #FCF6C0;
	border: 1px solid #E1AF75;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
