/* CSS Document */

body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 130%;
	font-style: normal;
	}
}

#container {
	width: 100%;
}

#top {
	background-color: #999966;
	font-family: "Times New Roman", Times, serif;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#topnav {
	background-color: #A4C2C2;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 0px;
	padding-top: 1px;
	font-size: 11px;
}

#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 1px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #333333;
	background-color: #A4C2C2;
	text-decoration: none;
}

#navlist a:hover
{
color: #FFF;
background-color: #A4C2C2;
text-decoration: none;
}
#navlist a:active
{
color: #FFF;
background-color: #A4C2C2;
text-decoration: none;
}


#footer {
	background-color: #999966;
	clear: both;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: small;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.2em;
}

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:0.3em;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: x-large;
	color: #333300;
	padding-top: 20px;
}
h2 {
	font-size: large;
	color: #333300;
	padding-bottom: 0px;
	padding-top: 5px;
}
