body {
	background-color: #F0F8FF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #00008B;
	font-size: 250%;
	font-style: oblique;
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #00008B;
	font-size: 170%;
	font-style: oblique;
}

h3 {font-family: "century gothic",verdana,sans-serif;
color: #808000;
font-size: 100%}

p {
	font-family: Verdana,sans-serif;
	color: #2F4F4F;
	font-size: 70%;
	font-weight: bold;
	margin-left: 68px;
	padding-left: 8px;
	margin-right: 65px;
}

a:link {
	color: #8A2BE2;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}
a:visited {color: #8A2BE2; font-size: 95%; font-weight: bold; text-decoration: none}
a:hover {color: #FF8C00; font-size: 95%; font-weight: bold; text-decoration: underline}
a:active {color: #FF1493; font-size: 95%; font-weight: bold; text-decoration: none}
p.highlight {font-family: "Century Gothic", Verdana, sans-serif; font-size: 90%; color: #DE9203; font-weight: bold}
p.larger{
	font: normal bold 120%;
	line-height: 170%;
}
 ul#navlist
{
margin-left: 2em;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #9932CC;
	background-color: #FFF8DC;
	text-decoration: none;
	font-size: 100%;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #4682B4;
	text-decoration: none;
	font-size: 100%;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.1em;
	color: Black;
	background-color: #ddd;
	border-top: 0;
	font-style: normal;
	font-weight: normal;
}
