HTML {
  height: 100%;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	background-color: #333333;
}

a:link, a:visited {
	color: #999999; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #0000FF;	
	text-decoration: none;
	font-weight: normal;
}

#background {
	background-color: #FFFFFF;
	background-image: url(../images/hp-bg.jpg);
	background-repeat: no-repeat;
	width: 800px;
}

#spacer-top {
	height: 97px;
}

#menu {
	color: #000000;
	text-align: left;
}

#spacer-pic {
	height: 170px;
}

#content {
	color:#000000;
	text-align: left;
	vertical-align=top;
}

#searchbox {
	background: transparent;
	float: right;
	margin-right:10px;
}

#searchbox .inputbox  {
	width: 140px;
	height: 20px;
	margin-top: 8px;
	margin-left: 29px;
}

#topmenu a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	float: right;
	display: block;
	color: #ffffff;
	background: url(../images/topmenu_separator.png) no-repeat left;
}

#pathway {
	background: #000000 url(../images/pathway_bg.png) repeat-x;
	height:36px;
	margin-top: 0;
	padding-top: 10px;
	padding-left: 6px;
}

.clr {
	clear: right;
}

#right table.moduletable {
	width: 200px;
	margin: 0px 0px 0px 4px;
}

table.moduletable {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

table.moduletable td {
	padding: 2px 0 0 0;
	color: #fff;
}

table.moduletable th {
	text-align: center;
	width: 200px;
	background: #000 url(../images/module_title.png) no-repeat bottom left;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-top: 0;
}

table.moduletable ul {

}

table.nospace {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

table.nospace td {
	margin: 0;
	padding: 0;
}

#maincontent {
	background: transparent;
	margin-top: 0;
	height: 100%;
	padding: 3px 3px 3px 3px;
}

.contentheading {
	font-family: Tahoma, Helvetica, sans-serif;
	background: url(../images/content_border.png) repeat-x bottom left;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	color: #ff0000;
	text-align: left;
	width: 100%;
}

.componentheading {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	padding: 3px 3px;
}

table.contentpane {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#footer {
	background: url(../images/footer_bg.png) repeat-x;
	height: 60px;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-left: 11px;
	margin-left: 0px;
	line-height: 20px;
	border-bottom: 1px dotted #666666;
	width: 150px;
}

a.sublevel:hover {
	color: #99CC00;
	font-weight: bold;
	text-decoration: none;
}

.sectiontableheader {
	background-color: #000;
	line-height: 20px;
	padding: 2px 2px;
}

td.sectiontableentry1 {
	line-height: 20px;
	padding: 2px 2px;
}

td.sectiontableentry2 {
	line-height: 20px;
	padding: 2px 2px;
}

tr.sectiontableentry1 {
	line-height: 20px;
	padding: 2px 2px;
}

tr.sectiontableentry2 {
	line-height: 20px;
	padding: 2px 2px;
}

 .contentdescription {
	font-weight: bold;
	color: #00CCFF;
}

a.mainlevel:link, a.mainlevel:visited {
	color: #000000;
	height: 26px;
	line-height:26px;
	text-align: left;
	padding-right: 5px;
	width: 800px;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #0000FF;
	padding-right: 5px;
	text-align: left;
	
}

#active_menu.mainlevel {
	color=#FF0000;
	width: 200px;
	text-align: left;
}

#active_menu.mainlevel:hover, #active_menu.mainlevel:visited, #active_menu.mainlevel:link {
	font-weight: bold;
	width: 200px;
	text-align: left;
	color: #FF0000;
}

#newsflash, #bottom {
	background: #202020 url(../images/newsflash_bg.png) repeat-x bottom;
	border-bottom: 3px solid #000;
	padding: 3px 3px;
}

#newsflash table.moduletable th, #bottom  table.moduletable th {
	text-align: left;
	width: 100%;
	background: #000000;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-top: 0;
	border-bottom: 1px solid #444444;
	padding-left: 3px;
}

.inputbox {
	background: #222222;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	color: #cccccc;
}

.button {
	border: 1px solid #555555;
	color: #cccccc;
	background: #000;
}

.contrast {
	background: url(../images/gb_contrast_toggle.png);
}

.smaller {
	background: url(../images/gb_font_smaller.png);
}

.larger {
	background: url(../images/gb_font_larger.png);	
}

.reset {
	background: url(../images/gb_reset.png);		
}

