@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #59678C;
	margin-top: 2px;
}
.copyright {
	font-size: 9px;
	color: #ededed;
}
h1 {
	font-size: 19px;
	color: #003366;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
.menu {
	background-image: url(images/menuBkg.jpg);
	background-repeat: repeat-y;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	height: 200px;
}
.menu .menubottom {
	position: relative;
	left: -20px;
	bottom: -3px;
}
.menu p {
	line-height: 25px;
}
.menu a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.menu a:hover {
	color: #4B5776;
	text-decoration:none;
	font-weight: bold;
}
.content {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-top: 5px;
}
.content li {
	list-style-position: outside;
	margin-left: -25px;
}
