html {height:100%}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#9BCCE3;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
}
p {
	text-align:left;
	margin-top: 8px;
	margin-bottom: 8px;
}
.ctbold {font-weight:bold; text-align:right;}
.footerlinx {color:#2E576A; text-decoration:none; font-weight:bold;}
.footerlinx:hover {color:#E99F01; text-decoration:underline;}

.header {display:block;}

.txtbox {width:550px; font-size:11px;}

a:hover {color:#FF9900;}

/* --------------- Placement --------------------- */
#blubg {
	position:absolute; 
	width:50%; 
	height:100%; 
	z-index:1;
	left:0px; 
	background-color:#84BCD7;
}
#container {
	position:absolute; 
	width:100%; 
	z-index:2; 
	top: 20px; 
	float:none;
}
#top {
	width:729px; 
	padding-top:20px;
	padding-bottom:20px;
	display:table;
}
#topNav {
	width:729px; 
	height:28px; 
	background-color:#2E576A;
	text-align:right;
}
#contentArea {
	width:713px; 
	background-color:#FFFFFF; 
	padding:8px; 
	display:table;
	min-height:500px;
}
#contentLeftSide {
	width:200px; 
	float:left; 
	display:block;
}
#contentMain {
	width:460px; 
	float:right; 
	display:block;
}
#backContent {
	width:714px;  
	display:block;
	text-align:left;
}
#footer {
	width:709px; 
	background-color:#C8E5F3; 
	margin-top:8px; 
	margin-bottom:8px;
	padding:10px; 
	text-align:center; 
	color:#2E576A;
}