/* CSS Document */
body {
	text-align: center;
	background-color: #7A8F3B;
	padding: 0px;
	margin: 0px;
}

body, font, p, table, td, tr, span, div {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #003300;
}

img {
	border: none;
}

div, span {
	text-align: left;
}

A:link, A:visited {
	color: #003300;
	font-weight: bold;
}
A:active {
	color: #E65C2E;
	font-weight: bold;
}
A:hover {
	color: red;
	font-weight: bold;
}

.spacer {
	clear: both;
	line-height: 0px;
	height: 0px;
	width: 0px;
}

#maincontainer {
	margin: 0px auto;
	clear: both;
	width: 965px;
	padding: 0px;
}

#top {
	width: 100%;
	height: 258px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.navitem {
	width: 157px;
	float: left;
	margin: 0px;
	text-align: center;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

#navitem_active {
	color: #E65C2E;
}

#contents_container {
	background-image: url(images/bg_content.gif);
	width: 965px;
	padding: 0px;
}

#left_side {
	float: left;
	width: 164px;
	margin: 0px;
}

#contents {
	float: left;
	width: 570px;
	padding: 20px;
	padding-left: 30px;
	margin: 0px;
}

#right_side {
	float: right;
	width: 164px;
	margin:0px;
}

#left_special {
	width: 144px;
	height: 155px;
	padding: 10px;
}

.frame_left {
	background-image: url(images/button_left.jpg);
	width: 154px;
	height: 135px;
	padding: 5px;
	padding-top: 15px;
}

.frame_right {
	background-image: url(images/button_search.jpg);
	width: 144px;
	height: 80px;
	padding: 5px;
	padding-top: 15px;
	padding-left: 15px;
}

.frame_right_high {
	background-image: url(images/button_right_high.jpg);
	width: 144px;
	height: 297px;
	padding: 5px;
	padding-top: 15px;
	padding-left: 15px;
}

.frame_header {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#bottom_info {
	clear: both;
	width: 965px;
	background-color: #E7C716;
}



.info_box {
	width: 225px;
	float: left;
	margin-left:1em;
}
