body {
margin: 10px;
padding: 0;
background-color: #105090;
background-image: url(images/);
font-family: 'Arial';
font-size: 18px;
color: #E0C040 ;
}

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

h2 {
font-family: Times New Roman;
font-size: 36px;
color: #20A020;
font-style: normal;
font-weight: bold;
}

#banner {
background-color: #3c46c3;
background-image: url(images/);
padding: 10px;
width: 860px;
margin-left: 0px;
}

#content {
background-color: #204080;
background-image: url(images/);
padding-top: 1em;
margin: 0 2em 0 220px;
padding: 20px;
width: 620px;
font-family: Times New Roman;
font-size: 12px;
color: #F0F080;
}

#content a:link {
color: #40E050;
font-weight: bold;
text-decoration:underline;
font-family: Times New Roman;
font-size: 12px;
}

#content a:visited {
color: #E02040;
font-weight: bold;
text-decoration:underline;
font-family: Times New Roman;
font-size: 12px;
}

#content a:hover {
background-color: #000000;
font-weight: bold;
text-decoration:underline;
font-family: Times New Roman;
font-size: 12px;
}

#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: disc;
}

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

#navigation a:hover {
background-color: #4fba64;
}

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

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


