/*  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:#fff;
}


/* TOP BANNER */

#topbanner {
	background-color: #e8a87c;
}

#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}

/* PAGE CONTENT ATTRIBUTES */

#content   .column1 {
	float: left;
	padding-right: 5%;
	width: 95%;
}
#main #content .column1 .alphabet a {
	padding-right: 0.28em;
	padding-left: 0.27em;
}


#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8a87c;
}

#content h3 {
	color: #000;
	background-color:#9bbcdd;
	padding-left:6px;
	margin-right: 0.8em;
	margin-left: 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:hover {
	color:#026F17;	
}

#content a:visited {
	color: #4F5B6C;
}

#content ul{
	border:#CCCCCC 1px 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: .1em 0 .1em 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;
}
