/* CSS Document */
#navsite p {
display: none;
}

#navsite {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
width: 12em;
border-right: 1px solid #666;
padding: 0;
margin-bottom: 1em;
background-color: #9cc;
color: #333;
}

#navsite ul {
list-style: none;
margin: 0;
padding: 0;
}

#navsite ul li {
margin: 0;
border-top: 1px solid #003;
text-align:left;
}

#navsite ul li a {
display: block;
padding: 10px 10px 10px 0.5em;
border-left: 20px solid #369;
border-right: 1px solid #69c;
border-bottom: 1px solid #369;
background-color: #036;
color: #fff;
text-decoration: none;
width: 100%;
}

#navsite ul li a.current {
border-left: 20px solid #FFFF75;
border-right: 1px solid #69c;
border-bottom: 1px solid #369;
background-color: #0D86FF;
color: #fff;
}

html>body #navsite ul li a {
width: auto;
}

#navsite ul li a:hover {
border-left: 20px solid #369;
border-right: 1px solid #69c;
border-bottom: 1px solid #369;
background-color: #69f;
color: #fff;
}

/*#banner {
background-image: url(bannerp.jpg);
border-bottom: none;
border-top: none;
border-right: none;
border-left: none;
padding: 0px 0px 0px 0px;
background-repeat: no-repeat;
color: #006C00;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight: bold;

}*/

#footer 
{
margin-bottom: 0px;
background: url(images/footer.jpg) repeat-x;
text-align: center;
font-size: 11px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}

#footer a 
{
text-decoration: underline;
color: #444444;
}

#footer a:hover 
{
text-decoration: none;
}

#thebody {
width: 805px;
background-color:#FFFFFF;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border: solid #000000 1px;
}

/*#navi { 
position:relative;
top: 100px;
}*/

BODY {
width: 100%;
background-color:#CCCCCC;

}

p {
text-align:justify;
}

h2 {
text-align:center;
}

#content {
font-family:Arial, Helvetica, sans-serif;
text-align:center;
padding: 5px 5px 5px 5px;
}

#link a {
text-decoration:none;
}