@charset "UTF-8";
/* CSS Document */

.bannerArea {
	clear: both;
	height: 234px;
	width: 800px;
	background-image: url(images/template/page_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.contentArea {
	background-image: url(images/template/page_tile.gif);
	background-repeat: repeat-y;
	clear: both;
	height: 0px;
	width: 801px;
}
.footerArea {
	background-image: url(images/template/page_botttom.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 172px;
	width: 800px;
}
.banner_left {
	float: left;
	width: 120px;
	margin-top: 57px;
	padding-left: 60px;
}
.banner_right {
	float: right;
	width: 543px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 130px;
	padding-right: 62px;
}
.content_left {
	float: left;
	width: 135px;
	text-align: left;
	padding-left: 60px;
	padding-right: 0px;
	margin-right: 0px;
}
.content_right {
	float: left;
	width: 540px;
	text-align: left;
	margin-right: 63px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/template/background.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	line-height: 22px;
}
.footer_left {
	float: left;
	width: 300px;
	font-size: 10px;
	text-align: left;
	margin-top: 150px;
	padding-left: 60px;
}
.footer_right {
	float: right;
	width: 300px;
	font-size: 10px;
	text-align: right;
	margin-top: 150px;
	padding-right: 60px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669900;
	text-transform: uppercase;
}
a {
	color: #669900;
}
.content_left  a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
	color: #330099;
}
.footer_right  a {
	color: #000000;
}
.footer_right  a:hover {
	color: #330099;
}

