body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	margin: 0px;
}

#container_topnav {
	height: 30px;
	border:1px solid #000000;
}
#container_topnav_links {
	font-size:8pt;
	width:780px;
	margin-top:8px;
	height: 16px;
	text-align:right;
	color:#dde5ee;
}
#container_topnav_links a {
	font-size:8pt;
	color:#dde5ee;
	text-decoration:none;
}
#container_topnav_links a:hover {
	font-size:8pt;
	color:#dde5ee;
	text-decoration:none;
	background:#4e5e71;
}
#container_head {
	height: 81px;
	width: 780px;
}
#container_logo {
	float: left;
	height: 70px;
	overflow:hidden;
	
	width: 389px;
}
#container_nav {
	float: right;
	height: 81px;
	width: 389px;
}
#container_content {
	width: 780px;


}
#container_footer {
	/* BORDER REQUIRED FOR MARGIN TO OFFSET */
	border:1px solid #FFFFFF;
	width: 100%;
	height: 125px;
	background-color: #DDE5EE;
	display:block;
	clear: both;
}
#footer_content {
	margin: 20px 20px;
}
#container_left_two_columns_3col {
	float: left;
	width: 560px;
	
}

#container_middle_3col {
	float: right;
	width: 260px;
}
#container_right_column_3col {
	float: right;
	width: 200px;
}
#container_left_3col {
	float: left;
	width: 260px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	/* display: inline; REQUIRED FOR IE TO NOT DOUBLE THE MARGIN WHILE FLOATING LEFT */
	display: inline;
}
#container_middle_3col {
	margin-top: 20px;
	margin-bottom: 20px;
}
#container_right_3col {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* CLEAR HACK FOR FOOTER TO FLOAT UNDER ALL DIVS */
.clear { clear: both;} 
.clear { display: none; }

#container_left_column_2col {

	float: left;
	width: 560px;
	
}
#container_left_2col {

	float: left;
	width: 540px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	/* display: inline; REQUIRED FOR IE TO NOT DOUBLE THE MARGIN WHILE FLOATING LEFT */
	display: inline;
}
container_left_column_1col {
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	width: 760px;
}
container_left_1col{
	float: left;
	width: 740px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	/* display: inline; REQUIRED FOR IE TO NOT DOUBLE THE MARGIN WHILE FLOATING LEFT */
	display: inline;
}
.admin_nav {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	background: #ebf0f6;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:5px; 
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	border-top: 1px solid #333333;
}


/*
<div id="container_left_column_2col">
	<div id="container_leftcol_2col">a b c d e f g
	</div>
</div>
<div id="container_right_column_2col">
	<div id="container_rightcol_2col">a b c d e f g
	</div>
</div>
*/
   
