/* CSS Document */
/*basic html styles*/
 
p, h1, h2, h3, h4, h5, em, li, dd, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

table#dc_navigation a {
color:#666;
}
 
tablea:hover {
font-size:11px;
text-decoration:underline;
}

table#dc_navigation{
border-bottom: 2px solid #006633;
border-top: 2px solid #006633;
}

table#dc_navigation tr{
background-image: url('navbar-bg.jpg');
background-repeat: repeat;
padding-bottom: 1px
}

table#dc_navigation td{
text-align: center;
}
table#dc_navigation td tr {
background-image: url('none');
}

table#dc_navigation a font{
font-weight: bold;
font-size: 12px;
}

#pap {
float:right;
margin-top: 20px;
border: 1px solid black;
padding: 5px;
background-color: #ff8000;
color: white;
text-align: center;
font-size: 90%;
font-weight: bold;
}
#pap a:link {
color: white;
}
#pap a:visited {
color:white;
}
#pap a:hover {
color: blue;
}
#pap a:active {
color: white;
}
#home_header {
color: #006600;
font-weight: bold;
}
#home_body h1 {
color:white;
font-family: times new roman, serif;
}