/*content base*/

html,body 
{ 
background-color: #fff; 
margin: 0; padding: 0; 
}

body         
{ 
color: #474747; 
font: 11px/16px verdana, arial, "bitstream vera sans", sans-serif;
text-decoration: none; 
padding: 0; 
vertical-align: top; 
}
 
h1    
{ 
color: #1e64be; 
font-size: 130% ; 
font-weight: bold; 
height: 25px; 
}

h2   
{ 
color: #1e64be; 
font-size: 130% ; 
font-weight: bold;  
background-position: 0 bottom; 
}

h3   { font-size: 110% ; font-weight: bold; }

h4   { color: #1e64be; font-size: 110% ; font-weight: bold; }

hr 
{ 
height:1px; 
border:0; 
width:100%; 
background-image: url(hr_gray.gif); 
background-repeat: repeat-x; 
background-position: 0 center; 
margin-top: 10px; 
margin-bottom: 10px; 
}

img{border: 0px;}

ul  { 
list-style: none; 
margin: 10px 0 10px 10px; 
padding: 0 ;
}

ul li  
{ 
margin-left: 30px; 
list-style-type: none; 
list-style-image: url(arrow.gif); 
}

/*content*/

table.mainbox
{ 
background-color: #fff; 
width: 920px; 
margin: 0; 
}

td.mainbox 
{ 
background-color: #dcdcdc; 
background-position: right 0; 
text-align: center; 
vertical-align: top; 
padding: 5px 0;
 }

#mainbox 
{ 
width: 900px; 
margin-right: auto; 
margin-left: auto; 
}

td.header   
{ 
background-color: #fff; 
background-image: url(topbanner_shade.gif); 
background-repeat: repeat-x; 
background-position: left bottom; 
text-align: center; height: 130px; 
margin: 0; 
padding: 0; 
}

#logo   
{ 
font-size: 180%; 
background-image: url(topbanner_bg.jpg); 
background-repeat: no-repeat; 
background-position: left bottom; 
text-align: right; 
width: 880px; 
height: 80px; 
margin: 0 auto; 
padding: 50px 20px 0 0; 
}

td#leftsidebar
{
padding-right:30px;
}

table.sidebar    
{ 
color: #fff; 
background-color: #4385bf; 
background-image: url(sidebar_back.gif); 
background-repeat: repeat-x; 
background-position: 0 bottom; 
vertical-align: top; 
width:200px;
}

td.sidebar    
{ 
vertical-align: top; 
padding-top: 20px; 
}

table.maincontents   
{ 
background-color: #fff; 
vertical-align: top; 
margin-left:30px;
}

td.maincontents   
{ 
line-height: 150%; 
text-align: left; 
vertical-align: top ; 
padding: 10px 15px; 
}

td.maincontents img{margin:5px;}

/*link*/

a     { 
color: #1e64be; 
text-decoration: none ;
}

a:hover  
{ 
color: #383a39; 
text-decoration: none ; 
}

/*main menu*/

table.menu
{ 
margin: 0; 
border-bottom: 1px solid #81aed8; 
width:200px;
}

td.menu   
{ 
text-align: left; 
border-top: 1px solid #81aed8; 
}

td.menu br
{
height:0px;
margin:0;
padding:0;
}

a.menu
{ 
color: #fff; 
background-image: url(menu_bg.gif); 
background-repeat: repeat-y; 
background-position: 0 top; 
text-decoration: none; 
padding-top: 5px; 
padding-bottom: 5px; 
padding-left: 10px; 
display: block; 
white-space: nowrap; 
}

a.menu:hover,#toppage,#thispage
{ 
color: #fff; 
background-color: #2968ad; 
background-image: url(menu_bg_active.gif); 
background-repeat: repeat-y; 
background-position: right top; 
text-decoration: none; 
}

div.submenu
{
margin:0;
padding:0 0 10px 0;
}

div.submenu a
{
color: #fff; 
margin:2px 0;
padding:5px;
text-decoration:none;
}

div.submenu a:hover,div.submenu #thispage
{
padding:2px 5px;
background-image:none;
color: #fff; 
text-decoration:underline;
}


div.submenu #thispage
{
background-image:none;
color: #fff; 
text-decoration:none;
}



/*footer*/

td.footer 
{ 
background-color: #fff; 
background-image: url(footer_shade.gif); 
background-repeat: repeat-x; 
background-position: 0 top; 
text-align: center;  
}


#footer 
{ 
font-size: 95%; 
background-image: url(footer_bg2.jpg); 
background-repeat: no-repeat; 
background-position: right top; 
text-align: left; width: 900px; 
clear: right; 
margin-right: auto; 
margin-left: auto; 
padding: 20px; 
}

div.footer a
{ 
color: #fff; 
text-decoration: none; 
}

div.footer a:hover
{ 
color: #f5f54b; 
text-decoration: none; 
}


