/* CSS Document */
* {
	margin: 0px;
}
BODY	   {
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	background-color: #747A5F;
	margin: 0;
	background-image: url(img/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	color: #CFCBC2;
}
A:visited      { color: #CFCBC2; text-decoration: none }
A:link         { color: #CFCBC2; text-decoration: underline}
A:hover        { color: #FFFFFF; text-decoration: underline }
A:active  { color: #FFFFFF; text-decoration: none }

#mainBody {
	width: 752px;
	text-align: left;
	margin: 0px;
	*margin-left: 1px;
	padding: 0px;
}
/* ======================================================================= */
/* Navigation */
#navArea {
	background-image: url(img/header.jpg);
	background-repeat: repeat;
	width: 752px;
	height: 207px;
}
#navArea ul {
	padding: 185px 0px 0px 330px;
}
#navArea ul li {
	display: inline;
	margin-right: 20px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
#navArea ul li A:link { color: #FFFFFF; text-decoration: none}
#navArea ul li A:hover { color: #000000;}
/* ======================================================================= */
/* Left Column and sub nav */
#leftCol {
	float: left;
	width: 181px;
}
#leftCol h1 {
	background-image: url(img/leftCol_header_bg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #A87000;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 4px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#leftCol p {
	background-image: url(img/leftCol_body_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 12px 0px 12px 15px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 15px;
}
#leftCol ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px;
}
#leftCol ul li {
	background-image: url(img/leftCol_body_bg.gif);
	background-repeat: repeat-y;
	list-style-type: none;
	font-size: 10px;
	padding: 2px 0px 3px 15px;
	color: #CCCA9A;
}
#leftCol ul li A:link {
	color: #CCCA9A;
	text-decoration: none;
}
#leftCol .legal {
	font-size: 9px;
	padding-left: 14px;
	padding-top: 4px;
	color: #5C5B46;

}
/* ======================================================================= */
/* Main Col */
#mainCol {
	float: left;
	width: 571px;
	background-image: url(img/background_texture.jpg);
	background-repeat: no-repeat;
	min-height: 300px;
}
#mainCol p {
	padding: 7px 15px 4px 0px;
}
#mainCol .mainColLeft {
	float: left;
	width: 140px;
	margin-left: 10px;
	padding: 25px 0px 0px 0px;
}
#mainCol .mainColCenter {
	float: left;
	width: 411px;
}
h1 {
	font-family: "Trebuchet MS", "Arial Narrow", HelveticaNeue-Thin, Helvetica-Light, sans-serif;
	font-size: 24px;
	color: #CCCA9A;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	text-align: left;
}
h2 {
	font-family: "Trebuchet MS", "Arial Narrow", HelveticaNeue-Thin, Helvetica-Light, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	color: #FFFFFF;
}
HR	{
	size:1px;
	color:#4A4945;
	border-style:dotted;
	margin: 12px 0px 12px 0px;
	}
IMG	{
	border:0px;
	margin:0px;
	}
