body {
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #cccc66;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

.color_text {
	color: #996600;
	font-size: 18px;
}


a:link {
	color: #2C3924;
	text-decoration: none;
}
a:visited {
	color: #2C3924;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #CFD6BF;
}



.container {
 	width: 900px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
}

.header {
	position: relative;
	width: 900px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 231px;
}

.footer {
	clear:both;
	width: 900px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 244px;
	background-color: #2C3924;
	text-align: center;
}

.footer_text {
	padding-top: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2C3924;
	letter-spacing: -0.05em;
}

.content {
	float:right;
	width: 550px;
	position: relative;
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #2C3924;
	padding-right: 65px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.05em;
}



.leftside_1 {
	float:left;
	width: 185px;
	height: 410px;
	position: relative;
	overflow: visible;
	background-image: url(images/left_graph_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 69px;
	padding-top: 10px;
}

.leftside_text {
	float:left;
	width: 180px;
	position: relative;
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #2C3924;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.05em;
}




.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	background: url(images/button.jpg) no-repeat center left;
	display: block;
	padding: 2px 0 2px 25px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #313F1D;
	letter-spacing: -1pt;
	font-size: 43px;
}

.arrowlistmenu ul li a:visited{
color: #313F1D;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FF9900;
	text-decoration: none;
	background-color: #FFFFFF;
}
