body {
	background:#DFC3A7 url(/images/home/sidebar.gif) repeat-y;
}

a:visted { color:#9F624D; }
a:active {color:#9F624D; }

div#header { 
	background:#fff url(/images/home/banner.jpg) no-repeat 100% 0;
}
#content div#leftcolumn {
	background:#9F624D url(/images/home/left_nav_bg.jpg) no-repeat 0 178px;
}
#leftcolumn #searchbox {
	background:url(/images/home/searchbox_rule.jpg) no-repeat 0 100%;
}
#searchbox div {
	background:url(/images/home/nav_grad.jpg) repeat-x;
}

#leftcolumn li a:hover, #leftcolumn li.expanded li a:hover {
	background-color:#FAF3E1;
	color:#000;
}
#leftcolumn ul.submenu3 {
	background-color:#FAF3E1;
	color:#000;
}
#leftcolumn ul.submenu3 a,#leftcolumn ul.submenu3 a:visited, #leftcolumn li.expanded a, #leftcolumn li.expanded a:visited {
	color:#000;
}
#leftcolumn ul.submenu3 li a:hover {
	background-color:#9F624D;
	color:#fff;
}

div#content2 {
	background:url(/images/home/content_grad.jpg) repeat-x 0 122px;
	border:2px solid black;
	border-right:none;
	border-bottom:none; 
	_border-top:none;
}

div#rightcolumn {
	background:url(/images/home/center_back.jpg) no-repeat;

}

#rightcolumn div.section {
	margin-left:20px;
	margin-top:30px;
}

/* For the region list on the Home Page */
#content #rightcolumn ul.region {
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
}
#content ul.region li {
	clear:all;
	margin-top:10px;
	height:60px;
	background-image:none;
	
 }
ul.region li img { float:left; border:1px solid black; margin-right:10px;}
ul.region li a { color:#333333; font-weight:bold; text-decoration:none}
ul.region li a:hover { text-decoration:underline}
ul.region li a:visited { color:#003466; }
ul.region li p { color:#333333;}
ul.region li p a { font-weight:normal; text-decoration:underline }

dl.contact dt { font-weight:bold; }
dl.contact dd p { margin:0; }

/* For the h1 images */
#rightcolumn h1#welcome,
#rightcolumn h1#about,
#rightcolumn h1#environment,
#rightcolumn h1#search,
#rightcolumn h1#sitemap,
#rightcolumn h1#contact,
#rightcolumn h1#privacy,
#rightcolumn h1#disclaimer {
	margin:20px 0; padding:0;
	height:25px; width:350px;
	overflow:hidden;
	font-size:1pt;
}
#rightcolumn h1#welcome {
	background:url(/images/home/welcome.gif) no-repeat;
}
#rightcolumn h1#about {
	background:url(/images/home/about.gif) no-repeat;
}
#rightcolumn h1#environment {
	background:url(/images/home/environment.gif) no-repeat;
}
#rightcolumn h1#search {
	background:url(/images/home/search.gif) no-repeat;
}
#rightcolumn h1#sitemap {
	background:url(/images/home/sitemap.gif) no-repeat;
}
#rightcolumn h1#contact {
	background:url(/images/home/contact.gif) no-repeat;
}
#rightcolumn h1#privacy{
	background:url(/images/home/privacy.gif) no-repeat;
}
#rightcolumn h1#disclaimer{
	background:url(/images/home/disclaimer.gif) no-repeat;
}
