*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 75%;
	font-family: arial;
	color: #6a6a6a;
	background: #efefef URL(../images/layout_images/page_fade.png) repeat-x;
}

a{
	color: #6bbb63;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.dark_link{
	color: #004d4c;
}

p{
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
li{
	line-height: 1.5em;
}
a img{
	border: none;
}

h2{
	color: #004d4c;
	margin-bottom: 22px;
}

/* General
***************************/
.clearline{
	clear: both;
	overflow: hidden;
	height: 0;
}
.graphic_header{
	text-indent: -5000px;
	display: block;
	margin-bottom: 28px;
	height: 27px;
}
.green{
	color: #6bbb63;
}
.paginate{
	float: right;
}

ul, ol{
	list-style: circle;
}

.is_page ul{
	list-style: none;
	margin: 10px 0;
}
.is_page ul li{
	background: URL(../images/layout_images/ul_arrow_right.gif) left center no-repeat;
	padding-left: 10px;
}

/* Structure
***************************/
#wrapper{
	width: 930px;
	margin: 0 auto;
	background: #FFF URL(../images/layout_images/wrapper_fade.png) repeat-x;
	padding: 0 15px 16px;
}
#footer{
	width: 900px;
	
}



#nav_sub_wrapper, #inner_features, #main_nav{
	display: none;
}


