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


body,td,th {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #5B7C8E;
	font-weight: lighter;
	line-height: 1.4;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border: none;
	color: #B5C9D3;
}
a:link {
	color: #648FA7;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #648FA7;
}
a:hover {
	text-decoration: none;
	color: #E48B3C;
}
a:active {
	text-decoration: none;
	color: #648FA7;
}
.navbar {
	width: 100%;
	height: 44px;
	background-image: url(images/assets/nav_bg.jpg);
	text-align: center;
}
.banner_area {
	width: 100%;
	text-align: center;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #355260;
	vertical-align: bottom;
	height: 300px;
	bottom: auto;
}
#bannerdisplay {
	vertical-align: bottom;
}
.body_area {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 24px;
	color: #EB8B34;
	line-height: 1.2em;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #375463;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: normal;
}
h3 {
	font-size: 18px;
	color: #35515F;
	margin-bottom: -5px;
	margin-top: 0px;
	border-bottom: solid #C0D0DB 1px;
	line-height: normal;
}
.blankfooter {
	width: 100%;
	height: 100px;

}
.footer {
	width: 100%;
	height: 200px;
	background-image: url(images/assets/footer_bg.png);
	text-align: center;
}
.footertext {
	font-size: 10px;
	padding-top: 15px;
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
