body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003333;
	margin: 0px;
	height: 100%;
	width: 100%;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-right: 4px;
	padding-left: 4px;
	overflow: scroll;

}
#header {
	font-size: 120%;
	font-weight: bold;
}
.leftborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#copyright {
	font-size: 75%;
	text-align: center;
	background-color: #E8E8E8;
	padding: 2px;
}
img {
	border: 0px none;
}
a:active {
	color: #336666;
}
A:hover {
	color: #000000;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
