/* Generic Selectors */ 
body { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
color: #444444; 
background-color:#FFFFEE; 
} 
p { 
padding-bottom:0px;
 padding-top:0px;
} 
li { 
list-style-type: none; 
padding-top: 4px;
font-size: 12px;
}
ul {padding-left: 4px;
margin-left: 0;

} 
h1 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px; 
font-weight: bold; 
color: #D80000; 
} 
h2 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px; 
font-weight: bold; 
color: #000000; 
border-bottom: 1px solid #D80000; 
} 
h3 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: normal; 

color: #808080; 

} 
tbody {font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 

color: #111111; 
}
.comments {font-size:11}

img {border:0}
td {verticalAlign: top}
tr {verticalAlign: top}

/**************** Pseudo classes ****************/ 
a:link { 
color:#3366FF; 
text-decoration: underline; 
font-weight: normal; 
} 
li a:link { 
color: #D80000; 
text-decoration: none; 
font-weight:normal; 
text-decoration: underline; 
} 
a:visited { 
color: #3366FF; 
text-decoration: underline; 
font-weight: normal; 
} 
li a:visited { 
color:#D80000; 
font-weight: normal; 
text-decoration: underline; 
} 
a:hover { 
color: green; 
padding-bottom: 5px; 
font-weight: normal; 
text-decoration: underline; 
} 
li a:hover { 
color: green; 
padding-bottom: 5px; 
font-weight: normal; 

} 
a:active { 
color: red; 
font-weight: normal; 
} 
{
li a:active 
color: red; 
font-weight: normal; 
} 
/************************* ID's *************************/ 
#navigation { 
position: absolute;
font-size:12;
color: red; 
width: 135px; 
height: 600px; 
margin: 0; 
margin-top: 100px; 
padding: 0px 5px 0px 0px; /*top right bottom left*/ 
font-weight: normal; 
overflow: auto
} 
#centerDoc { 
position: absolute;
font-size:12;
font-weight: normal; 
padding: 0px 5px 0px 10px; /*top right bottom left*/ 
margin-top: 100px; 
margin-left: 140px;
overflow:auto;
  border-left: 1px solid #D80000;
 width:650px; 

} 
#banner{
position: absolute;
background-color: #F9f9f9
overflow:auto;
margin: 0px; 
margin-top: 0px; 
border-bottom: 1px solid #D80000;
height:100px; 
}

