/* Style sheet  */


body {
	background-color: #AACBEC;
	background-image: url(images/grad.jpg);
	background-repeat: 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: #5D8FF0;
}

#content h3 {
	color: #2952A4;
}
#content h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color: #2952A4;
}

#content h4 {
	color: #333;
}


#content a:hover {
	color:#5D8FF0;
}


#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;
}

blockquote p {
	font-size: 100%;
}

