* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, sans-serif;
    font-size: small;
    text-align: center;
	background-color:#eee;
	color: #777;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}
h1, h2, h3, h4 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin: 0.2em 0 0.5em 0;
	letter-spacing: 0.07em;
	color: black;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em 0; }

a, a:link { 
    text-decoration: none;
    color: black;
}
a:visited { color: black; }
a:hover {   color: black; text-decoration: underline; }
a:active {  color: black; }


a img, img {
    border: none;
}

ul {
    margin: 0 0 20px 1.3em;
	list-style-type: disc;
}
ul ul {
	margin-bottom: 0;
}
li {
    margin-bottom: 3px;
}

#page {
    width: 900px;
    margin: 8px auto 20px auto;
    text-align: left;
	background-color: white;
}

#header {
	position: relative;
	height: 60px;
	border: 1px solid #999;
	border-bottom: 0;
}
h1 {
	margin: 0.4em 0 0 0.6em;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #76973c;
	letter-spacing: 0;
	text-decoration: none;
}

#headmenu {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 22px;
}
#headmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#headmenu ul li {
	float: left;
	padding-left: 30px;
}
* html #headmenu ul li {
	width: 1px;
}
#headmenu ul li a {
	display: block;
	color: #76973c;
}
#headmenu ul li a:hover {
	color: #c7e177;
}

#banner {
	/*height: 240px;
	overflow: hidden;*/
}

#topmenu {
	border: 1px solid #999;
	border-top: 0;
	height: 22px;
	background: #76973c url('images/topmenu_bg.jpg') repeat-x top left;
	overflow: hidden;
	position: relative;
}
#topmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#topmenu ul li {
	float: left;
	padding: 0;
	margin: 0;
}
* html #topmenu ul li {
	width: 1px;
}
#topmenu ul li a {
	display: block;
	color: white;
	font-weight: bold;
	padding: 3px 8px;
}
#topmenu ul li a:hover {
	/*background: url('images/topmenu_hover.jpg') repeat-x top left;*/
	background-color: #0068c3;
	text-decoration: none;
	color: white;
}

#searchbox {
	position: absolute;
	top: 0;
	right: 0;
}
#searchbox form {
	position: relative;
}
#searchbox #ajaxSearch_input {
	position: absolute;
	top: 2px;
	right: 36px;
	border: 1px solid black;
	background-color: white;
	color: #black;
	padding-left: 4px;
}
#searchbox #ajaxSearch_submit {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 30px;
	height: 18px;
	font-size: 90%;
	border: 1px solid #c7e177;
	background-color: #7fa5ca;
	color: white;
}

#middle {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url('images/faux.jpg') repeat-y 211px top;
}

#sidebar {
	float: left;
	width: 211px;
}
* html #sidebar {
	width: 208px;
}

#sidebar h2 {
	margin: 8px 8px 0 8px;
	padding: 4px 5px;
	background-color: #004b96;
	color: white;
	font-size: 115%;
	text-align: center;
}
* html #sidebar h2 {
	margin-right: 5px;
}

#sidebar ul {
	margin: 0 0 0 8px;
	padding: 0;
	width: 195px;
	background-color: #7fa5ca;
	list-style: none;
}
#sidebar ul ul {
	margin: 0;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	width: 195px;
}
#sidebar ul li a {
	padding: 6px 0 6px 10px;
	width: 185px;
	display: block;
}
#sidebar ul li a,
#sidebar ul li a:link {
	color: white;
}
#sidebar ul li a:hover,
#sidebar ul li a:active {
	background-color: #bfd2e5;
	color: #black;
	text-decoration: none;
}
#sidebar ul ul li a {
	padding: 2px 0 2px 24px;
	width: 171px;
}
#sidebar ul ul ul li a {
	padding: 2px 0 2px 36px;
	width: 171px;
}

#content {
    text-align: left;
    width: 667px;
    line-height: 1.5em;
	margin-left: 211px;
	padding: 10px;
	min-height: 300px;
}
* html #content {
	height: 300px;
	margin-left: 208px;
}
.B_currentCrumb {
	color: #65abc4;
}

.clear, .gapfix {
	height: 0;
}
* html .clear, * html .gapfix {
	overflow: hidden;
}
.clear {
	clear: both;
}

#footer {
	position: relative;
	clear: both;
	height: 20px;
	background-color: #004b96;
	color: #eee;
	font-size: 80%;
}
#footer a,
#footer a:link {
	color: #eee;
}
#footer p {
	padding: 4px 0 0 14px;
	text-align: center;
}
#footer .a1link {
	position: absolute;
	top: 0;
	right: 10px;
}

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	text-align: center;
	display: block;
	margin: 0 auto;
}
img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}