@charset "UTF-8";
body {
	text-align: center;
	background-image: url(assets/site_bckgrd.gif);
	background-color: #464A41;
	background-repeat: repeat-x;
	background-position: left top;
}
#divheader {
	background-color: #000000;
	text-align: left;
	float: left;
	width: 800px;
}
#divnav {
	background-color: #999999;
	background-image: url(assets/nav_bckgrd.gif);
	text-align: center;
	float: left;
	height: 22px;
	width: 800px;
	padding-top: 8px;
}
#divcolumna {
	text-align: left;
	float: left;
	width: 360px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 30px;
}
#divcolumnb {
	text-align: left;
	float: right;
	width: 360px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 40px;
}
#divcolumnab {
	text-align: left;
	float: left;
	width: 740px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 30px;
}
#divfooter {
	background-color: #666666;
	background-image: url(assets/footer_bckgrd.gif);
	text-align: right;
	clear: both;
	height: 30px;
	width: 770px;
	padding-top: 5px;
	padding-right: 30px;
}
#wrapper {
	background-color: #FFFFFF;
	background-image: url(assets/page_bckgrd.gif);
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#divnav a:link {
	color: #000000;
	text-decoration: none;
}
#divnav a:visited {
	color: #000000;
	text-decoration: none;
}
#divnav a:hover {
	color: #333300;
	text-decoration: none;
	font-weight: bold;
}
#divnav a:active {
	color: #000000;
	text-decoration: none;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.bold {
	font-weight: bold;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #8C8B75;
	margin-top: 0px;
	margin-bottom: 6px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}
