body, html { 
padding : 0px; 
margin : 0px; 
width : 100%; 
height : 100%;
} 
.lefttd {
background-image: url(../images/leftnav.jpg); 
background-repeat:no-repeat;
}
.toptd {
background-image: url(../images/title.jpg); 
background-repeat:repeat;
background-position: center center;
}
.nav
{
font:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
text-decoration:none;
height: 25px;
padding: 6px;
clear: none;
float: none;
background-color: #990000;
text-align: center;
border-top: thin solid #CCCCCC;
border-right: thin solid #000000;
border-left: thin solid #FFFFFF;
}
.nav:hover
{
font:Arial, Helvetica, sans-serif;
color:#990000;
font-size:14px;
font-weight:bold;
text-decoration:none;
height: 25px;
padding: 6px;
clear: none;
float: none;
background-color: #FFFFFF;
text-align: center;
border-top: thin solid #FFFFFF;
border-right: thin solid #000000;
border-left: thin solid #FFFFFF;
}
.navsel
{
font:Arial, Helvetica, sans-serif;
color:#990000;
font-size:14px;
font-weight:bold;
text-decoration:none;
height: 25px;
padding: 6px;
clear: none;
float: none;
background-color: #FFFFFF;
text-align: center;
border-top: thin solid #FFFFFF;
border-right: thin solid #000000;
border-left: thin solid #FFFFFF;
}
.maintitle
{
font:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:30px
}
.title
{
font:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size:25px;
font-weight:bold;
}
.annoucment
{
font:Verdana, Arial, Helvetica, sans-serif;
color:red;
font-size:18px;
font-weight:bold;
}
hr
{
color: #990000;
background-color: #990000;
height: 3px;
}