@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: small;
	color: #383C20;
}
table {
	line-height: 110%;
	padding-bottom: 30px;
}
td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#greenbar_container {
	background-color: #72753B;
	height: 15px;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0px;
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: x-small;
	background-image: url(../images/bkg02.jpg);
	background-repeat: repeat;
}
#greenbar_navigation {
	float: right;
	padding-right: 73px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 1px;
}
#greenbar_navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#greenbar_navigation a:hover {
	text-decoration: underline;
}
#greenbar_contact {
	float: left;
	padding-left: 50px;
	color: #FFFFFF;
	padding-top: 1px;
}
#menu_container {
	height: 100%;
	width: 235px;
	position: fixed;
	top: 15px;
	right: 0px;
	z-index: 20;
	padding-right: 50px;
	background-image: url(../images/bkg04.jpg);
	background-repeat: repeat;
	background-position: center bottom;
}
#main_menu {
	z-index: 21;
	padding-top: 35px;
}
#sublinks_container {
	width: 185px;
	height: 100%;
	top: 50px;
	right: 285px;
	position: fixed;
	z-index: 20;
}
#sublinks {
}
#body_container {
	height: auto;
	width: 480px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}
#body_content {
	float: left;
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 180%;
	padding-bottom: 150px;
}
#body_content_title {
	height: auto;
	width: 380px;
	padding-bottom: 20px;
}
#body_content_image {
	padding-bottom: 50px;
	width: 380px;
}
#body_content_text {
	width: 380px;
}
#link_seperator {
	padding-top: 5px;
	padding-bottom: 5px;
}
