@charset "utf-8";
/* CSS Document */
body { 
margin : 0;
font-family : Arial, Helvetica, sans-serif;
} 
a:link, a:active, a:visited { 
color : #003399;
text-decoration : none;
} 
a:hover { 
text-decoration : underline;
} 
.no_adjust { 
font-size : 14px;
} 
.header_text { 
font-size : 14px;
color : #003399;
} 
.footer { 
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
} 
.footer_head { 
font-size : 14px;
font-weight : bolder;
color : #003399;
} 
#searchcontainer { 
margin-bottom : 10px;
padding : 8px;
background-color : #e0e7f3;
border : 1px solid #000000;
font-size : 14px;
font-weight : bold;
} 
.search_small { 
font-size : 12px;
font-style : italic;
font-weight : normal;
} 
.searchbox { 
background-color : #ffffff;
height : 18px;
border : 1px solid #000000;
} 
.searchbutton { 
background-color : #003399;
height : 22px;
border : 1px solid #000000;
color : #ffffff;
} 

/* TOP MENU */
#topMenu
{

}
#topMenu ul
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
text-transform:uppercase;
color: white;
text-align:left;
margin: 0;
padding-bottom: 8px;
padding-top: 7px;
}
#topMenu ul li
{
display: inline;
margin-left: -4px;
}
#topMenu ul li a
{
padding: 7px 10px 8px 10px;
color: white;
text-decoration: none;
}
#topMenu ul li a:hover
{
color: #ff0;
}
#topMenu ul li a.current
{
background-color: #009;
color: #ff0;
}









#navcontainer { 
margin-bottom : 10px;
padding : 0;
} 
#navcontainer ul { 
list-style-type : none;
margin : 0;
padding : 0;
} 
#navcontainer a { 
display : block;
font-size : 12px;
font-weight : bold;
color : #ffffff;
background-color : #597abd;
background-image : url(../images/side_menu_bg.jpg);
background-position : bottom;
background-repeat : repeat-x;
padding : 6px 8px 6px 8px;
width : 164px;
text-decoration : none;
} 
#navcontainer a:hover { 
color : #ffff00;
} 
#navcontainer a.current { 
color : #ffff00;
} 
#navcontainer li li a { 
display : block;
font-size : 11px;
font-weight : normal;
color : #ffffff;
padding : 6px 0 3px 0;
width : 170px;
text-decoration : none;
}