body { 
	margin				: 0;
	padding				: 0;
	text-align			: center;
	background-color	: #F8F5F0;
}

/* BEGIN PRIMARY LAYOUT */

#mainbox {
	width				: 100%;
	padding				: 0px;
	margin				: 0 auto;
	text-align			: left;
}

.box_centering {
	position			: relative;
	text-align			: left;
	margin				: auto;
	width				: 956px;
	border: solid red 0px;
}

#band_01 {
	position			: relative; 
	height				: 28px;
	background-color	: #5A6990;
}

#band_header {
	position			: relative;
	text-align			: center;
	height				: 89px;
	background-color	: #FFFFFF;
}

#box_header_left {
	float				: left;
	width				: 260px;
	padding-top			: 12px;
}

#box_header_right {
	float				: right;
	width				: 420px;
	height				: 89px;
	padding-top			: 10px;
	border				: solid red 0px;
}

#box_header_right_links_text {
	position			: relative;
	text-align			: right;
	margin-bottom		: 10px;
}

.box_header_right_links_text_spacer {
	padding-right: 20px;
}

#box_header_right_links_quick {
	position			: relative;
	text-align			: right;
	margin-bottom		: 10px;
}

#band_menu_main {
	position			: relative; 
	height				: 26px;
	text-align			: center;
	color				: #FFFFFF;
	background-image	: url("../../../assets/images/menu/background.gif");
	background-repeat	: repeat-x;
	background-color	: #56658C;
	z-index				: 1000;
}

#band_menu_secondary {
	position			: relative; 
	padding				: 5px 0px 5px 0px;
	text-align			: center;
	color				: #FFFFFF;
	background-color	: #627093;
	z-index				: 10;
}

#band_menu_secondary_box {
	position			: relative;
	width				: 956px;
	text-align			: right;
	border				: solid red 0px;
}

#band_flash {
	position			: relative; 
	height				: 338px;
	text-align			: center;
	background-color	: #3B4C77;
	background-image	: url("../../../assets/images/photos/background.jpg");
	background-repeat	: repeat-x;
	z-index				: 100;
}

#band_06 {
	position			: relative; 
	height				: 11px;
	background-color	: #56658C;
}

#band_07 {
	position			: relative; 
	height				: 21px;
	background-color	: #616F94;
}

#band_action {
	position			: relative; 
	height				: 159px;
	text-align			: center;
	background-color	: #FFFFFF;
	border-bottom		: solid 1px #DFD3BB;
	border		: solid 0px red;
}

#band_current {
	position			: relative; 
	text-align			: center;
	margin-top			: 20px;
	padding-bottom		: 20px;
	border: solid 1px #F8F5F0;
}

#band_footer {
	position			: relative; 
	text-align			: center;
	padding				: 10px 0px 10px 0px;
	color				: #FFFFFF;
	background-color	: #5A6990;
}

#band_footer_interior {
	clear				: both; 
	position			: relative; 
	background-color	: #F3F3D9;
	border-top			: solid 1px #FFFFFF;
}

#band_footer_interior_box {
	text-align			: center;
	padding				: 10px 0px 10px 0px;
}

/* END PRIMARY LAYOUT */

/* BEGIN HEADER LAYOUT */

#headerContainer { 
	position			: relative; 
	top					: 0px; 
	height				: 78px;
	margin-bottom		: 28px;
	background-color	: #FFFFFF;
}

#headerLogo {
	width				: 260px; 
	height				: 78px;
}

/* BEGIN HEADER LAYOUT */

/* MAIN MENU STYLES */

#menuContainer {
	position			: relative;
	width				: 100%;
	height				: 35px;
	text-align			: right;
	/*background-image	: url("../../../assets/images/menu/background.gif");*/
	background-repeat	: no-repeat;
	background-position	: right;
	border				: solid red 0px;
}
.menuBox {
	height				: 29px;
	text-align			: center;
}
.menuBoxMargin {
	position			: relative;
	margin-top			: 6px;
}

.menuBoxText {
	font-family			: "Times New Roman", serif;
	font-size			: 13px;
}
a.menuBoxText:link		{ color: #A8A885; text-decoration: none; }
a.menuBoxText:active	{ color: #A8A885; text-decoration: none; }
a.menuBoxText:visited	{ color: #A8A885; text-decoration: none; }
a.menuBoxText:hover		{ color: #FFFFFF; text-decoration: none; }

/* END MAIN MENU STYLES */

/* BEGIN CONTENT REGION */

.contentBox { 
	margin				: 0 auto;
	margin-top			: 0px;
}

.leftMenu { 
	float				: left;
	width				: 183px;
	background-color	: #D9E3D8; 
}

/* END CONTENT REGION */

/* BEGIN FOOTER REGION */

.footerContainer {
	position			: relative;
	margin-top			: 140px;
	background-color	: #F3F3D9;
}

.footerBox {
	text-align			: center;
	color				: #999999;
}

/* END FOOTER REGION */
