#pageholder {
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #4EB9FF;
	color: #003;
	background-image: url(images/body_background.jpg);
	background-repeat: repeat-x;
}
#pageholder #topbanner {
	height: 160px;
	width: 840px;
	background-image: url(images/topbanner3.gif);
	background-repeat: no-repeat;
}
#pageholder #topbanner h1 {
	padding-left: 200px;
	padding-top: 20px;
	color: #039;
	font-family: "Times New Roman", Times, serif;
}
#pageholder #topbanner h2 {
	padding-left: 420px;
	color: #039;
	font-style: italic;
}
#main_area {
	height: auto;
	width: 840px;
	background-color: #FFF;
}
#pageholder #main_area #main_pic {
	text-align: center;
	height: 222px;
	width: 100px;
	border: thin none #CCC;
}
.main_pic {
	margin-right: 20px;
	margin-left: 20px;
	border: thin solid #666;
	padding: 2px;
}

#pageholder #main_area #main_area_index {
	height: 500px;
	width: 100%;
}
#pageholder #main_area #main_area_index #index_leftmenu {
	float: left;
	height: auto;
	width: 160px;
	margin-top: 10px;
}

#pageholder #main_area #main_area_index #index_col2 {
	float: left;
	height: auto;
	width: 300px;
	margin-top: 10px;
}
#pageholder #main_area #main_area_index #index_col3 {
	float: right;
	height: auto;
	width: 300px;
	margin-right: 20px;
	margin-top: 10px;
}
.image_small {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

a:link {
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #006;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #00C;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FC3;
	text-decoration: underline;
	font-weight: bold;
}
.headz {
	font-weight: bold;
}

