html {
	height: 100.01%;
}

* {
	font-family: "Times New Roman", Times, serif;
/*	font-family: "Trebuchet MS", Verdana, sans-serif; */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	height: 100.01%;
	color: #58595b;
/*	font-size: 10pt; */
	font-size: 11pt;
	background-image: url(pics/background.gif);
}

#maincontainer {
	width: 800px;
	margin: auto;
	background-color: #ffffff;
	padding: 8px;
}

#headermenu {
	margin-top: 10px;
	border-top: solid 1px #b8b7b6;
	border-bottom: solid 1px #b8b7b6;
	color: #716f6e;
}

#headermenu ul {
	text-align: right;
	list-style: none;
	clear: both;
}

#headermenu li {
	display: inline;
}

#headermenu li.menu-current a {
	font-weight: bold;
}

#headermenu li.menu-first .menusep_left {
	display: none;
}

#headermenu .menusep_left {
	padding-left: 3px;
	padding-right: 3px;
}

#headermenu a {
	color: #716f6e;
	text-decoration: none;
}

#headermenu a:hover {
	color: #000000;
}

#header {
	font-family: "Times New Roman", Times, serif;
	padding-top: 80px;
	font-size: 26px;
	text-align: left;
	color: #716f6e;
	letter-spacing: 0.1em;
}

#mainmenu {
	border-top: solid 1px #b8b7b6;
	border-bottom: solid 1px #b8b7b6;
	color: #716f6e;
}

#mainmenu ul {
	text-align: left;
	list-style: none;
	clear: both;
}

#mainmenu li {
	display: inline;
}

#mainmenu li.menu-current a, #mainmenu li.menu-parent a {
	font-weight: bold;
}

#mainmenu li.menu-last .menusep_right {
	display: none;
}

#mainmenu .menusep_right {
	padding-left: 3px;
	padding-right: 3px;
}

#mainmenu a {
	color: #716f6e;
	text-decoration: none;
}

#mainmenu a:hover {
	color: #000000;
}

#footer {
	margin-top: 4px;
	border-top: solid 1px #b8b7b6;
	color: #716f6e;
/*	font-size: 8pt; */
	font-size: 7pt;
	text-align: right;
}

#footer a {
	color: #716f6e;
}


