@charset "utf-8";
.text {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 18px;
	color: #6B4D71;
	text-decoration: none;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #AC7FA8;
	text-decoration: none;
}
body {
	background-position:center top;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.hdr {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bolder;
	color: #77557A;
}


h3 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bolder;
	color: #6B4D71;
}
.subnav-bg {
	background-image: url(images/sub-nav-bg_14.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sub-nav-links {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.sub-nav-links:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #DDD3BA;
	text-decoration: none;
}
.body-links {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #AE84AC;
	text-decoration: underline;
}
a.body-links:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #968E7B;
	text-decoration: underline;
}h5 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #6B4D71;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bolder;
	color: #6B4D71;
}

#navcontainer 
{
position:relative;
top:-16px;
}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #5e4565;
background-image:url(images/navbg.jpg);
color: White;
float: left;
width: 100%;
font-family: trebuchet ms, sans-serif;
font-size: 16px;
height: 32px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: .3em 1em;
background-color: #5e4565;
background-image:url(images/navbg.jpg);
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #5e4565;
}

#navcontainer ul li a:hover
{
background-color: #5e4565;
background-image:none;
color: #dcd5b8;
}

#navcontainer ul li a#current 
{
background-color: #5e4565;
background-image:url(images/navbg_rollover.jpg);
color: #dcd5b8;
}
