﻿p {
    font-family: Arial, sans-serif; 
    color: black; font-size: 12px; }

.blue {color:blue}

.white {color:white}

.underline {text-decoration:underline}

table {
    font-family: Arial, sans-serif; 
    color: black; font-size: 12px; }

h1 {
    font-family: Arial, sans-serif; 
    color: black; font-size: 14px; }

h2 {
    font-family: Arial, sans-serif;
    color: black; font-size: 20px; }

ul{
    list-style-type:none;
    margin:0;
    padding:0;
    padding-top:6px;
    padding-bottom:6px;
}

li{
    display:inline;
}

a.menu:link,a.menu:visited{
    font-family: Arial, sans-serif; 
    color: black; font-size: 14px;
    color:#FFFFFF;
    background-color:red;
    text-align:center;
    padding-top:1px;
padding-bottom:1px;
padding-right:10px;
padding-left:10px;
border:1px solid black;
    text-decoration:none;
    text-transform:uppercase;
}

a.menu:hover,a.menu:active{
    background-color:black;
}

#boxl
{
background-color: white; 
color: black; 
position: absolute; 
left: 0px; 
top: 0px; 
width: 170px;  
height: 125px;
    font-family: Arial, sans-serif; 
    color: black; font-size: 10px; 
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
padding-left:5px; 
}

#menu
{
background-color: red; 
color: white; 
position: absolute; 
left: 171px; 
top: 0px; 
width:670px;
height: 125px;
padding-left:10px;
}

#boxr
{
background-color: white; 
color: white; 
position: absolute; 
left: 850px; 
top: 0px; 
width: 170px;  
height: 125px;
}

#left
{
background-color: black; 
color: white; 
position: absolute; 
left: 0px; 
top: 131px; 
width: 170px;  
height: 700px;
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
padding-left:5px;
}

#main
{
background-color: white; 
color: black; 
position: absolute; 
left: 171px; 
top: 131px; 
width: 660px;  
height: 700px;
padding-top:10px;
padding-bottom:10px;
padding-right:10px;
padding-left:10px;
}

#right
{
background-color: black; 
color: white; 
position: absolute; 
left: 870px; 
top: 131px; 
width: 170px;  
height: 700px;
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
padding-left:5px;
}

#rightw
{
background-color: white; 
color: black; 
position: absolute; 
left: 850px; 
top: 131px; 
width: 170px; 
height: 600px; 
border-style:solid;
border-color:black;
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
padding-left:5px;
}

.centered {
  left: 50%;
  margin-left: 20px;

}
