/***** Yellow Theme *****/
body{
	background:#f1cd6e url(images/bg.jpg) no-repeat 0 0;	
}
#header strong a{	
	background:url(images/logo.gif) no-repeat 0 0;	
}
/*** top navigation ***/
.topnav li.active a,
.topnav li a:hover{
	background:url(images/topnav_rollover_right.gif) no-repeat 100% 0;
}
.topnav li.active a span,
.topnav li a:hover span{
	background:url(images/topnav_rollover_left.gif) no-repeat 0 0;
}
/*** main navigation ***/
.mainnav{	
	background:url(images/mainnav_bg.gif) no-repeat 0 0;
}
.mainnav ul li{	
	background:url(images/mainnav_sep.gif) no-repeat 0 0;
}
.mainnav ul li a:hover{
	background:url(images/mainnav_rollover.gif) repeat-x 0 0;
	color:#2c2c2c;
}
.mainnav ul li.active a,
.mainnav ul li a:hover{	
	background:url(images/mainnav_rollover.gif) repeat-x 0 0;
	color:#2c2c2c;
}
.mainnav ul li.active a span,
.mainnav ul li a:hover span{background:url(images/mainnav_rollover_left.gif) no-repeat 0 0;}
/*** content styles ***/
.top .text{
	background:#edae04;	
}
.holder-wide{
	background:url(images/content_wide.gif) repeat-y 0 0;
}
.holder{	
	background:url(images/content.gif) repeat-y 0 0;
}
.choice{
	background:url(images/select_area.gif) no-repeat 0 0;
}
.brown{
	background:url(images/select_area.jpg) no-repeat 0 0;
}
/*** Page List Module ***/
.pagelistbox ul li a,
.pagelistbox .links li a
{
	background:url(images/list_style.gif) no-repeat 0 50%;
}
/*** heading styles ***/
.maincontent h1{	
	color:#000000;	
}
/*** footer ***/
#footer{
	background:url(images/footer.gif) no-repeat 0 0;	
	color:#645222;
}
#footer a{color:#645222;}
a.logo{	
	background:url(images/footer_logo.gif) no-repeat 0 0;
}
#footer .right li,
#footer .left li{
	background:url(images/footer_sep.gif) no-repeat 0 50%;
}
/*** pre-screen ***/
#header-prescreen strong a{	
	background:url(images/logo.gif) no-repeat 0 0;	
}
#content-prescreen{
	background: #fff;
}
#content-prescreen-bottom
{
    height: 5px;
    background: url(images/prescreen_bottom.gif) no-repeat;
    position: relative;
	top: -1px;
}
