@charset "UTF-8";
.container {
	height: 600px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/BG.jpg);
	background-repeat: no-repeat;
}
#logo {
	background-image: url(../images/logo_emblem.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 58px;
	width: 350px;
	top: 35px;
	right: 275px;
}
#nav_bar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	position: absolute;
	height: 25px;
	width: 900px;
	top: 123px;
	right: 0px;
	text-align: center;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.container_long {
	height: 1000px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/BG_long.jpg);
	background-repeat: no-repeat;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	position: absolute;
	height: 415px;
	width: 850px;
	right: 25px;
	bottom: 15px;
}
.body_long {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	position: absolute;
	height: 815px;
	width: 850px;
	right: 25px;
	bottom: 15px;
}
.bodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #8B000E;
	text-decoration: none;
	text-align: center;
}
#footer {
	position: absolute;
	height: 50px;
	width: 900px;
	right: 0px;
	bottom: -55px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.footer_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	text-align: center;
}
#logo_new {
	background-image: url(../images/logo_new.png);
	position: absolute;
	height: 82px;
	width: 372px;
	top: 20px;
	right: 264px;
}
.headerslink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #8B000E;
	text-decoration: underline;
	text-align: center;
}

