body {
font-family:verdana; font-size:8px;
}
p {
font-size: 12px
}
A:link {
text-decoration : none; 
color : #2d5f95; 
} 
A:visited {
text-decoration : none; 
color : #2d5f95;
} 
A:hover {
text-decoration : none; 
color : red;
} 
#navcontainer { width: 110px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Tahoma;
font-size:12px;
margin-bottom:0;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 110px;
background-color: #2d5f95;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #ffffff;
color: red;
}



#navcontainer2 ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: Tahoma;
font-size:12px;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
padding: 0.2em  1em;
background-color: #036;
color: White;
text-decoration: none;
float: center;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

#navcontainer2 ul li a:hover
{
background-color: #ffffff;
color: red;
}
ul#navlist li#active a
{
background: #f5f5f5;
color: #014e82;
}



td.background {
background-image : url('images/agingbackgound.jpg'); 
background-repeat: no-repeat
background-attachment : fixed; 
} 
