


BODY { 
  background: #000000 url("images/bknd.jpg");
  background-repeat: repeat-n;
  background-position: center;
  background-attachment: ;
  background-position: 50% 0%;
}





ul b {color: rgb(155,0,0)}

a {color: #00619d}

a:hover {color: black}







#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
}

#nav a {
	display: block;
	width: 157px;
}

#nav li { /* all list items */
	float: left;
	width: 157px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 157px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}





.search
{
position: relative;
height:23px;
padding:0;
margin: -2px 0px -15px -3px;
}

.search_subject
{
position: relative;
height:23px;
padding:0;
margin: 0px 0px 0px 0px;
}

.search2
{
position: relative;
height:0px;
padding:0;
margin: 0px 0px 0px 0px;
}

.searchboxIE
{
background:url(images/) no-repeat;
width:148px;
height:27px;
display:block;
border: 0;
}

.searchbox
{
background:url(images/) no-repeat;
width:148px;
height:23px;
display:block;
border: 0px;
}

.search_button
{
position:absolute;
top: 202px;
left: 156px;
border: 0px;
margin: -202px 0px 0px 763px;
}


.search_button_subject
{
position:absolute;
top: 202px;
left: 156px;
border: 0px;
margin: -203px 0px 0px 0px;
}


.search_button2
{
position:absolute;
top: 202px;
left: 150px;
border: 0px;
margin: -203px 0px 0px 0px;
}

.search_field
{
float:left;
border: 0;
margin-left: 0px;
margin-top: -4px;
padding: 0;
width: 148px;
height: 23px;
padding: 5px 0px 5px 763px;
font: 1.0em Verdana;
background-color:transparent;
}

.search_field2
{
float:left;
border: 0;
margin-left: 0px;
margin-top: 0px;
padding: 0;
width: 148px;
height: 23px;
padding: 0px 0px 0px 0px;
font: 1.0em Verdana;
background-color:transparent;
}