@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background-image:url(../theme_red/bg_body.jpg);
	background-repeat:repeat-x;
	text-align:center;
	background-attachment: fixed;
}
.subpageLeft{
	background-color:#E0D085;
}

.headBand {
	background-image:url(../images/topimagenew%20copy.jpg);
	background-repeat:repeat-x;
	background-position:center;
}.subpageLeftMenu{
	padding:0px;
	list-style:none;
	margin:10px 0px 20px 0px;
}
.subpageLeftMenu li{
	padding:4px 10px 4px 30px;
	margin:0px;
}
.subpageLeftMenu li.selected{
	background-color:#FFFFFF;
	color:#666666;
	font-weight:bold;
}
.subpageLeftMenu a{
	color:#786B32;
	font-weight:bold;
	text-decoration:none;
}
.subpageLeftMenu a:hover{
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}
.subpageContent .title{
	font-size:16px;
	color:#6F6113;
	font-weight:bold;
}
.breadCrumbLink{
	color:#cecece;
	font-size:10px;
	font-weight:bold;
}
.breadCrumbLink a{
	color:#720c08;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
.footerLinks_1 li a{
	color:#F5EAA9;
	text-decoration:none;
	font-size:11px;
	text-decoration:none;	
}
.footerLinks_1 li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
