@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
	margin: 10px auto 20px auto;
}
form {
	margin: 0px;
}
label {
	font-weight: bold;
}
input[type="text"], input[type="checkbox"], select {
	border: 1px solid #000000;
	font-size: 11px;
	padding: 1px;
	margin: 1px 5px 1px 0px;
}
table {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #441b13;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #eec97a;
}
a:hover {
	color: #eec97a;
}
a:visited {
	color: #eec97a;
}
h2 {
	margin: 0px;
}
.homePngImg {
}
*html .homePngImg {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/image.png', sizingMethod='scale');
}
.imgBrdr {
	background-color: #eec97a;
	border: 1px solid #000000;
	padding: 1px;
	margin: 0px 0px 10px;
}
.smtxt {
	font-size: 10px;
}
#container {
	text-align: center;
	margin: 0px auto;
}
#header {
	margin: 0px auto;
	height: 150px;
	width: 770px;
}
#links {
	position: relative;
	background-image: url(../images/links_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	z-index: 500;
}
#links ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	z-index: 500;
}
#links ul li {
	display: inline;
	position: relative;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #eec97a;
}
#links ul li a {
	font-style: italic;
	font-size: 14px;
	padding: 0px 10px;
}
#links ul li ul li a {
	display: block;
	padding: 3px 10px;
}
#links ul li ul li a:hover {
	background-color: #006633;
}
#links ul ul, 
#links ul ul ul {
	display: none;
	position: absolute;
	top: 16px;
	left: 0px;
	background-color: #003a1f;
	border: 1px solid #DCBB74;
	text-align: left;
	width: 175px;
}
#links ul ul li, 
#links ul ul ul li {
	position: relative;
	padding: 0px;
	margin: 0px;
}
#links ul li:hover ul, 
#links ul li.over ul, 
#links ul ul li:hover ul, 
#links ul ul li.over ul {
	display: block;
}
#content {
	background-image: url(../images/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	font-size: 14px;
	text-align: left;
	z-index: 400;
}
#content a {
	color: #441B13;
}
#content a:hover {
	color: #441B13;
}
#content a:visited {
	color: #441B13;
}
#content_home {
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	height: 430px;
	width: 749px;
	text-align: left;
	margin: 0px auto;
	position:relative;
	z-index: 400;
}
#content_home a {
	color: #441B13;
}
#content_home a:hover {
	color: #441B13;
}
#content_home a:visited {
	color: #441B13;
}
#divider {
	background-image: url(../images/divider.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 13px;
}
#body {
	margin: 0px 30px 20px 30px;
}
#body table {
	padding: 10px;
	font-size: 14px;
}
#footer {
	/*background-image: url(../images/footer.png);
	background-position: bottom center;
	background-repeat: repeat-x;*/
	margin: 0px 10px 0px 10px;
	text-align: left;
	font-size: 10px;
	color: #74211B;
	height: 24px;
}
#footer table {
	font-size: 10px;
	color: #74211B;
}
#footer a {
	text-decoration: underline;
	font-weight: normal;
	color: #74211B;
}
#footer a:hover {
	color: #74211B;
}
#footer a:visited {
	color: #74211B;
}
#copyright {
	padding: 6px 0px 0px 25px;
	font-size: 10px;
	color: #74211B;
	z-index: 300;
}
#copyright a {
	text-decoration: underline;
	font-weight: normal;
	color: #74211B;
}
#copyright a:hover {
	color: #74211B;
}
#copyright a:visited {
	color: #74211B;
}
#copyright_home {
	position: absolute;
	left: 20px;
	bottom: 27px;
	font-size: 10px;
	color: #74211B;
	z-index: 300;
}
#copyright_home a {
	text-decoration: underline;
	font-weight: normal;
	color: #74211B;
}
#copyright_home a:hover {
	color: #74211B;
}
#copyright_home a:visited {
	color: #74211B;
}