body {
	background-image: url('../images/bluefade.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #00275d;
	font-family: tahoma, arial, verdana;
	color: black;
	font-style: normal;
	margin-top: 0px;
	text-align: center;
	font-size: 13px;
}
#container {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	width: 901px;
	height: 100px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	margin-left: 27px;
	margin-top: 20px;
	width: 290px;
	height: 74px;
}

#top_menu {
	position: absolute;
	margin-left: 470px;
	margin-top: 3px;
	color: #00275d;
	font-size: 11px;
	font-weight: bold;
	width: 410px;
	text-align: right;
}
#top_menu a {
	font-weight: bold;
	color: #00275d;
	font-size: 11px;
	text-decoration: none;
}

#menu {
	width: 901px;
	height: 35px;
	background-image: url('../images/menu.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#menu a {
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

#menu_holder {
	position: absolute;
	width: 900px;
	height: 22px;
	margin-top: 7px;
	margin-left: 12px;
}

#flash {
	height: 349px;
	width: 908px;
	background-image: url('../images/flash.jpg');
	background-repeat: no-repeat;
}
#menu_bottom {
	height: 9px;
	width: 887px;
	margin-left: 7px;
}
#body {
	width: 869px;
	margin-left: 16px;
	background-image: url('../images/body_back.jpg');
	background-repeat: repeat-y;
}
#home_text {
	left: 30px;
	top: -22px;
	position: relative;
	width: 809px;
	text-align: left;
	padding-bottom: 10px;
	background-image: url('../images/splash.gif');
	background-repeat: no-repeat;
	background-position: 70px 0px;
}

#body_text {
	left: 30px;
	top: 20px;
	position: relative;
	width: 809px;
	min-height:266px;
	height:auto !important;
	height:266px;
	text-align: left;
	padding-bottom: 50px;
	background-image: url('../images/splash.gif');
	background-repeat: no-repeat;
	background-position: 50% 20%;
}

#home_links {
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 0px;
	margin-top: 15px;
	width: 341px;
	text-align: left;
}

#footer {
	width: 869px;
	height: 29px;
	margin-left: 16px;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	line-height: 32px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
}
h1 {
	margin: 0px;
	font-weight: bold;
	font-style: italic;
	color: #00275d;
	font-size: 24px;
}
h3 {
	margin: 0px;
	font-weight: bold;
	font-style: italic;
	color: #00275d;
	font-size: 16px;
}
p {
	margin-top: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #212121;
	line-height: 17px;
}
p b {
	font-size: 15px;
	font-weight: bold;
	color: #026FC1;
}
p a {
	font-size: 13px;
	font-weight: bold;
	color: #026FC1;
	line-height: 17px;
	text-decoration: none;
	border-bottom: 1px dotted #026FC1;
}
#body_text ul {
	margin-left: 40px;
	margin-top: 8px;
}
