body 
{
margin: 0; 
padding: 0;
font-size: 95%;
font-family: arial,verdana, times, "times new roman", serif; 
color: #000; 
background-color: #fff; 
} 

a:link {
color: #333;
}

a:visited
{
color: #555;
}

a:hover ,a:active 
{
color: #000; 
 
} 


div#banner
{
color: #000;
background-image: url(images/back.jpg);
background-color: #fff;
height:100px;
text-align:center;
} 

div#banner h1
{
margin: 0;
padding: .3em 0 .3em .5em;
font-size: 2.2em;
font-weight: normal;
} 



div#mainnavi
{
margin: 0;
padding-top: 0.3em;
padding-bottom: 0.4em;
color: #000;
background-color: #fff;

} 



#navcontainer ul { list-style-type: none; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a { text-decoration: none;
padding: .3em 1em;
color: #00f;

 }
#navcontainer ul li a:hover
{
color: #00f;
}



div#container
{
background-image: url(imag/back_container.jpg);
background-repeat: repeat-y;

} 

div#container2
{
background-image: url(imag/back_container2.jpg);
background-repeat: repeat-y;
background-position: right;
} 

div#navigation
{
float: left;
width: 180px;
padding-top: 0.5em;
font-size:9pt;
font-weight: bold;
color: #0000ff;
} 

div#navigation ul 
{
list-style-type: none; 
padding: 0; 
margin: 0; 
} 

div#navigation ul li { margin-top: 4px; } 


#navigation ul li a
{
display: block;
width: 135px;
padding: 3px 5px 3px 10px;
text-decoration: none;
color: #000;
background-repeat: repeat-y;
} 

#navigation ul li a:hover
{
color: #000;
background-color: #eee;
background-image: url(imag/back_menu1.jpg);
background-repeat: repeat-y;
} 


div#more
{
float: right;
width: 160px;
margin: 0;
padding: 2em 10px 0 0;
color: #fff;
} 

div#more h3
{
margin-top: 0;
color: #fff;
padding: .2em;
} 


div#content
{
margin-left: 190px;
margin-right: 200px;
}

div#content h2
{
font-size: 1.4em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;
} 

div#content { line-height: 150%; } 
div#content img{padding:4px;}
#cleardiv
{
clear: both;
height: 1em;
} 

div#footer
{
font-size:8pt;
color:#004488;
clear: both;
padding: .5em 1em;
border-top: 1px solid #999;
text-align: right;
margin-right: 1em;
} 
.hidden
{
   position:absolute; 
   left:-1000px; 
   top:-1000px; 
   width:0px; 
   height:0px; 
   overflow:hidden; 
   display:inline;
}

.textbluebold{
font-weight: bold;
color:#0000ff;
font-size:12pt;
}

.textbluel{
color:#0000ff;
font-size:10pt;
}

.textblue{
color:#0000ff;
font-size:10pt;
font-weight: bold;
}
