body {
margin: 0;
padding: 0;
background-color: #0033CC;
font-family: 'Trebuchet MS';
font-size: 18px;
color: #FFFFCC ;
}

h1 {
font-family: Trebuchet MS;
font-size: 24px;
color: #0000FF;
font-style: normal;
font-weight:normal;
}

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

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

#content {
background-color: #FFFFCC;
padding-top: 1em;
margin: 0 2em 0 220px;
padding: 20px;
width: 600px;
font-family: Georgia;
font-size: 14px;
color: #003399;
}

#content a:link {
color: #0000FF;
font-weight: bold;
text-decoration:none;
font-family: Georgia;
font-size: 14px;
}

#content a:visited {
color: #FF00FF;
font-weight: bold;
text-decoration:none;
font-family: Georgia;
font-size: 14px;
}

#content a:hover {
background-color: #000000;
font-weight: bold;
text-decoration:none;
font-family: Georgia;
font-size: 14px;
}

#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: #FFFFCC ;
text-decoration: none;
}

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

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

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

