/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.headerimg {
	float: left;
}
a:hover { color:red }
a { color: blue } 
a.currentpage { color: black }
ul { font-size: 12px; }
ol { font-size: 12px; }
h1 {
	font-size: 14px;
	margin: 0px;
	padding-top: 3px;
}
.logobar {
	background-color: #000066;
}
.searchbar {
	background-color: #6a6a5a;
	text-align: right;
	height: 25px;
	vertical-align: middle;
}
.footerbar {
	background-color: #6a6a5a;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	padding: 2px;
}
.body {
	background-color: #FFFFFF;
}
.leftmenucolumn {
	background-color: #f0f3f6;
	width: 150px;
	vertical-align: top;
	height: 100%;
}
.contentcolumn {
	background-color: #f0f3f6;
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.rightmenucolumn {
	background-color: #f0f3f6;
	width: 150px;
	vertical-align: top;
	height: 100%;
}
.menu {
	background-color: #f0f3f6;
	width: 150px;
	border: 1px solid #333333;
}
.menuheader {
	background-image: url(images/gb3.gif);
	vertical-align: middle;
	height: 25px;
}
.menuheadtext {
	font-size: 14px;
	vertical-align: middle;
	font-weight: bold;
	height: 23px;
	width: 25px;
	position: relative;
	bottom: 6px;
}
.menuitem {
	font-size: 12px;
	padding: 1px;
	background-color: #e2e3e8;
}
.content {
	background-color: #e2e3e8;
	border: 1px solid #333333;
	width: 100%;
}
.contentheader {
	background-image: url(images/gb2.jpg);
	height: 25px;
	vertical-align: middle;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
.searchform {
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	vertical-align: middle;
	top: 1px;
	right: 1px;
}
.form {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	position: relative;
	vertical-align: middle;
}
.formtable {
	font-size: 12px;
	vertical-align: top;
	text-align: center;
}
.formlabels {
	width: 150px;
}
.footnote {
	font-size: 9px;
}
.contenttext {
	font-size: 12px;
	padding: 3px;
	text-indent: 10px;
}
.contenttextbold {
	font-size: 13px;
	padding: 3px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.w3c {
	border: 0px;
	text-align: center;
}
