/* CSS Document */
html, body {
    margin: 0px auto;
	padding:0px;
}
body {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #565656;
	text-decoration: none;
	background-color:#FBD9AC;
}
a {color:#565656; text-decoration:underline;}

div, p {
	padding:0px;
	margin: 0px;
}
.clear_all {
	clear:both;
}

/* --- content specific diclarations --- */

.main
{
	margin:0px auto;
	padding:0px;
	width:1000px;
}
.content-L {
	float:left;
}

.content-R {
	float:right;
}

/* --- header declaration --- */

.headerMain {
    height:49px;
}
.headerBody {
    background: url(images/topMenuBG.gif);
	background-repeat:repeat-x;
	background-position:center top;
	width:966px;
	height:49px;
	float:left;
}
.headerMid {
	width:1000px;
	height:9px;
	background-color:#FFE9C9;
}
.headerBottom {
	width:1000px;
	height:235px;
	background-color:#FFFFFF;
}
.logo {
	float: left;
	margin-left:46px;
}
.headerFlash {
	float: right;
	width:600px;
	height:235px;
	background-color:#CCFFCC;
}

/* --- body part --- */
.bodyMain {
	margin:0 auto;
	background-color:#FFF7E2;
}
.bodyMainotherPages {
	margin:0 auto;
	background-color:#FDFBEF;
}
.bodyMainWhite {
	margin:0 auto;
	background-color:#FFFFFF;
}
.bodyTop {
	margin:0 auto;
	width: 818px;
}
.hrdSml {
	width:192px;
	height:28px;
	background:url(images/hrd1.gif) no-repeat;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#B56510;
	text-transform: uppercase;
	padding-top:13px;
	padding-left:15px;
	text-align:left;
}
.conSml {
	padding:15px 5px 0px 5px;
	background-color:#FFE8C9;
	color:#5D4E37;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
}
.conSml p {
	padding: 3px 0px;
}
.conSml a {
	text-decoration:none;
}
.conSml a:hover {
	text-decoration:underline;
}
.hrdBig {
	width:478px;
	height:27px;
	background:url(images/hrd2.gif) no-repeat;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#BC4A18;
	text-transform: uppercase;
	padding-top:13px;
	padding-left:15px;
}
.conBig {
	width:463px;
	padding:15px 15px 0px 15px;
	background-color:#FFE7C9;
	color:#5D4E37;
	font-family:Verdana;
	font-size:11px;
	line-height:normal;
	text-align:justify;
}

.bodyBot {
	margin:0 auto;
	width: 950px;
}
.bodyBotContent {
	float:left;
	width: 300px;	
	border-right:1px solid #9D998D;
	padding-right:5px;
}
.bodyHrdText {
	font-size:14px;
	font-weight:bold;
	padding: 5px;
	color:#BA1C02;
	font-family: Arial;
	text-transform: capitalize;
}
/* --- footer --- */
.footer {
    height:50px;
	width:1000px;
	margin:auto;
	padding:0px;
}
.footerBody {
    background: url(images/bottomMenuBG.gif);
	background-repeat:repeat-x;
	background-position:center top;
	width:966px;
	height:49px;
	float:left;
}
.footer_content {	
	text-align:center;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color:#000000;
	padding:2px;
	text-decoration:none;	
}
.footer_content a,  footer_content a:hover{
	color:#000000;
	text-decoration:underline;
}
.footerText {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	padding-top:3px;
}
.footerText a {
	color:#FFFFFF;
	text-decoration:none;
}
.footerText a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* --- space managment --- */
.pd5 {
	padding: 5px;
}
.pdTop5 {
	padding-top:5px;
}
.pdTop10 {
	padding-top:10px;
}
.pdTop25 {
	padding-top:25px;
}
/* --- text decoration --*/
.red {
	COLOR: #990000; FONT-FAMILY: verdana,arial,tahoma; FONT-SIZE: 10px
}
.orange {
	COLOR: #ff6600; FONT-FAMILY: verdana,arial,tahoma; FONT-SIZE: 10px
}
.parahead {
	COLOR: #990000; FONT-FAMILY: verdana,arial,tahoma; FONT-SIZE: 11px; FONT-WEIGHT: bold
}
.bnormal {
	BACKGROUND-COLOR: #336699; COLOR: #ffffff; FONT-FAMILY: arial; FONT-SIZE: 10pt; FONT-WEIGHT: 600; LETTER-SPACING: 1pt
}
.gsmall {
	BACKGROUND-COLOR: #eeeeee; COLOR: #000000; FONT-FAMILY: arial; FONT-SIZE: 8pt; LETTER-SPACING: 1pt
}
.gray1 {
	COLOR: #666666; FONT-FAMILY: verdana,arial,tahoma; FONT-SIZE: 10px; font-weight:bold; padding-top:5px; padding-bottom:3px;
}
.grnHead {
	background-color:#446539; color:#FFFFFF;  FONT-FAMILY: verdana,arial,tahoma; FONT-SIZE: 10px; font-weight:bold; padding-top:5px; padding-bottom:3px;
}
.gryHead {
	background-color:#d1d3da; color:#000000;  FONT-FAMILY: verdana,arial,tahoma; FONT-SIZE: 10px; font-weight:bold; padding-top:5px; padding-bottom:3px;
}