/* Style sheet  */


body {
	background:#aacbec url(images/grad.jpg) repeat-x;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#dfecfc;
}

/* TOP BANNER */

#topbanner {
	background-color: #6699ff;
}

#topbanner #hiddentitle, #hiddentitle span {
	background: url(images/banner.jpg);

}

/* PAGE CONTENT ATTRIBUTES */



#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C7ED7;
}


#content h3 {
	color: #4C7ED7;
}

#content h4 {
	color: #333;
}

#content a:hover {
	color:#837327;
}

#content a:visited {
	color: #4F5B6C;
}

#content ul{
	
	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: 6px 6px;
}
