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


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


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

/* TOP BANNER */

#topbanner {
	background-color: #C2A422;
}

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


/* PAGE CONTENT ATTRIBUTES */

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

#content h3 {
	color: #7E7027;
}
#content h4 {
	color: #333;
}

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

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 #column1 {
	float: left;
	width: 48%;
	margin-right: 1.5em;
}
#content #column2 {
	float: left;
	width: 48%;
	clear: right;
}
#content #boxtext ul li {
	background-image: url(images/bullet3.gif);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	padding-left: 1.3em;
}
