/* CSS Document */
#page_bg {
	height: 100%;
	background-color: #E2E1C5;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url(../images/backg3.gif);
}

#main_bg {
	margin-left: auto;
	margin-right: auto;
	width: 874px;
	text-align: left;
	background-color: #FFCC00;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}
#back_bg {
	margin-left: 7px;
	margin-right: 7px;
	width: 860px;
	background: url(../images/body_bg.gif);
	background-color: #0033CC;
	padding-top: 24px;
	padding-bottom: 24px;
}

#main_foot {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
  width: 874px;
	height: 10px;
	background: url(../images/content_bot.gif) no-repeat;
	background-color: #999999;
	/*border: 1px solid #cccccc;*/
  text-align: left;
	line-height: 10px;
}
#center {
	text-align: center;
}

#content_bg {
	margin: 0px 7px;
}
#header {
	width: auto !important;
	width: 100%;
	height: 250px;
	background-color: #ffffff;
}
#menubar {
	width: auto !important;
	width: 100%;
	height: 60px;
	background-color: #F4F9E3;
}
#menubar ul {
	list-style-type: none;
	white-space: nowrap;
	margin: 0 18px 0 0;
	float: right;
	padding: 0;
}
#menubar li {
	float: left;
	margin-top: 20px;
}
#menubar li a {
	padding: 20px;
	text-decoration: none;
	color: #0033CC;
	font-size: 12pt;
	font-weight: normal;
}
#menubar li a:hover {
	background-color: #DCEAAC;
	text-decoration: none;
	color: #0033CC;
	font-weight: normal;
}
#content_cont {
	border: 0px solid #000000;
	margin: 0 30px 0 30px;
	background-color: #ffffff;
}
#content {
	background-color: #ffffff;
	border: 0px solid #000;
	text-align: left;
}
.content_ie {
	width: 720px;
}
.content_mz {
	width: auto !important;
	width: 100%;
}
.border_spacer {
	padding-top: 0px;
}

#footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.padding {
	width: auto !important;
	width: 100%;
	padding: 6px 30px 40px 30px;
}

HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	height: 100%;
}

.clr {
  clear: both;
}


