@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 14px;
	color: #003e59;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 13px;
	line-height: 18px;
	color: #003e59;
	margin-bottom: 0px;
	margin-top: 0px;
}

body {
	background-image: url(../images/background.jpg);
	font-family: Georgia, "Times New Roman", Times;
	font-size: 13px;
	line-height: 18px;
	color: #003e59;
}
.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFEEC;
}
.header {
	float: left;
	width: 800px;
}
.clear {
	clear: both;
	height: 25px;
	width: 100%;
	text-align: center;
}
.footer {
	float: left;
	width: 780px;
	background-color: #454;
	padding-left: 20px;
	height: 30px;
}
#footerImg {
	margin-left: 550px;
	padding-top: 0px;
}
#smText {
	color: #003e59;
	font-size: 11px;
	font-family: Arial, Helvetica;
}
#address a {
	font-size: .85em;
	line-height: 18px;
}
#address {
	text-align: center;
	padding-top: 20px;
	font-size: 15px;
	line-height: 17px;
}
#footerText {
	font-size: 12px;
	font-family: Arial, Helvetica;
	color: #FFFEEC;
	text-decoration: none;
	float: left;
	padding-top: 6px;
}
