/* Style sheet  */


body {
	background:  #ACBCED url(images/grad.jpg) repeat-x;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#dfecfc;
}

/* TOP BANNER */

#topbanner {
	background-color: #6395f8;
}

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

}

/* PAGE CONTENT ATTRIBUTES */



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

#content h3 {
	color: #4C7ED7;
}

#content a:hover {
	color:#837327;
}

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



