﻿/* CSS Document */

body {
background: #faf;
font: 12px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}
#wrap {
width:1000px;
background: url(../images/spider.png);
margin-top: 0px;
margin:0 auto;
border-top: 1px solid #550055;
border-right: 3px solid #550055;
border-bottom: 3px solid #550055;
border-left: 1px solid #550055;
text-align:left;
color: #550055;
}
#head {
background: url(../images/header.gif) no-repeat;
width: 970px;
height: 150px;
}
#sidebar {
float: left;
border-top: 1px solid #550055;
border-right: 3px solid #550055;
border-bottom: 3px solid #550055;
border-left: 1px solid #550055;
width: 200px;
margin-right: 7px;
margin-bottom: 5px;
text-align: left;
}
#content {
float: right;
margin-bottom: 5px;
border-top: 1px solid #550055;
border-right: 3px solid #550055;
border-bottom: 3px solid #550055;
border-left: 1px solid #550055;
width: 765px;
_width: 770px;
}
.inside {
padding: 10px;
}
.module h3 {
font-size: 14px;
border-top: 2px solid #550055;
border-right: 4px solid #550055;
border-bottom: 4px solid #550055;
border-left: 2px solid #550055;
text-align: center;
text-transform: uppercase;
}
#nav li a {
display: list;
font-size: 12px;
font-weight: bold;
color: #550055;
text-decoration: none;
}
#nav li a:hover,a#active_menu:link {
font-size: 12px;
font-weight: bold;
color: #550055;
text-decoration: underline;
}
li a {
font-size: 12px;
font-weight: bold;
color: #550055;
text-decoration: none;
}
li a:hover {
font-size: 12px;
font-weight: bold;
color: #550055;
text-decoration: underline;
}
.back_button a {
border-top: 1px solid #550055;
border-right: 2px solid #550055;
border-bottom: 2px solid #550055;
border-left: 1px solid #550055;
font-size: 12px;
font-weight: bold;
color: #550055;
text-decoration: none;
}
.back_button a:hover {
border-top: 1px solid #550055;
border-right: 2px solid #550055;
border-bottom: 2px solid #550055;
border-left: 1px solid #550055;
font-size: 12px;
font-weight: bold;
color: #550055;
text-decoration: underline;
}
.button {
width: auto;
background: #000;
border-top: 1px solid #550055;
border-right: 2px solid #550055;
border-bottom: 2px solid #550055;
border-left: 1px solid #550055;
font-size: 12px;
font-weight: bold;
color: #550055;
text-decoration: none;
}
.button:hover {
background: #000;
border-top: 1px solid #550055;
border-right: 2px solid #550055;
border-bottom: 2px solid #550055;
border-left: 1px solid #550055;
font-size: 12px;
font-weight: bold;
color: #550055;
text-decoration: underline;
}
.contentheading {
font-size: 14px;
}
.componentheading {
font-size: 14px;
}
a {
font-size: 12px;
font-weight: bold;
color: #550055;
text-decoration: none;
}
a:hover {
font-size: 12px;
font-weight: bold;
color: #550055;
text-decoration: underline;
}
#footer {
clear: both;
font-size: 10px;
}
#footer a {
font-size: 10px;
}
.small {
font-size: 10px;
}