/* gold -- 5f5a4b
blue -- 24415f
*/
html,body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}
.container_div {
	min-height:100%;
	position:relative;
}
.header_div {
	height:255px;
	width:100%;
	overflow:hidden;
	text-align:center;
	padding-bottom:10px;
}

.content_div {
	width:100%;
	padding-bottom:100px;
}

.footer_div {
	position:absolute;
	bottom:0px;
	height:75px;
	overflow:hidden;
	background-color:#666666;
	margin-top:20px;
	width:100%;
}

.menuItem {
	font-family:'Century Gothic';
	font-size:11pt;
	color:#24415f;
	cursor:pointer;
	margin-right:20px;
}
.menuItemSelected {
	color:#5f5a4b;
	font-weight:900;
	cursor:default;
}

.horizontal_line {
	color:#24415f;
}

.div_slogan {
	font-family:'Century Gothic';
	font-size:11pt;
	color:#24415f;
}

.banner_color {
	background-color:#24415f;
}

