html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #CCCCCC;
	color: #2c2c2e;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font: 13px/1.25em Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #955f5a;
	font-weight: bold;
	line-height: 150%;
	font-size: 1.5em;
	padding-top: 6px;
	padding-bottom: 6px;
}
h2 {
	color: #955f5a;
	font-weight: bold;
	line-height: 125%;
	font-size: 1.25em;
	padding-top: 3px;
	padding-bottom: 3px;
}
h3 {
	color: #955f5a;
	font-weight: bold;
	line-height: 115%;
	font-size: 1.15em;
	padding-top: 2px;
	padding-bottom: 2px;
}
a,  a:link {
	color: navy;
	text-decoration: underline;
}
a:visited {
	color: purple;
	text-decoration: underline;
}
a:hover {
	color: maroon;
	text-decoration: underline;
}
a:focus {
	color: maroon;
	text-decoration: underline;
}
#outerWrapper {
	background-color: #fff;
	border: outset 2px #792720;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 950px;
}
#header {
	background-color: #ccb2af;
	background-image: url("header.gif");
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	height: 174px;
}
#contentWrapper {
	background-image: url("navBackground.gif");
	background-repeat: repeat-y;
	overflow: hidden;
}
#nav {
	
/* background-color: #ccb2af; */

/*  border-right: solid 1px #792720; */
  float: left;
	padding: 20px 10px 10px 10px;
	width: 200px;
	min-height: 375px;
}
.menu {
	float: left;
	width: 190px;
	margin: 5px;
	margin-top: 3px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
	background: url(button.gif) repeat-x;
	height: 30px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 2px;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-size: 1.1em;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	
}
.menu_default a:hover {
	color: silver;
}
.menu_current {
	color: black!important;
	font-weight: bold;
}
#content {
	margin: 0 0 0 220px;
	padding: 20px 40px 10px;
}
/* Bookmarks */
.BMmain {
	width: 100%;
}
.BMheader {
	color: #955f5a;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: 2px solid #955f5a;
	margin-bottom: 2px;
	margin-top: 10px;
	font-size: 1.2em;
}
.BMlink {
	width: auto;
	vertical-align: middle;
	padding-bottom: 3px;
	padding-top: 2px;
}

.BMlink a, .BMlink a:link{
	font-weight: bold;
	font-size: 1.05em;
}
.BMlink img {
	border: none;
}
/* EO Bookmarks */
#footer {
	background-color: #ccb2af;
	padding: 5px 40px;
	color: #955f5a;
	border-top: 1px solid #955f5a;
	font-size: .8em;
}
.hosted {
	text-align: right;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 0;
}