div {
	border: none;
	}
	
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	}

a:link {
	color: #003;
	text-decoration: none;
	}
	
a:visited {
	color: #9DAAC6;
	text-decoration: none;
	}

a:hover {
	color: #8D7C54;
	text-decoration: underline;
	background-color: #E8E6DC;
	}


#header {
	margin: 0px;
	width: 100%;
	color: #000;
	height: 130px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	}

.header_top {
	position: absolute;
	top: 0px;
	left: 0px;
	}

.header_bottom {
	position: absolute;
	top: 105px;
	left: 0px;
	}	

#home {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003;
	position: absolute;
	top: 147px;
	left: 20px;
	z-index: 20;
	}	

#leftcol {
	width: 155px;
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	margin-top: 10px;
	z-index: 3;
	}

.leftnav {
	margin-top: 0px;
	margin-bottom: 6px;
	padding-right:15px;
	font-family: Georgia, Times, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	border-bottom: 1px solid #E8E6DC;
	}

.leftnav a:link, a:visited, a:hover {
	font-weight: 200;
	}

.leftnav_thispage {
	margin-top: 0px;
	margin-bottom: 6px;
	padding-right:15px;
	font-family: Georgia, Times, sans-serif;
	font-weight: 200;
	color: #AC9867;
	}
	
.leftnav_arrows {
	font-size: 1.5em;
	}

.leftnav_thispage a:visited {
	color: #E8E6DC;
	text-decoration: none;
	}

.leftnav_header {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right:15px;
	font-family: Georgia, Times, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #384870;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	}
	
.pdf {
	font-weight: normal;
	color: #727781;
	}
	
#content {
	width: 60%;
	margin: 10px 20px 0px 187px;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #000;
	z-index: 2;
	background-color: #fff;
	min-height: 500px;
	}
	
#content p {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #434D62;
	letter-spacing: .03em;
	padding-right: 20px;
	margin-bottom: -.5em;
	}

#content a:link {
	text-decoration: underline;
	}
			
#footer {
	width: 100%;
	margin: 0px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-top: .5em;
	color: #8D7C54;
	padding-bottom: 1em;
	border-top: 1px solid #E8E6DC;
	color: #AC9867;
	}
	
#footer .copyright {
	float: none;
	margin-left: 188px;
	text-align: left;
}		
	
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, sans-serif;
	color: #AC9867;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: -2px;
	}

.sec_right {
	float: right;
	margin-left: 10px;
	}

.sec_left {
	float: left;
	margin-right:15px;
	}

.gold {
	color: #8D7C54;
}

ul { 
	list-style-type: disc;
	font-family: Georgia, Times, serif;
	color: #434D62;
	/*font-size: 12px;
	line-height: 12px;
	letter-spacing: normal;*/
	}
	
.switcher { 
	margin-top: 1.5em;
	padding: 4px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #E3ECF0;
	}
	
.switcher a:link {
	text-decoration: none;
	font-weight: 400;
	}
	
.switcher a:hover {
	text-decoration: none;
	background-color: #C5D4DC;
	font-weight: 400;
	}
	
.switcher a:visited {
	text-decoration: none;
	color: #003;
	font-weight: 400;
	}
	
/* CSS Document */

