*{margin:0;padding:0;}

body {
min-width : 760px;
max-width : 1200px;
margin-top: 10px;
background: #000000;
}

#fixcenter {
width : 900px;
background : #FFFFFF;
color : #003300;
margin-left : auto;
margin-right : auto;
margin-top : 5px;
margin-bottom : 10px;
border-left : 1px solid #990000;
border-right : 1px solid #990000;
border-bottom : 1px solid #990000;
overflow : hidden;
position : relative; /*establish stacking order for #header a*/
}

#fixcenter2 {
width : 950px;
background : #000000;
color : #003300;
margin-left : auto;
margin-right : auto;
margin-top : 5px;
margin-bottom : 10px;
border-left : 1px solid #990000;
border-right : 1px solid #990000;
border-bottom : 1px solid #990000;
overflow : hidden;
position : relative; /*establish stacking order for #header a*/
}

#header {
background : #000000;
width : 900px; 
height : 108px;
margin-top : 5px;
margin-bottom: 5px;
margin-left : auto;
margin-right : auto;
}

.header {
text-align: center;
padding-bottom: 10px;
}

#main {
float: left;
display : inline; /*fix double margin bug in IE6 with float added above*/
margin-right : 30px;
margin-left: 20px;
margin-top : 20px;
margin-bottom : 10px; 
width : 620px;
}

#main2 {
display : inline; /*fix double margin bug in IE6 with float added above*/
margin-right : 20px;
margin-left: 20px;
margin-top : 20px;
margin-bottom : 10px; 
width : 950px;
}

#sidebar {
float: right;
width: 200px;
margin-right: 20px;
margin-top : 20px;
margin-bottom : 10px;
}

p {
font-family : arial;
font-size : 12px;
color : #000000;
text-align : justify;
margin-bottom: 15px;
}

h1 {
font-family : verdana;
font-size : 14px;
color : #000000;
text-align : center;
padding-bottom : 25px;
}

ul.square {
list-style-type: square;
margin-bottom: 15px;
list-style-position: inside;
}

#sitemap {
width: 70%;
}

.form {
text-align: left;
}

.form-color {
text-align: left;
background-color: #FFFF99;
}

.clients {
font-family: verdana;
font-size: 12px;
font-weight: bold;
font-variant: small-caps;
text-align: center;
}

.clients a:link {
font-family: verdana;
font-size: 12px;
font-weight: bold;
font-variant: small-caps;
color: #FFFFFF;
text-decoration: none;
text-align: center;
}

.clients a:hover {
color: #CC0000;
text-decoration: underline;
}

.content, .shadow {
position: relative;
bottom: 3px;
right: 2px;
}

.shadow { 
background-color: #9C9C9A; 
}

.container { 
width: 410px; 
text-align: center;
margin-left: 125px;
margin-top: 10px;
}

#footer {
clear: both;
width: 100%;
border-top: 1px solid #990000; 
padding-top: 8px; 
padding-bottom: 3px;
}

#footer p { /*added this new rule for the p tag*/
font-family: arial;
font-size: 10px;
color: #666666;
text-align: left;
padding-bottom: 3px;
}

#footer a {
font-family: arial;
font-size: 10px;
color: #666666;
text-align: left;
}

.links {
font-family : arial;
font-size : 12px;
color : #000000;
}
	
A:link {
color : #990000;
font-size : 12px;
font-family : arial;
text-decoration : underline;
font-weight : bold;
}

A:hover {
color : #990000;
font-family : arial;
text-decoration : none;
}

A:visited {
color : #990000;
font-size : 12px;
font-family : arial;
text-decoration : underline;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #990000; /*bottom horizontal line that runs beneath tabs*/
background-color: #FFFFFF;
padding-top: 5px;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 40px; /*offset of tabs relative to browser left edge*/
font: 12px Arial;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid #FFFFFF; /*right divider between tabs*/
color: white;
background: #8D0E0E; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #B90E0E; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
