/* Navigation LHS Stylesheet */ 

body{
	font-size: 1.2em;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
font-size: 1em;
}

ul#navlist li a
{
display: block;
width: 210px;
padding-left:5px;
color: #777;
background: #DDD2DD;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: #C6B3C6;
}

.navsubs{
	display: block;
	width: 210px;
	padding-left:5px;
	color: #8F3F96;
	text-decoration: none;
	background: #C6B3C6;
}

#navfooter{

clear: both;

}

#topnav{
text-align:right;
font-size:0.7em;
color:#FFFFFF;
float: right;

}


/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #ffffff;
 color: #333333;
 background-image:url(../images/PageBack.jpg);
 background-repeat:repeat-y;
 background-position:top;
 background-position:left;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 
 }
	 
#hdr{
 height:114px;
 background-image: url(../images/PageTop.jpg);
 background-repeat:repeat-x;
 }

#lh-col{
 position: absolute;
 top: 111px;
 left: -2px;
 width: 214px;
 height: 400px;
 }

#rh-col{
 margin: 0px 0px 0px 216px;
 background: #ffffff;
 padding: 20px;
 position :relative;
 }

h1 {
	color:#C6B3C6;
	font-weight:bold;
}

h2 {
	color:#666666;
	font-weight:bold;
}
