body {
	background-color: #DDDDDD;
	margin-top: 0px;
}
.content {
	width: 540px;
	padding-top: 15px;
	padding-bottom: 15px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #005951;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #005951;
	text-align: left;
}
.content a:link {
	color: #005951;
	text-decoration: none;
}
.content a:visited {
	color: #005951;
	text-decoration: none;
}
.content a:hover {
	color: #005951;
	text-decoration: underline;
}
.content a:active {
	color: #005951;
	text-decoration: none;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
}
#menu {
	background-color: #005951;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 14px;
	padding: 3px 10px 10px 10px;
}
#menu a {
	padding: 2px 10px 2px 10px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #005951;
	text-decoration: none;
}
#menu a:link {
	color: #FFFFFF;
}
#menu a:visited {
	color: #FFFFFF;
}
#menu a:hover{
	background-color: #FFFFCC;
	color: #005951;
}
#menu a:active {
	background-color: #FFFFCC;
	color: #CCCCCC;
}
#footer {
	height: 50px;
	width: 700px;
	background-image: url(images/footer.gif);
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin: 10px;
}
