/* CSS Document */
 
body {
font-family: Arial, sans-serif; /*font-family:Tahoma;*/
/*background-color:#999999;*/
font-size:9pt;

}

h1
{
font-family: Arial, sans-serif; /*font-family:Tahoma;*/
background-color:#cccccc;
font-size:13pt;

}


#maintable
{
background-color:#ffffff;
width:780px;
}


a {
color:#0B5E9F;
font-size:9pt;
text-decoration: none;
font-weight:normal;
}

a:hover {
color:#8D1212;
text-decoration: none;
}


#header {
font-family: Arial, sans-serif;
font-size:8pt;
padding-top:5px; 
padding-left:15px;
height:20px;
background-color:#CEDBFB;
line-height:15px;

}

#header_menu{
font-size: 10px;
vertical-align: text-top;
}

#header_menu A:hover 
{ 
color:#000000; 
text-decoration:none; 
clear: none; 
float: none; 
height: 20px; 
text-align: left; 
vertical-align: middle;
word-spacing: normal;
text-indent: 10pt ; 
font-family: Arial, Helvetica, sans-serif;
font-size: 10px

}

#header_menu A:active
{ 
color:#000000; 
clear: none; 
float: none; 
height: 20px;
text-align: left; 
vertical-align: middle; 
word-spacing: normal; 
text-indent: 10pt ; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
 cursor: hand
}

#header_menu A:visited 
{ 
color:#000000; 
text-decoration:none; 
background-repeat: no-repeat;
border: #333333; 
clear: none;
float: none;
 height: 20px; 
 text-align: left;
 vertical-align: middle; 
word-spacing: normal;
 text-indent: 10pt ;
 font-family: Arial, Helvetica, sans-serif; 
font-size: 10px;

}

#header_menu A:link 
{ 
color:#000000;
text-decoration:none; 
clear: none;
float: none; 
height: 20px;
text-align: left; 
vertical-align: middle;
word-spacing: normal; 
text-indent: 10pt ;
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px;
}


.submit input
{
color: #000;
border: 5px outset #000000;
height: 20px;
width: 80px;
} 
input.button
{
/*border: 1px solid #000000;*/
/*float:right;*/
padding-right:5px;
padding-left:5px;
background-color: #cccccc; 
font-size: 9px;
color: black;
 height: 20px;
 width: 90px;

}

input.text
{
/*border: 1px solid #000000;*/
/*float:right;*/
padding-right:5px;
padding-left:5px;
background-color: #ffffff; 
font-size: 9px;
color: black;
 height: 13px;

}

select
{

background-color: #ffffff; 
font-size: 9px;
color: black;
 height: 17px;

}

input.search
{
float:right;
padding-right:5px;
padding-left:5px;
background-color: #ffffff; 
font-weight: bold; 
font-size: 9px;
color: black;
height: 13px;
width: 80px;
}
#search_form {
margin:0;
/*padding:0;*/
padding-top: 0px;
padding-bottom: 3px;
padding-right: 4px;
text-align: left;
}
#search_form form input {
    height: 19px;
    width: 100px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 9px;
}
#search_form  a{
    font-size: 100%;
    text-decoration: none;
    color: #fffee1;
}
#search_form  a:hover, #text_only  a.active{
    color: #fffee1;
}






#office_name
{

font-family: Arial, sans-serif;
font-size: 12pt;
padding-top: 5px; /* was 10*/
padding-bottom: 5px;
padding-right:15px;
/*background-color:#CEDBFB;*/
font-weight: bold;

} 
<*.sitemap
{
 background-color:#ffffff;
 border:1px solid #B0B9C3;
 margin-top:0px;
 padding-top:0px;/* was 10*/
 width:167px; 
 /*padding:5px;*/
 font-weight:normal;
 padding-left:0px; /* was 10*/
 /*padding-bottom:10px;*/
}

*/

/* top-level navigation section */

#navigation {
 float:left;
 clear:both;
 width:230px; 

}

#navigation ul {
 list-style:none;
 margin:0px;
 padding:10px;
 text-align: left;
 margin-right: 0px;

}


#navigation ul li {
 margin:0px;
 margin-top:5px; 
 margin-left: 10px;
 font-weight:normal;
 padding-bottom:15px;
/*border-bottom: 1px solid #000000;*/

}

#navigation ul li ul {
 border:0px;
 padding:0px;
 margin:0px;
}


/*main content area*/
#contentArea {
width:550px; 
float:left;
/*padding:15px; */
/*margin-top:15px; */
margin-left:15px; /* distance from navigation */
font-family: Arial, sans-serif;
font-size: 9pt;
background-color:white;
 
}

#breadcrumb
{
padding-top: 15px;
margin-left:15px;
padding-right: 0px;
padding-bottom: 15px;
font-size:9pt;

}

/* footer */
#footer {
 padding-top:10px;
 padding-bottom:10px;

 font-size:8pt;
 background-color:#CEDBFB;

 }
input submit {background-color: red;}

