/*  This is the local style sheet for non-thematic pages, 2 columns.  */

body {
	background-color: #80A9FB;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
}
		
/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#E2EBFC;
}

/* TOP BANNER*/

#topbanner {
	background-color: #2F71F9;
}

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

/* PAGE CONTENT ATTRIBUTES */

#content h2 {
	border-bottom: 1px solid #B75913;
}

#content h3 {
	color: #B75913;
}

#content h4 {
	color: #333;
}	

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

#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;
}
#content #address {
	text-align: center;
}

blockquote {
background-color:#e1e8ee;
border: #bbd0e5 1px solid;
padding:2% 1% 2% 1%;
margin-bottom:4%;
}
