html, body {
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	margin: 0 auto; /* top right bottom left */
	width: 1024px;
	text-align: left;
	min-height: 100%
	clear: both;
}

#header {
	width: 1024px;
	height: 120px;
	margin: 0;
	padding: 0;
	clear: both;
}

#cols {
	width: 1024px;
	clear: both;
}

#col1 {
	width: 310px;
	float: left;
}

#col2 {
	width: 508px;
	float: left;
}

#col3 {
	width: 200px;
	float: left;
}

#navitop {
	height: 30px;
}

#main {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #7d7d87;
	line-height: 1.4;
	margin-top: 20px;
	margin-right: 35px;
}

#main ul {
	margin-top: 0;
}

#main li {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #7d7d87;
	margin-left: -20px;
	list-style-type: disc;
	list-style-position: outside;
}

#news {
	width: 160px;
	margin-left: 31px;
}

#print {
	margin-bottom: 20px;
	float: right;
}

img {
	border: 0;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #000000;
	margin: 20px 15px 15px 5px; /* top right bottom left */
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	font-variant: normal;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 35px 15px 5px; /* top right bottom left */
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	font-variant: normal;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #7d7d87;
	margin: 20px 5px 15px 5px; /* top right bottom left */
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	font-variant: normal;
}

h5 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #7d7d87;
	margin: 0 35px 15px 5px; /* top right bottom left */
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	font-variant: normal;
}

a, a:visited, #main li a, #main li a:visited {
	color: #7d7d87;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:active, #main li a:hover, #main li a:active {
	color: #7d7d87;
	text-decoration: none;
	font-weight: normal;
}

span.hdrblck {
	color: #000000;
	font-weight: bold;
}

a.hdrblck, a:hover.hdrblck, a:active.hdrblck, a:visited.hdrblck {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}