body {
margin: 10px;
padding: 0;
background-color: #A0A0A0;
font-family: 'Trebuchet MS';
font-size: 18px;
color: #200000 ;
}

h1 {
font-family: Trebuchet MS;
font-size: 36px;
color: #200000;
font-style: normal;
font-weight: bold;
}

h2 {
font-family: Trebuchet MS;
font-size: 24px;
color: #200010;
font-style: normal;
font-weight:normal;
}

#banner {
background-color: #DDDDDD;
padding: 10px;
width: 860px;
margin-left: 0px;
}

.rubric td {
font-size: 12px; 
}

.rubric th {
font-size: 12px; 
color: #000000;
font-weight: bold;
}

#content {
background-color: #FFF090;
padding-top: 1em;
margin: 0 2em 0 220px;
padding: 20px;
width: 620px;
font-family: Georgia;
font-size: 18px;
color: #001020;
}

#content a:link {
color: #2020C0;
font-weight: bold;
text-decoration:underline;
font-family: Georgia;
font-size: 18px;
}

#content a:visited {
color: #FF1010;
font-weight: bold;
text-decoration:underline;
font-family: Georgia;
font-size: 18px;
}

#content a:hover {
background-color: #901010;
font-weight: bold;
text-decoration:underline;
font-family: Georgia;
font-size: 18px;
}

#navigation {
float: left;
padding: 5px;
height: auto;
width: 200px;
cursor: hand;
margin-top: 40px;
margin-left: 6px;
}

#navigation p {
margin-top: 0;
}

#navigation ul {
line-height: 35px;
list-style-type: square;
}

#navigation a:link, a:visited, a:hover {
font-family: 'Trebuchet MS';
font-size: 18px;
font-weight: bold;
color: #200000 ;
text-decoration: none;
}

#navigation a:hover {
background-color: #FFFFDD;
}

.prop {
height:500px;
float:right;
width:1px;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}


