/*  This is the local style sheet for non-thematic pages, 2 columns.  */
body {
	background-color: #E49898;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
}
		
/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#FBE9E9;
}

/* TOP BANNER */

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

/* PAGE CONTENT ATTRIBUTES */

#content   .column1 {
	float: left;
	width: 42%;
	padding-right: 5%;
}
#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E49898;
	font-size: 100%;
}
#content h3 {
	color: #920933;
	background-color:#F7E8EF;
	padding-left:6px;
	margin-right: 0.8em;
	margin-left: 0.5em;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	margin-top: 1em;
	margin-bottom: 0px;
}
#content h4 {
	color: #333;
}
#content a:link { 
	color:#333333;
}
#content a:visited { 
	color:#333333;
}
#content a:hover {
	color:#920933;
}
#content a:active { 
	color:#333333;
}
#content ul{
	border:#CCCCCC 0px solid;
	margin-bottom:6px;
	margin-top: 0px;
}
#content ul li {
	color: #333;
	padding: .3em 0 1% 1.4em;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#content ul li.top {
	color: #333;
	background-color:#EFEFEF;
	background-image:none;
	padding: .6em 0 .3em 50%;
	list-style-type: none;	
}
#content ul li.top a {
	color:#000000;	
}
#content ul ul li  {
	padding-top: 1%;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}
div#links {
	width:25%;
	float:right;
	margin-right:0;
	margin-left:0.45em;
	margin-top:1.2em;
	padding-right:0;
	margin-bottom:0.5em;
	border: 1px solid #E49898;
	background-color: #F2F4F8;
}
div#links ul {
	margin-left: 0px;
	padding-left: 0.3em;
}
div#links ul li {
	background-image: url(images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
div#links ul li a:link {
	text-decoration: none;
}
div#links ul li a:visited { 
	text-decoration: none;
}
div#links ul li a:hover {
	text-decoration: underline;
	
}
div#links ul li a:active { 
	text-decoration: none;
}
