@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #ECFECA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #6AA536;
}
a:visited {
	color: #73AC38;
}
a:hover {
	color: #666666;
}
h1 {
	font-size: 14px;
	color: #79B239;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	color: #6AA536;
}
#wrapper {
	width: 877px;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	height: 140px;
	width: 877px;
}
#header {
	height: 186px;
	width: 877px;
}
#content_left {
	float: left;
	width: 275px;
}
#content_right {
	float: left;
	width: 577px;
	padding-right: 25px;
	padding-top: 45px;
	text-align: justify;
}
#wrapper #content_right p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 18px;
}
#wrapper #content_right li {
	line-height: 18px;
	margin-bottom: 10px;
	margin-right: 30px;
}


#footer {
	clear: both;
	width: 877px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
.tableborder {
	border: 1pt solid #E5E2E2;
}
.imageright {
	float: right;
	border: 1pt solid #999999;
	padding: 1px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.bookspacing {
	margin-bottom: 5px;
	border: 1pt solid #CCCCCC;
}

