html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

body {background: #c9c6c1}
a {color: #D95E00;text-decoration:none;}
a:hover {color: #84755D;text-decoration: none;}

.customhead {
	font-family:"Times New Roman", Times, serif; 
	font-size:26px; 
	font-weight: 400;
	color: #1A242C;
}
.customhead2 {
	font-family:"Times New Roman", Times, serif; 
	font-size:24px; 
	font-weight: 400;
	color: #D95E00;
}

.navtabcell {height: 40px; width: 120px; text-align: center; border-right: 1px solid #FFFFFF;}
.navsrchcell {height: 40px; width: 214px; padding:0; margin:0;text-align: center; vertical-align: middle;}

#container {
	text-align: center;
/*    height: 100%; */
/*    height: auto !important; */
	height: 100% auto;
	min-height: 50%;
	margin-bottom: -100px; 
}
#container2 {
	text-align: center;
/*    height: 100%; */
/*    height: auto !important; */
    height: 100% auto;
    max-height: 100%; 
    margin-bottom: -100px; 
}

#header {
	height: 255px;
	width: 940px;
	background: url(/images/header_main.jpg) no-repeat top left;
	padding: 0 4px 0 4px;
	text-align: left;
}
#nav {
	height: 40px;
	width: 940px;
	background: url(/images/nav_main_bg.jpg) no-repeat top left;
	padding: 0 4px 0 4px;
	text-align: left;
	font-size: 12px;
}
#nav a {color: #FFF; text-decoration: none;}
#nav a:hover {color: #D95E00; text-decoration: none;}

#body {
	width: 940px;
	overflow: hidden;
	min-height: 100%; 
	background: url(/images/site_bg2.jpg) repeat-y top left;
	padding: 0 4px 0 4px;	
}

/* IE6 Fix */
* html #body {overflow: visible;}

#left-sidebar {
/* full width 217px */
	width: 187px;
	float: left;
	margin: 20px 0 0 30px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
#left-sidebar a {color: #425968;text-decoration: none;}
#left-sidebar a:hover {color: #D95E00;text-decoration: none;}
#left-sidebar #sublink a {color: #D95E00;text-decoration:none;}
#left-sidebar #sublink a:hover {color: #84755D;}

#content {
/* full width 540px */
        min-height: 100%;
	float: left;
	width: 460px;
        /*margin: 20px 183px 0px 217px;*/
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
 	padding-bottom: 50px;
	text-align: left;	
	font-size: 12px;
	color: #84755D;
}

#right-sidebar {
/* full width 183px */
	width: 198px;
        /*float: right; */
	float: left;
	margin-top: 20px;
	padding-right: 5px;
	text-align: left;	
	font-size: 12px;
	color: #84755D;
}

#footer-push {
	height: 100px; 
/*	height: 300px; */
	width: 940px;
	background: url(/images/site_bg2.jpg) repeat-y;
	padding: 0 4px 0 4px;
}

#footer {
/*	height: 95px; */
/*	min-height: 95px; */
	width: 940px;
	background: #ba6f19;
	background: url(/images/footer_main_bg.jpg) no-repeat top left;
	/* padding: 55px 4px 0 4px; */
	padding: 55px 4px 5px 4px;
	font-size: 11px;
	color: #FFFFFF;	
}
#footer p {margin-top: 10px;}
#footer a {color: #C7B299; text-decoration: none;}
#footer a:hover {color: #D95E00; text-decoration: none;}
#footer #complink a {color:#FFFFFF;}
#footer #complink a:hover {color:#D95E00;}

.linkstyle1 a {color: #D95E00; text-decoration: none;}
.linkstyle1 a:hover {color:#333;}
.linkstyle2 a {color: #425968; text-decoration: none;}
.linkstyle2 a:hover {color:#D95E00;}
p {padding:0px;}
