/* CSS Document */
td body{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
a{
color: red;
text-decoration: none;
}
a:hover{
color: black;
text-decoration: underline;
}
.topheader{
border-bottom: 1px #666666 solid;
font-size: 12px;
font-weight: bold;
color: red;
}
.heading{
font-weight: bold;
color: red;
border-bottom:#666666 3px solid;
}
.mainheader{
font-weight: bold;
color: red;
font-size: 14px;
}
.nicebutton{
border: 1px #FF0000 solid;
color: red;
background-color:#CCCCCC;
}
#logo{
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
z-index:1;
position:absolute;
top: 2x;
left: 10px;
width: 420px;
height: 39px;
}
#top{
position: absolute;
left: 0px;
top: 0px;
background-color:#FF0000;
height: 60px;
width: 100%;
z-index:0
}
#content{
position: absolute;
left: 20px;
top: 110px;
width: 95%;
height: 440px;
overflow:auto;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
text-align: justify;
}
#nav{
background-image: url(../images/nav.jpg);
background-repeat:repeat-x;
position: absolute;
top: 60px;
z-index:1;
left: 0px;
width: 100%;
height: 26px;

}
#nav a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
#nav a:hover{
color: #FF0000;
}
#footer{
position: absolute;
top: 550px;
text-align:center;
width: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
}
#footer a{
color: #333333;
text-decoration: none;
}