body {
	background-color: #e7d1b6;
	margin: 0px;
	padding: 30px 0 50px 0;
	background-repeat: repeat;
	text-align: center;
	font-family: verdana;
	font-size: 8pt;
}

div, table, td, tr {
        font-family: verdana;
}


div#outer_wrapper {
	width: 915px;
	margin: 0 auto;
	text-align: left;
}

div#container {
	width: 915px;
	background-color: white;
	padding: 5px 0 0 5px;
}

div#bottomContainer {
	width: 915px;
	padding: 5px 2px 0px 3px;
	background-color: white;
}

div#logoContainer {
	height: 155px;
	width: 698px;
	float: left;
}

div#navigation {
	background-color: white;
	width: 205px;
	height: 140px;
	float: left;
}

div#logo {
	position: relative;
	top: 100px;
	left: 10px;
}

div#bannerContainer  {
	clear: both;
	padding: 3px;
}

div#seperator {
	background-color: #dcc69e;
	line-height: 1px;
	clear: both;
	height: 1px;
	width: 920px;
	margin-left: -5px;
}

div#contentContainer {
	width: 693px;
	float: left;
	background-color: white;
	padding: 0 5px 0 5px;
}

div#newsContainer{
	background-color: #f8f3ed;
	width: 200px;
	float: left;
	margin-left: 5px;
}

div#bc_footer {
	clear: both;
}

table#outer_table {
	width: 915px;
	background-color: white;
	border: 5px solid #dcc69e;
}

/* --- Joomla Styles ----*/

.back_button a {
font-family: verdana;
	font-size: 8pt;
        color: #b49b69;
}

.blog {
	font-family: verdana;
	font-size: 8pt;
	border-left: 1px solid #f8f3ed;
}

.contentpane td{
         font-family: verdana;
	font-size: 8pt;
}

.contentpaneopen {
	font-family: verdana;
	font-size: 8pt;
	border-left: 1px solid #f8f3ed;
	padding: 5px 0 10px 5px;
}

.contentpaneopen a {
	font-family: verdana;
	font-size: 8pt;
        color: #b49b69;
}

.moduletable_mainNav {
	width: 200px;
	padding-left: 2px;
}

#active_menu_mainNav {
	border-left: 10px solid #b49b69;
	background-image: url(../images/navSelected.jpg);
	background-repeat: repeat-x;
	color: #fff;
}

#mainlevel_mainNav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#mainlevel_mainNav li {
	border-bottom: 1px solid #b49b69;
	margin: 0;
}

.mainlevel_mainNav {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #337066;
	background-image: url(../images/navUnselected.jpg);
	background-repeat: repeat-x;
	color: #337066;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	width: 200px;
}

html>body .mainlevel_mainNav {
		width: auto;
		}

a.mainlevel_mainNav:hover {
		border-left: 10px solid #b49b69;
		border-right: 10px solid #b49b69;
		background-image: url(../images/navSelected.jpg);
		background-repeat: repeat-x;
		color: #fff;
		}