body{
	font-family: Verdana;
	font-size: 12px;
	background-color: #E9E9E9

}
/* CSS layout */
#containerOuter {
	width:795px;
/*	background-color: #2b913e;*/
}

#masthead {
	text-align:right;
	width:100%;
	background-color: #2b913e;
}

#top_nav {
	color: white;
	text-align: right;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	font-weight:bold;
	background-color: #2b913e;
}

#container {
	position: relative;
}

#left_col {
	width: 190px;
	display: block;
	float: left;
	padding: 5px 5px 5px 5px;
	color: white;
	background-color: #2b913e;
}


#left_col ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
} 
#left_col li {
	margin: 10px 0 0;
} 

#left_col a {
	display: block;
	width:178px;
	padding: 2px 2px 2px 10px;
	border: 1px solid white;
	font-weight: bold;

	text-decoration: none; /*lets remove the link underlines*/
} 

#left_col a:link, #list-menu a:active, #left_col a:visited {
	color: white;
}

#left_col a:hover {
	background: white;
	color: #2b913e;
} 


#page_content {
	display: block;	
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: white;
	width:580px;
}

#footer {
	background-color: #2b913e;
}


