/* General */ 

BODY {
	font-family: Georgia, Times, serif; 
	background-color: #c5cfdc;
	margin: 0px;
	line-height: 130%;
}

INPUT, TEXTAREA, SELECT {
	border: 1px solid #603;
	font-family: Georgia, Times, serif; 
}

#wrapper {
	width: 1000px;
	text-align: left;
	vertical-align: top;
	background-color: white
}

h1      { color: #465984; font-weight: 400; }
h2      { color: #465984; font-weight: 400; }
h3      { color: #465984; font-weight: 400; }
h4      { color: #465984; font-weight: 400; }
h5      { color: #465984; font-weight: 400; }

/* Header */ 

#header {
	background-image: url(header.png);
	height: 61px;
	vertical-align: top;
	border-bottom: 1px solid white;
}

#header A {
	text-decoration: none;
	
}

#header .topmenu {
	position: relative;
	float: left;
	background-color: #486d9d;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px 2px 0px 2px;
	height: 24px;
	top: 37px;
	display: block;
	text-decoration: none;
	color: white;
	font-size: 0.9em;
}

#header .selected {
	font-weight: 900;
}

#header #logospacer {
	width: 240px;
	height: 61px;
	float: left;
	display: block;
}

#header #options {
	background-color: white;
	position: static;
	float: right;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	text-align: right;
}

#header #options A {
	color: #486d9d;
	padding: 2px;
	font-size: 0.8em;
	line-height: 150%;
}

/* Bar */ 

#bluebar {
	height: 12px;
	background-color: #486d9d;
	width: 1000px;
}

/* Content */

#contentbox {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 1000px;
}

#sidemenu {
	width: 240px;
	padding-top: 30px;
	font-size: 0.8em;
	float: left;
	border-right: 1px #999999 dashed;
}

#sidemenu UL {
	margin-top: 0px;
	
	list-style-image: url(bullet.gif);
}

#sidemenu A {
	line-height: 15px; 
	text-decoration: none;
	color: #603;
}

#sidemenu A:hover {
	color: #f09;
	text-decoration: underline;
}

#sidemenu A:active {
	color: #903;
}

#sidemenu h2 {
	color: #903;
	font-weight: 800;
	font-size: 1.1em;
	margin-left: 20px;
	margin-bottom: 5px;
}

#sidemenu h3 {
	color: #903;
	font-weight: 800;
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 0px;
}


#sidemenu FORM {
	margin: 0px;
}

#sidemenu INPUT {
	width: 200px;
	margin-left: 20px;
}

#sidemenu .searchbutton {
	width: 204px;
	background-color: #603;
	color: white;
	height: 15px;
	border: none;
	margin-top: 1px;
}

.rssbox{
	border: 1px solid #603;
	width: 95%;
	font-size: 0.9em;
	line-height: 130%;
	padding: 2px;
}


#content {
	padding-top: 25px;
	float: left;
	width: 745px;
	margin-left: 9px;
	font-size: 0.9em;
}

/* Footer */

#footer {
	width: 1000px;
	font-size: 0.7em;
	margin-top: 10px;
	float: left;
}

#footer:first-line {
	padding-left: 100px;
}

/* Other */

textarea {
  width: 100%;
}

#jump-to-nav, .printfooter, #siteSub {
	display: none;
}

.firstHeading {

}