@charset "utf-8";
body  {
	font: .8em Arial, Helvetica, sans-serif;
	background: #966546;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #002D64;
}
#container { 
	width: 765px;
	margin: 0 auto 0;
	border: 0;
	text-align: left;
	background:url(/images/bg_container.jpg) repeat-y;
}
#topnav {
	margin:0 auto;
	width:765px;
	padding-top:10px;
	background: #966546;
	text-align:right;
	color:#FFFFFF;
}
#topnav a, #topnav a:visited{
	text-align:right;
	color:#FFFFFF;
	text-decoration:none;
	font-size:.7em;
}
#topnav a:hover{
	text-decoration:underline;
}
#sidebar {
	display:inline;
	float: left;
	width: 208px;
	background: #FFFFFF url(/images/bg_sidebar.jpg) repeat-y;
	padding:0;
	margin:0;
}
#sidebarimg {
	height:149px;
}
#mainContent {
	float:right;
	display:inline;
	width:557px;
	margin: 0;
	padding: 0;
}
#content {
	width:504px;
	margin-left:15px;
	margin-right:18px;
}
#content h1{
	font-size:1.5em;
	width:300px;
	height:40px;
	line-height:40px;
	background-color:#002d64;
	color:#FFFFFF;
	margin-left:213px;
	padding-left:10px;
}

#content h2{font-size:1.1em;
}

#content h3{font-size:1em;
}

#nav {
	margin:0;
	padding:0;
	width:208px;
	background:#FFFFFF url(/images/bg_logo.jpg) repeat-y;
} 
#nav a {
	display:block;
	line-height:24px;
	font-weight:bold;
	text-indent:8px;
	width:185px;
	margin-left:15px;
	padding:0;
	text-align:left;
	text-decoration:none;
	color:#714B35;
	background-color:#C4A66F;
	border-top:1px solid #714B35;
}
#nav a:hover {
	text-indent:8px;
	background:#714B35;
	color:#FFFFFF;
}

#footera {
	width:765px;
	height:90px;
	background:url(/images/bg_footer_rail.jpg);
	font-size:.8em;
	color:#FFFFFF;
	margin-top:10px;
}
#footerb {
	width:765px;
	height:26px;
	background:url(/images/bg_footer_bottom.jpg) no-repeat;
	font-size:.8em;
	color:#FFFFFF;
	margin-top:10px;
}

#footer {
	width:765px;
	height:70px;
	background:url(/images/bg_footer.jpg) no-repeat;
	font-size:.8em;
	color:#FFFFFF;
	margin-top:10px;
}
#footer a, #footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
a, a:visited {
	color: #002D64;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/*  ----- */
img {
	border:0;
	margin:0;
	padding:0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}