/* Style sheet  */


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

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


/* TOP BANNER */

#topbanner {
	background-color: #cccccc;
}

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


/* PAGE CONTENT ATTRIBUTES */

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

#content h3 {
	color: #824403;
}

#content h4 {
	color: #333;
}

#content h3 a:link {
	color: #824403;
}
#content h3 a:visited {
	color: #824403;
}
#content h3 a:hover {
	color: #02327A;
}
#content h3 a:active {
	color: #824403;
}

.t_bold {
	font-weight: bold;
	margin-top: 20px;
	font-size: 110%;
	margin-bottom: -10px;
}

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

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

#content ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: .5em;
}

#content ul ul li  {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: .8em;
}

