body {
	background-color: #CCFFFF;
	margin-left: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: none;
}
img{
	color: #000000;
}


h2 {
	font-size: medium;
	margin-top: 0px;
	padding-top: 10px;
}
h1 {
	font-size: large;
}
h3 {
	font-size: small;
}
p.submenu, p.submenu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1px;
	background: url(../Images/submenu.gif) no-repeat center center;
	height: 20px;
	width: 125px;
	display: inline;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	float: left;
	padding: 0px;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
	color: #9900FF;
}
p.submenu:hover, .submenu a:focus, p.submenu:active, .submenu a:visited {
	text-decoration: none;
	color: #FF6633;
	background: url(../Images/submenu%20hover.gif) no-repeat center center;
	cursor: pointer;
}
{
	text-decoration: none;
	color: #6666FF;
}
#Content {
	max-height: 500px;
	overflow: auto;
}
#footer {
	font-size: x-small;
}
.left {
	float: left;
}
