html, body {
	background-image: url('../img/bgindex.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: 119px;
	margin: 0;
	padding: 0;
	clear: both;
}

#cols {
	width: 1024px;
	clear: both;
}

#col1 {
	width: 310px;
	float: left;
}

#col2 {
	width: 708px;
	float: left;
}

#navitop {
	height: 30px;
}

img {
	border: 0;
}

span.contactinfo {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #96969f;
}

.toppic {
	clear: both;
	margin: 0;
	padding: 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: #96969f;
	margin: 20px 35px 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: #96969f;
	margin: 0 35px 15px 5px; /* top right bottom left */
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	font-variant: normal;
}

span.hdrblck {
	color: #000000;
	font-weight: bold;
}

a.news {
	font-weight: normal;
	text-decoration: underline;
}

a:hover.news {
	text-decoration: none;
}