@charset "utf-8";
body  {
	margin: 0px; /* 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: #000000;
	background-color: #9C9C9C;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: top;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-weight: bold;
	color: #DBC75E;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #000000;
}

.twoColFixLtHdr #container {
	width: 759px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bkgd_mainbody.png);
	background-repeat: repeat-y;
	overflow: visible;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/bkgd_hdr.png);
	background-repeat: no-repeat;
	height: 54px;
	padding-top: 37px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 14px;
	clear: right;
	background-position: top;
} 

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 170px;
	padding-bottom: 0;
	background-image: url(../images/index_img_main.png);
	float: right;
	background-position: top;
	width: 586px;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 275px;
} 
.twoColFixLtHdr #mainSite {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 10px;
	float: right;
	width: 561px;
	padding-left: 20px;
	padding-right: 25px;
	background-image: url(../images/bkgd_sitebody.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	vertical-align: -0%;
}


.twoColFixLtHdr #footer {
	background-image: url(../images/bkgd_footer.png);
	height: 46px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: right;
	width: 709px;
	clear: left;
	float: right;
	background-repeat: no-repeat;
	padding-top: 15px;
} 

#sidebar {
	float: left;
	width: 138px;
	margin-left: 9px;
	margin-top: 8px;
}
#indexMission {
	float: left;
	width: 280px;
	padding-top: 80px;
}
#indexImages {
	float: right;
	width: 256px;
	margin-right: 32px;
	margin-top: 12px;
}
.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;
}
.TEXT_gold {color: #DBC73D}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.imagefloat_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
}
#indexaddress {
	text-align: right;
	width: 140px;
	margin-top: 35px;
}
.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;
}
.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#333333;
	color:#DBC73D;
	width:137px;
	padding:2px;
	text-align:left;
	font-weight:bold;
	/*/*/border:1px solid #000000;/* */
}

.submenu{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 137px;
}
.txt10px {font-size: 10px
}
.class2 a {
	font-weight: normal;
	color: #E29F07;
}
.class2 a:link {
	color: #E29F07;
	text-decoration: none;
	font-weight: bold;
}
.class2 a:visited {
	color: #E29F07;
	font-weight: bold;
	text-decoration: none;
}
.class2 a:hover {
	text-decoration: none;
	color: #E29F07;
	font-weight: bold;
}
.class2 a:active {
	text-decoration: none;
	color: #E29F07;
	font-weight: bold;
}
