/*** Content Styles ***/

body {
	background-image: url(../images/background.jpg);
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	margin-top: 10px;
}	
		
h1 {
	background-color: #DAE1C0;
	background-image: url(../images/header_bg.png);
	height: 55px;
	margin: 0;
	padding-left: 80px;

	color: #6F845D;
	font-size: 20px;
	font-weight: normal;
	line-height: 55px;

}

h2 {
	color: #3B5873;
	font-size: 15px;
	line-height: 19px;
}

.lists {
	margin-bottom: 20px;
}	

/*** Link Styles ***/

a:link,
a:visited,
a:active {
	color: #6F845D;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

.green {
	color: #6F845D;
}

