@charset "UTF-8";
/* CSS Document */

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	background-color: #6f6e6e;
	line-height: 35px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 13px;
}
.subnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #0a3b80;
	vertical-align: bottom;
	padding-left: 0px;
	padding-right: 0px;
}
.navlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #6f6e6e;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.content {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	padding-top: 35px;
	padding-right: 13px;
	padding-left: 60px;
	padding-bottom: 45px;
}

