#DivMainWrapper {
	padding: 0px;
	width: 760px;
	bottom: 0px;
	height: 100%;
	background-color: #CCCCCC;
	margin: 0px auto;
}
#DivLeftColumn {
	width: 240px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
#DivRightColumn {
	float: right;
	width: 760px;
	padding-right: 5px;
	padding-left: 5px;
}
#DivFooter {
	clear: both;
	padding: 5px;
	margin: 0px;
}

#DivHeader {
	float: left;
	height: 230px;
}
#DivNavigation {
	float: right;
	padding: 10px;
	background-color: #666666;
	border-top: 3px solid #FFFF00;
	clear: both;
	margin-top: 180px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 590px;
}
#DivFooter #DivFooterLeft {
	font: 9px Arial, Helvetica, sans-serif;
	float: left;
}

#DivTopStrapline {
	float: left;
	clear: both;
	text-align: left;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CCCCCC;
}
#DivFooter #DivFooterRight {
	float: right;
	font: 9px Arial, Helvetica, sans-serif;
}
#DivFooter {
	height: 10px;
	padding: 5px;
	background: #CCCCCC;
}
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
}
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
body a {
	text-decoration: none;
	color: #000000;
}


#DivTopStrapline a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#DivNavigation ul {
	display: inline;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#DivNavigation ul li {
	display: inline;
	margin-left: 5px;
}

#DivMainContent {
	clear: both;
}
#DivNavigation a {
	text-decoration: none;
	color: #FFFFFF;
}
#HomepageImage {
	padding: 0px 5px 0px 0px;
}
#HomepageImageRight {

	padding: 0px 0px 0px 5px;
}
.highlight_top {
	background: url(../images/highlight_home_top.jpg) no-repeat center top;
}
.highlight_middle {
	background: url(../images/hightlight_home_middle.jpg) repeat-y center;
}
.highlight_bottom {
	background: url(../images/highlight_home_bottom.jpg) no-repeat center top;
}

.table_top_bg {
	background: url(../images/page_top_bg.jpg) no-repeat top;
}
#MainHeaderBG {
	background: url(../images/main_header_bg.jpg) no-repeat center top;
	height: 39px;
	text-align: center;
	vertical-align: middle;
}

.table_middle_bg {
	background: url(../images/page_middle_bg.jpg) repeat-y center;
}
.table_bottom_bg {
	background: url(../images/page_bottom_bg.jpg) no-repeat top;
}

#information {
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: -1000px;
	top: -1000px;
}
