body { 
color: #cccccc;
font-family: arial;
margin: 0px;
padding: 0px;
background-color: #cccccc; 
font-size: 10pt;
}

a:link{
color: #0033ff;
text-decoration: none;
}
a:active{
color: #0033ff;
text-decoration: none;
}
a:visited{
color: #666666;
text-decoration: none;
}
a:hover{
color: #ffffff;
background-color: #ff9900;
font-weight: bolder;
text-decoration: none;
}


* {margin:0; padding:0;} /* REMOVES all padding & margin from EVERYTHING */


p {}

#top{
text-align: right;
padding-right: 20px;
background-color: #ffffff;
background-image: url(images/topbg.gif);
background-position: left;
background-repeat: no-repeat;
}

#container{
width: 800px;
padding: 0px;
margin: 0px auto;

}

#header{

width: 800px;
height: 165px;
margin: 0px;
padding: 0px;
background-image: url(images/header2.gif);
background-repeat: no-repeat;
border: 0px;
}

#area{
width: 800px;
height: 365px;
margin: 0px;
padding: 0px;
background-image: url(images/area.gif);
background-repeat: no-repeat;
}


#footer{
color: #ffffff;
display: block;
background-color: #0000cc;
padding-top: 5px;
padding-bottom: 5px;
bottom: 20px;
text-align: center;
font-family: Verdana;
}
#footer a:link{
color: #ffffff;
text-decoration: none;
}
#footer a:active{
color: #ffffff;
text-decoration: none;
}
#footer a:visited{
color: #ffffff;
text-decoration: none;
}
#footer a:hover{
color: #ffffff;
background-color: #ff9900;
font-weight: bolder;
text-decoration: none;
}






























/* top links ---------------------------------------------------------------*/

#toplinks{
font-family: Arial;
text-align: center;
font-weight: bold;
font-size: 8pt;
color: #000099;
background-repeat: no-repeat;
text-decoration: none;
width: 800px;
height:  25px;
background-image: url(images/links.gif);
background-repeat: no-repeat;
border: 0px;
}
#toplinks li{
display: inline;
margin: 0px;
padding-left: 15px;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 5px;
width: 800px;
height: 20px;
list-style: none;
line-height: normal;
text-decoration: none;
}
#toplinks li a:link{
color: #000099;
text-decoration: none;
}
#toplinks li a:active{
color: #000099;
text-decoration: none;

}
#toplinks li a:visited{
color: #000099;
text-decoration: none;

}
#toplinks li a:hover{
color: #ffffff;
background-color: #666666;
text-transform: capitalize;
height: 25px;

}



/* bottom links ---------------------------------------------------------------*/
#botlinks{
font-family: Arial;
text-align: center;
font-weight: bold;
font-size: 10pt;
color: #000099;
background-repeat: no-repeat;
text-decoration: none;
padding-top: 5px;
width: 800px;
height:  20px;
background-image: url(images/linksbt.gif);
background-repeat: no-repeat;

}
#botlinks li{
display: inline;
margin: 0px;
padding-left: 15px;
padding-right: 15px;
width: 800px;
height:  45px;
list-style: none;
text-decoration: none;
}

#botlinks li a:link{
color: #ffffff;
text-decoration: none;
}
#botlinks li a:active{
color: #ffffff;
text-decoration: none;
}
#botlinks li a:visited{
color: #ffffff;
text-decoration: none;
}
#botlinks li a:hover{
color: #000099;
background-color: #cccccc;
font-weight: bolder;
height: 25px;
text-decoration: none;
}














