body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/template/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 14px;
	margin: 0px 0px 12px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #001460;
	text-decoration: none;
	margin: 0px 0px 10px;
	padding: 0px;
}
a:link {
	font-weight: bold;
	color: #4B0000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #4B0000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.wrapper {
	text-align: center;
	padding: 0px;
	height: 100%;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	background-image: url(images/template/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 277px;
	width: 750px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.titles-home {
	background-image: url(images/template/titles/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px 0px 0px 500px;
	height: 75px;
	width: 250px;
	text-align: left;
}
.titles-profile {
	background-image: url(images/template/titles/profile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px 0px 0px 500px;
	height: 75px;
	width: 250px;
	text-align: left;
}
.titles-login {
	background-image: url(images/template/titles/login.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px 0px 0px 500px;
	height: 75px;
	width: 250px;
	text-align: left;
}
.titles-contact {
	background-image: url(images/template/titles/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px 0px 0px 500px;
	height: 75px;
	width: 250px;
	text-align: left;
}
.titles-resources {
	background-image: url(images/template/titles/resources.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px 0px 0px 500px;
	height: 75px;
	width: 250px;
	text-align: left;
}
.titles-hfaadmin {
	background-image: url(images/template/titles/hfaadmin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px 0px 0px 500px;
	height: 75px;
	width: 250px;
	text-align: left;
}
.content {
	background-image: url(images/template/body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 15px 50px 0px 60px;
	width: 640px;
	overflow: hidden;
	text-align: left;
}
.content-hfaadmin {
	background-image: url(images/template/body_letter.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 15px 50px 0px 60px;
	width: 640px;
	overflow: hidden;
	text-align: left;
}
.footer {
	background-image: url(images/template/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	margin: 0px 0px 100px;
	height: 105px;
	width: 595px;
	padding-top: 45px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 105px;
	font-size: 10px;
	color: #666666;
}
.footer_secure {
	background-image: url(images/template/footer_secure.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	margin: 0px 0px 100px;
	height: 105px;
	width: 595px;
	padding-top: 45px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 105px;
	font-size: 10px;
	color: #666666;
}
ul {
	list-style-type: circle;
	line-height: 16px;
	font-weight: bold;
}
li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #001460;
	text-decoration: none;
	margin: 0px 0px 10px;
	padding: 0px;
}
#logout {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 150px;
	position: relative;
	float: right;
	text-align: center;
}
