
body {
	text-align: center;
	background-color: #b9b9b6; /*#c2b799;*/
}

/*--  header  --*/

#logo {
	position: relative;
	left: 10px;
	top: 6px;
}
#black-bar {
	background-color: black;
}
#ovals-1 {
	position: relative;
	right: 14px;
	vertical-align: bottom;
}
#ovals-2 {
	position: relative;
	right: 14px;
	vertical-align: top;
	margin-left: 20px;
}
#menubar {
	text-align: right;
	color: #cccccc;
	background-color: #525351;
	font-size: 9pt;
}
#menubar a {
	color: #a6a5a5;
}

#banner-outer {
	background-color: #525351;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
}
#banner {
	border-top: 1px solid black;
	margin-bottom: -7px;
}

/*--- body ---*/

#alignpage {
	margin: none;
	padding: none;
}
#page-border {
	width: 850px;
	border: 1px solid black;
}
#page {
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	width: 850px;
	background-color: white;
}
h3 {
        margin-bottom: 10pt;
}
table {
	font-family: Arial;
	font-size: 10pt;
}
a {
	color: #009; /*#EA863D;*/
}
div.horz-dashes {
	height: 1px;
	max-height: 1px;
	background: url(horz-dashes.gif);
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
}

/*--- footer ---*/

#footer-copyright {
	position: relative;
	float: left;
	font-size: 9pt;
	color: #939392;
	margin-top: 3pt;
	margin-left: 6px;
}

#footer-links {
	position: relative;
	float: right;
	font-size: 9pt;
	margin-top: 3pt;
	margin-right: 6px;
}
#footer-spacer {
	font-size: 15pt;
}
#footer-links a {
	margin-left: 2.5em;
	color: #939392;
}

/*--- vertical menu ---*/

#vert-menu {
	margin: 0;
	padding: 0;
	margin-top: 2pt;
	display: block;
	float: left;
	clear: left;
	background-color: white; /*#ab510f;*/
	width: 187px;
}
img.down-arrow {
	margin: 0;
	margin-left: 3pt;
	vertical-align: middle;
}
li.menu-item {
	background-color: #d67920; /*#dc6f20;*/
	margin: 0;
	padding: 0;
	list-style: none;
}
li.menu-item.first {
	border-bottom: none;
}
li.menu-item.opened {
	background-color: #ab5616; /*#ab510f;*/
	border-bottom: none;
}
li.menu-item a {
 	padding-left: 7pt;
	padding-top: 2pt;
	padding-bottom: 3pt;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	line-height: 10pt;
	color: white;
	text-decoration: none;
}
ul.submenu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #ab5616; /*#ab510f;*/
}
ul.submenu.opened {
	display: block;
}
#vert-menu div.horz-dashes {
	margin: 0;
	clear: none;
	/*position: relative;*/
	/*top: 1px;*/
}
div.white-line {
	height: 1px;
	max-height: 1px;
	background-color: white;
	overflow: hidden;
}
ul.submenu li.menu-item {
	background-color: #f3c688; /*#f9be88;*/
	padding-left: 0;
	margin-left: 7pt; /* 13pt*/
	border-bottom: none;
}
ul.submenu ul.submenu li.menu-item {
	margin-left: 7pt;
}
ul.submenu li.menu-item.opened {
	background-color: white;
}
ul.submenu li.menu-item a {
	border-top: 1px solid white;
	color: #6f3806;
	font-size: 7pt;
	line-height: 7pt;
	border-bottom: 1px solid #ab510f;
	border-left: 1px solid white;
	margin-left: -1px;
	padding-left: 1em;
}

/*--- main content ---*/

#page-title {
	font-size: 13pt;
	font-weight: bold;
	padding-left: 15px;
	line-height: 15pt;
}
#outer-content {
	float: left;
	width: 658px;
	margin: 0;
	padding: 0;
}
#outer-content div.horz-dashes {
	margin: 0;
	margin-top: 2pt;
}
#content {
	margin: 10px;
	margin-top: 0;
	margin-left: 15px;
	width: 635px;
}
