/* This is the color style sheet */
/* global styles */
body {background-color:#800000;}
h2 {color:#800000;}
h3 {color:#800000;}
h4 {border: solid 0px #800000; background-color: #ffffff; color:#000000;}
h5 {color:#800000; }
a {color: #800000;}
a:hover {color:#000000; text-decoration:overline;}

ul li {border: 5px solid #ffffff;}
ul li a {color: #800000;}

/* layout styles */
#outside {background-color:#ffffff;}

#header h1 {border: solid 1px #ffffff;}

#topright {border: solid 1px #ffffff;}
#topright h3 {border-top: solid 1px #800000;}
.topnav {color:#800000;}
.topnavbg {border-top:3px solid #000080; }
.topnav td {background-image:url(../images/link.gif); background-repeat:repeat-y; }
a.topnav:link {color:#000000;}
a.topnav:visited {color:#000000;}
a.topnav:hover {color:#800000; background-color:transparent;}


#left { border: solid 1px #ffffff;}
#left h3 {background-image:url(../images/linkh.gif); background-repeat:repeat-y; }
#main {background-color:#ffffff;}

#right {border: solid 1px #ffffff;}

#bottomlinks a {color: #ffffff;}
#bottomlinks a:hover {color: #ffffff;}
#bottomlinks span {color: #ffffff;}

.news h3 {background-image:url(../images/linkh.gif); color:#800000;}
.news span {color:#800000;}
.news a {color:#800000;}
.news a:visited {color:#800000;}
.news a:hover {color:#000000; text-decoration:overline;}


