body
{
	margin: 0px;
	padding: 0px;
	font: 75% verdana, arial, sans serif;
	text-align: center;
	color: #333;
	background-color: #bebcad;
	background-image: url(images/bg-03.gif);
	background-position:center;
	background-repeat: repeat-y;
}

hr {
border: 0;
color: #666;
background-color: #666;
height: 1px;
width: 100%;
}

a:link 	{ color: #726b59; }
a:visited { color: #726b59; }
a:hover, a:active
{
	color: #fff;
	background-color: #726b59;
}

h2
{
	color: #3e7093;
	font: 140% verdana, arial, sans serif;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3
{
	color: #333;
	font: 100% verdana, arial, sans serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	text-align: left;
	background-color: #ececea;
	border: 0px none #fff;
}

#header
{
	height: 113px;
	width: 700px;
	position: relative;
	background-image:url(images/banner.jpg);
}

#menu
{
	float: right;
	width: 140px;
	border-left: 1px solid #bebcad;
	padding-left: 0px;
	margin: 20px 0px 0px 0px;
}

li
{
line-height:150%;
}

#menu li
{
list-style-image:url(images/bullet-doc.gif);
}

#contents { 
		margin-top: 20px;
		margin-right: 20px;
		margin-bottom: 40px;
		margin-left: 15px; 
		/* Now reposition for IE */
		voice-family: "\"}\"";
		voice-family: inherit;
		margin-top: 15px;
		}
		html>body #contents {
		margin-top: 30px;
		}

#contents p { line-height: 140%; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #272900;
	text-align: center;
	font-size: 80%;
	border-top: 1px solid #bebcad;
	padding-top:5px;
	margin: 0 15px 0 15px;
}

/************************ Horizontal nav *****************************/


#navcontainer ul
{
padding-left: 0;
margin: 0 0 0 3px;
background-color: #ececea;
color: #333;
float: left;
width: 90%;
font-family: verdana, sans serif;
font-size:90%;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
color: #858377;
text-decoration: none;
}

#navcontainer ul li a:hover
{
color: #3e7093;
background-color: #ececea;
}