body {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.right_img_noborder {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #10531E;
	text-decoration: none;
	font-weight: normal;
	line-height: -30px;
	letter-spacing: -.06em;
}

.right_image {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #BBBBBB;
}
.left_image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #10551F;
}

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 14px;
	height: 14px;
}

.solidblockmenu li{
	display: inline;
	clear: right;
}

.solidblockmenu li a{
	color: #FFFFFF;
	padding: 11px 13px;
	text-decoration: none;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #E3E3E3;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center -2px;
}	
.footer{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.content {
	padding-bottom: 20px;
}
.content li{
	list-style-type: none;
	list-style-image: url(images/bullet.jpg);
}
.content a{
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
.content a: hover{
	color: #000066;
}
.main_border {
	border: 1px solid #E3E3E3;
	padding: 10px;
}
