body {
	background-color: #272727;
	font-family:"Trebuchet MS";
	
}
h3 {
	font-weight: bold;
	display: inline;
	font-size:14px;
	color: #470920;
	
	}
h5 {
display:inline;
font-size:16px;
font-weight:bold;
}
a:link {
	text-decoration: none;
	list-style-type: none;
	color: #0066CC;
	display: inline;
}
a: hover {
	color: #CCCCCC;

}
#image{
background-image:url(/images/hdrchng.jpg);
background-repeat:no-repeat;
}
#lftxtdr{
	background-image: url(/images/lftextndr.jpg);
	background-repeat: repeat-y;
	}
	
#rghtxtdr{
	background-image: url(/images/rghtextndr.jpg);
	background-repeat: repeat-y;
	}
#mngrdnt{
	background-image: url(/images/mngrdnt.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	}
#footer{
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	height:36px;

	}
.pad{
padding:10px 25px 25px 25px;
text-align:left;
}
.rightpad{
padding-right:10px;
}


.cpyrgt{
	color: #FFFFFF;

	font-size: 10px;
	}


.picture {
padding-right:10px;
}
/*bottom nav*/
#navcontainer{
width:550px;
}

ul#navlist
{
	margin: 0em;
 	margin-left: 0em;
 	padding-left: 0em;
	white-space: nowrap;
	font-family: Arial;
	font-size: 10px;
	background-color: #470920;
	vertical-align: middle;
	height: 15px;
	width: 550px;
	bottom: auto;
	padding-top: 3px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	font-family: Arial;
	font-size: 10px;
}

#navlist a {
	padding: 0px 10px;
	vertical-align: middle;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #470920;
text-decoration: none;
}

#navlist a:hover
{
	color: #470920;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
}

