*
{
margin: 0px;
padding: 0px;
}

html
{
  background-color: white;
}

body
{
  padding: 0px;
  text-align: left;
  font: 85% Verdana, sans-serif;
}


textarea { 
	font-family: inherit;
	font-size: 0.8em;
}

#header
{ 
position: fixed;
background-image: 
url('/images/header_bg.png');
width: 100%;
height: 112px;
z-index: 2;
}

#header_main
{ 
position: relative;
background-image: 
url('/images/header_center.png');
width: 864px;
height: 112px;
margin: 0px auto;
}

#header_logo
{
    float:left;
    top: 5px;
}

#header_logo img
{
border: 0px;
}

#header_menu
{ 
position: fixed;
top: 112px;
background-image: 
url('/images/header_menu_bg.png');
background-repeat: repeat-x;
width: 100%;
height: 31px;
z-index: 1;
}

#header_menu a:hover
{
text-decoration: underline;
}


#header_menu_main
{ 
width: 864px;
margin: 0px auto;
font-size: 80%;
font-weight: bold;
padding-top: 3px;	
}

div.header_left
{
position: relative;
float: left;
}

div.header_right
{
position: relative;
float: right;
}

#pre_main
{
position: relative;
padding-top: 143px;
padding-bottom: 62px;
z-index: 0;
}

#main{
background-image: 
url('/images/main_bg.png');
background-repeat: repeat-x;
width: 100%;
height: 300px;
/*
position: fixed;
top:168px;
bottom: 62px;

overflow: auto;*/
}

#main_container
{
position: relative;
width: 864px;
margin: 0px auto;
padding-left: 0px;
padding-top: 15px;
padding-bottom: 65px;
}



ol.search-results li
{
padding-bottom: 15px;
}

div.search-page-numbers
{
padding-bottom: 15px;
}

#form_query
{
width: 210px;
}

.newsdate{
font-style: italic;
font-size: 95%;
}

#content h3 .newsdate{
font-style: italic;
font-size: 80%;
color: black;
font-weight: normal;
}
