body
{
padding: 0;
margin: 0;
background-color: #F0F0F0;
color: #000;
text-align: center;
}

#header
{
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
width: 650px;
padding: 10px 10px 10px 10px;
background-color: #FFF;
}
	
#content	
{
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
width: 650px;
padding: 10px 10px 10px 10px;
background-color: #FFF;
color: #000;
}
	
h1	
{
color: #F1F1F1;
background-color: #788298;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-size: xx-large;
text-align: center;
border-top: 1px #374646 solid;
border-left: 1px #374646 solid;
border-right: 1px #374646 solid;
border-bottom: 1px #374646 solid;
}

.cellheader
{ 
border-top: 1px #374646 solid;
border-left: 1px #374646 solid;
border-right: 1px #374646 solid;
border-bottom: 1px #374646 solid;
font-family: verdana, arial;
font-size: 20pt;
font-weight: normal;
color: #F1F1F1; }


h2
{
color: #F00;
background-color: transparent;
font-family: "Book Antiqua", serif;
font-style: italic;
font-size: x-large;
text-align: center;
}

h3
{
color: #F00;
background-color: transparent;
font-family: "Book Antiqua", serif;
font-style: italic;
font-size: large;
text-align: left;
margin-left: 35px;
margin-bottom: 0;
}

img.main {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10%;
margin-right: 10%;
}

p {
padding-left: 15px;
padding-right: 15px;
color: #000;
background-color: transparent;
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
text-align: left;
margin-left: 35px;
margin-right: 10px;
margin-top: 2px;
}

p.credit {
font-size: small;
text-align: center;
}

ul {
margin: 0 0 10px 0;
padding: 0;
color: #006400;
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
list-style: none;
}

ul li {
margin-left: 60px;
text-align: left;
}

#navlist li {
display: inline;
list-style-type: none;
margin-left: 5px;
padding-right: 5px;
font-size: small;
line-height: 25px;
}

a:link, a:visited {
color: #F00;
}

a:hover, a:active, a:visited hover {
color: #006400;
background-color: #F00;
}

#footer {
text-align: center;
}

#footer p {
text-align: center;
font-size: small;
}