/* CSS Document */

body, div, h1, h2, h3, form, label, input, textarea, img, span {
	margin:0; 
	padding:0; /* initialize all tags, especially divs */
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../_Assets/bgbody.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
	background-position: top;
}
/* ===== Main layout =============================*/
#container {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	border: 1px solid #004800;
	background-color: #FFFFFF;
	visibility: visible;
}
#header {
	position: relative;
	background-repeat: repeat;
	left: 0px;
	top: 0px;
	width: 998px;
}
#hdBarTop {
	height: 90px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 998px;
	background-image: url(../_Assets/bgHead_top.jpg);
}
#hdBarNav {
	height: 48px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 998px;
	background-color: #D9FFD9;
}
#hdBarNavFoot {
	background-color: #004800;
	position: relative;
	height: 15px;
	width: 998px;
}
#hdBanner {
	background-color: #333333;
	position: absolute;
	height: 180px;
	width: 340px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	right: 0px;
}
#hdImg {
	position:absolute;
	left:340px;
	top:0px;
	width:660px;
	height:248px;
	z-index:1;
	background-color: #FF00FF;
	visibility: visible;
	z-index: 2;
}
#hdLogo {
	position: absolute;
	width: 240px;
	left: 10px;
	visibility: visible;
	text-align: left;
	top: 10px;
	height: 120px;
	padding: 0px;
	z-index: 19;
}
#hdTitle {
	position: absolute;
	height: auto;
	width: auto;
	left: 299px;
	text-align: left;
	visibility: visible;
	z-index: 4;
	top: 41px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#hdLink {
	position: absolute;
	width: 138px;
	top: 146px;
	padding: 2px;
	right: 178px;
	font-size: 1em;
	visibility: visible;
	z-index: 6;
}
#container1 {
	height: auto;
	width: 998px;
	background-image: url(../_Assets/bgGradBeige.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#container2 {
	height: auto;
	width: 100%;
	background-image: url(../_Assets/bgGradBeigeR.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#contentMain {
	height: auto;
	width: 600px;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	float: none;
}
#contentR {
	float: right;
	height: auto;
	width: 350px;
	position: relative;
	padding: 5px;
	text-align: inherit;
}
#contentClear{
	clear:both;
	height: 0px;
	float: none;
}
#footer {
	width:100%;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
	background-color: #004800;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	color: #FFFFFF;
}
/* ===== Tags and Classes =========================*/
.contentC p {
	font-size: 1.2px;
}
h3 {
	margin-bottom: -10px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: #AEA088;
}
h2 {
	margin-bottom: -10px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #D9FFD9;
	padding: 2px;
}
h1 {
	margin-bottom: 20px;
	text-align: center;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
td {
	vertical-align: top;
}
textarea {
	padding: 5px;
}
.frmBut {
	background-color: #ACE3AC;
	width: 160px;
	color: #000000;
	vertical-align: middle;
	height: 32px;
	margin: 0px;
}

.font16white {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}
.imgFR {
	margin: 10px;
	float: right;
}
.head1 {
	font-size: 18px;
	font-weight: bold;
	color: #2D4D73;
	text-align: left;
}
.tableGray {
	border: 1px solid #666666;
	background-color: #EEEEEE;
}
.tdTop {
	vertical-align: top;
}
.tdThumb {
	padding: 15px;
	text-align: left;
}
#colors {
	position: absolute;
	height: 40px;
	width: 200px;
	left: 781px;
	top: 33px;
	visibility: hidden;
}

