@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bk_page.jpg);
}

/* CSS Document */

.wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	background-image: url(images/bk_page.jpg);
}
.navigation {
	background-image: url(images/bk_navigation.jpg);
	height: 662px;
	width: 239px;
	float: left;
	padding-top: 100px;
	padding-left: 30px;
}
.main_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FDF621;
	text-decoration: none;
	padding-left: 10px;
	line-height: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FDF621;
}
a:hover.main_links {
	color: #990000;
}

.content {
	background-image: url(images/bk_header.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 680px;
	padding-top: 500px;
	padding-left: 30px;
	padding-right: 41px;
	padding-bottom: 75px;
}
.content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 100;
	color: #18852C;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #18852C;
}
.content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
.content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
.content a:link {
	color: #18852C;
}
.content a:visited {
	color: #18852C;
}
.content a:hover {
	color: #990000;
}



.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
