/*  This is the local style sheet for non-thematic pages, 2 columns.  */


body {
	background: #cc7d45 url(images/grad.jpg) repeat-x;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#ECC19F;
}


/* TOP BANNER */

#topbanner {
	background-color: #cc5e04;
}
#topbanner h1 {
	color: #FFFFFF;
}

#topbanner #hiddentitle, #hiddentitle span {
	background: url(images/banner.jpg); background-position: right bottom;
}

/* PAGE CONTENT ATTRIBUTES */


#content h2 {
	border-bottom: 1px solid #945127;
}

#content h3 {
	color: #945127;	
}

#content h4 {
	color: #333;
}

#content a:hover {
	color:#CC6633;
}
#content a:visited {
	color: #4F5B6C;
}

#content ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 100% 7px;
	padding-right: .5em;
}

#content ul ul li  {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-right: .8em;
}

#imgright {
   font-size: x-small;
   float: right;
   color: #333333;
   padding-top: 3%;
   padding-left: 1%;
   padding-bottom: 2%;
   padding-right: 2%;
   width:212px;
}
