@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background: url(../images/bg.jpg) repeat;
	margin-top: 2em;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
#wrapper {
	width: 761px;
	margin: 0 auto;
	background: url(../images/body.jpg) repeat-y;
}
#branding {
	padding: 0;
	margin: 0;
}
#sideNav {
	float: left;
	width: 170px;
	margin-left: 10px;
	padding-top: 1em;
	font-size: .7em;
}
#mainContent {
	float: right;
	width: 540px;
	padding-top: 1em;
	margin-right: 20px;
	font-size: .8em;
	line-height: 1.4em;
}
#footer {
	clear: both;
	padding: 0;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: .7em;
	text-align: center;
	background: url(../images/footer.jpg) bottom no-repeat;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #3D1513;
	letter-spacing: .2em;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h2 {
	font-size: 1.1em;
	font-weight: normal;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2D63AC;
}
h3 {
	font-size: .9em;
	color: #000;
}
#menu {
    width: 170px;
    margin: 0 0 5px 0;
}
#menu a {
    text-decoration: none;
	font-weight: bold;
}
#menu div {
    border-top: 2px solid #ffffff;
}
#menu div a {
    line-height: 21px;
	background: #729BB1;
    padding-left: 5px;
    display: block;
    color: #ffffff;
}
#menu div a:hover, menu div a:focus {
    background: #522A06;
	color: #ffffff;
}
#menu div div a {
    line-height: 21px;
	background: #DDD8D5;
    padding-left: 10px;
    display: block;
    color: #522A06;
	font-size: .9em;
}
#menu div div a:hover, menu div div a:focus {
    background: #5E3A29;
	color: #ffffff;
}
.menuon {   
	background-color: #ffffff!important;
    color: #522A06!important;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #522A06;
}
a:hover, a:focus {
	color: #79B9C4;
}
.newsdate {
	font-size: .8em;
	font-style: italic;
}
#sitecredits {	
	width: 740px;
	margin: 0 auto;
	font-size: .6em;
	text-align: right;
	padding: 1em 0;
}
a.sitecredits:link, a.sitecredits:visited, a.sitecredits:active {
	color: #ffffff;
	text-decoration: none;
}
a.sitecredits:hover, a.sitecredits:focus {
	color: #729BB1;
}