@charset "UTF-8";
/* ----- basic styling ----- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #4e2d05 url(../_images/background.jpg) repeat-x;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(../_images/contentBkg.jpg) repeat-y;
	}
#clear {
	clear: both;
	}
/* ----- Postion Container Elements ----- */
/* header */
#header {
	position: relative;
	background: url(../_images/headerHm.jpg);
	height: 352px;
	}
#header h1 {
	margin-left: -9000px;
}
#header #logoImage {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 90px;
	height: 90px;
	background: url(../_images/logo.gif) no-repeat;
	}
#header #logoText {
	position: absolute;
	right: 200px;
	top: 60px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #FFFFFF;
	}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	bottom: 9px;
	width: 899px;
	height: 35px;
	list-style: none;
	background: #be9f7a;
	}
#header ul li {
	float: left;
	}
#header ul a {
	padding: 0 .8em;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.2em;
	text-decoration: none;
	color: #4e2d05;
	display: block;
	background: url(../assets/nav_divider.jpg) no-repeat left top;
	}
#header ul a.first {
	background: none;
}
#header ul a:hover {
	color: #000;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #000;
	background: #fff;
	cursor: default;
}
/* leftbar */
#leftBar {
	padding: 10px;
	float: left;
	width: 190px;
	}
#leftBar ul{
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
	}
#leftBar ul a{
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	list-style: none;
	text-decoration: none;
	color: #856343;
	}
#leftBar ul a:hover {
	color: #333333;
	}
#leftBar #text {
	}
/* content */
#content {
	padding: 0;
	margin: 10px;
	float: left;
	width: 450px;
	font-size: 14px;
	}
#content img {
	padding: 0 .5em 0 0;
	}
#content h2 {
color: #4e2d05;
}
/* rightbar */
#rightBar {
	padding: 10px;
	float: right;
	width: 193px;
	font-weight: bold;
	}
/* footer */
#footer {
	width: 893px;
	text-align: center;
	color: #856343;
	font-size: 85%;
	font-weight: bold;
	background:#f7ecce;
	border-style: solid;
	border-color: #be9f7a;
	border-width: 3px;
	}
#footer p {
	padding: 1em;
	}
#footer a {
	padding: 0 .5em;
	text-decoration: none;
	color: #856343;
	}
#footer a:hover {
	color: #333333;
	}
.style2 {color: #FFFF00
	}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #4E2D05;
}#wrapper #content h3 {
	color: #800000;
}
#wrapper #content h3 {
	color: #000;
}
#wrapper #content h3 {
	color: #000;
}
#wrapper #content .style4 {
	color: #800000;
}
#Red {
	color: #800000;
}
#wrapper #content h3 {
	color: #800000;
}
h4 {
	font-weight: normal;
}
p {
	font-weight: normal;
}
#wrapper #rightBar p {
	font-size: 100%;
}

