/*  This is the local style sheet for non-thematic pages, 2 columns.  */


body {
	background: #b7d3bd url(images/grad.jpg) repeat-x;
}
		
/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#DBF0DF;
}


/* TOP BANNER */

#topbanner {
	background-color: #03981f;
}

#topbanner #hiddentitle, #hiddentitle span {
	background: url(images/banner.jpg); background-position: right bottom;
}

/* PAGE CONTENT ATTRIBUTES */

#content   .column1 {
	float: right;
	width: 42%;
	padding-right: 5%;
}

#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3E1B6;
	font-size: 80%;
}

#content h3 {
	color: #026F17;
	background-color:#e9f0f5;
	padding-right:6px;
	margin-right: 0.8em;
	margin-right: 0.5em;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	margin-top: 1em;
	margin-bottom: 0px;
}

#content h4 {
	color: #333;
}



#content a:link { 
	color:#333333;
}
#content a:visited { 
	color:#333333;
}
#content a:hover { 
	color:#026F17;
}
#content a:active { 
	color:#333333;
}
#content ul{
	border:#CCCCCC 0px solid;
	margin-bottom:6px;
	margin-top: 0px;
}
#content ul li {
	color: #333;
	padding: .3em 0 1% 1.4em;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#content ul li.top {
	color: #333;
	background-color:#EFEFEF;
	background-image:none;
	padding-top: .6em;
	padding-right: 0;
	padding-bottom: .3em;
	padding-right: 50%;
	list-style-type: none;
	
}

#content ul li.top a {
	color:#000000;
	
	
}
#content ul ul li  {
	padding-top: 1%;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}
