/*
This is the basic style sheet,
seen by all browsers.
*/

body {
background: #b6b6b1;
margin: 0px;
padding: 0px;
font-family: verdana; 
font-size: 10pt;
}

td {
font-family: verdana;
font-size: 7.5pt
}

p {
width: 90%;
}

a:link, a:visited, a:active { 
text-decoration: none; 
color : #3c241d; 
}
a:hover { 
text-decoration : none;
font-style : none;
font-weight : none;
color : #a4221d;
}

A.menulink {
display: block;
width: 200px;
text-align: left;
text-decoration: none;
font-family: verdana;
font-size: 7.5pt;
color: #3c241d;
border: solid 1px #b6b6b1;
}
A.menulink:hover {
color: #a4221d;
border: solid 1px #a4221d;
background-color:#cccec9;
}

#left {
width: 220 px;
position: fixed;
left: 0px;
background: #b6b6b1;
color: #3c241d;
font-family: verdana;
font-size: 10pt;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}

#right {
width: 220 px;
position: fixed;
right: 0px;
background: #b6b6b1;
color: #3c241d;
font-family: verdana;
font-size: 10pt;
text-align: justify;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}

#top {
width: auto;
height: 220px;
position: fixed;
left: 220px;
right: 220px;
background: #b6b6b1;
color: #3c241d;
font-family: verdana;
font-size: 10pt;
margin-top: 0;
margin.left: 0;
margin-right: 0;
}

#main-top {
width: auto;
height: 15px;
position: fixed;
top: 220px;
left: 220px;
right: 220px;
background: #cccec9;
color: #3c241d;
font-family: verdana;
font-size: 10pt;
margin-top: 0;
margin.left: 0;
margin-right: 0;
}

#main-bot {
width: auto;
height: 15px;
position: fixed;
bottom: 10px;
left: 220px;
right: 220px;
background: #cccec9;
color: #3c241d;
font-family: verdana;
font-size: 10pt;
margin-top: 0;
margin.left: 0;
margin-right: 0;
}

#main-bott {
width: auto;
height: 10px;
position: fixed;
bottom: 0px;
left: 220px;
right: 220px;
background: #b6b6b1;
color: #3c241d;
font-family: verdana;
font-size: 10pt;
margin-top: 0;
margin.left: 0;
margin-right: 0;
}

#main {
width: auto;
height: auto;
position: absolute;
top: 235px;
left: 220px;
right: 220px;
background: #cccec9;
color: #3c241d;
font-family: verdana;
font-size: 10pt;
margin-top: 0;
margin.left: 0;
margin-right: 0;
z-index: -2;
}


