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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c4c4b7;
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #BackgroundTop {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/body_top.jpg);
	height: 185px;
}
.oneColFixCtr #BackgroundHeader {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/header_photo.jpg);
	height: 273px;
}
.oneColFixCtr #BackgroundBody {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/body_repeat.jpg)
}
.oneColFixCtr #BackgroundBottom {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/body_bottom.jpg);
	height: 36px;
}
.oneColFixCtr #HeaderContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 885px;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtr #BodyContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 811px;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtr #TextBoxTop {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/text_box_top.jpg);
	width: 811px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtr #TextBoxBody {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/text_box_mid.jpg);
	width: 811px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat;
}
.oneColFixCtr #TextBoxBottom {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/text_box_bot.jpg);
	width: 811px;
	height: 21px;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtr #TextBoxContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.font-blue18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #002a59;
}
.font-blue18-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #002a59;
}
.font-black12-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.font-black14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.font-black14-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.font-blue12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #002a59;
	font-size: 12px;
}
.font-blue14 {
	font-family: Arial, Helvetica, sans-serif;
	color: #002a59;
	font-size: 14px;
}
.font-black12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.font-black10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #000;
	line-height: 8px;
}