
/* LAYOUT & GLOBAL STYLES*/
body {
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.7em;
	text-align: center;
}

div#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	padding: 0;
	margin-bottom: 1px;
	height: 95px;
}

div#header img {
	border: 0;
	margin: 0;
} 

div#nav {
	background-color: #014896;
	margin-top 1px;	
	padding: 5px 0px 2px 40px;
	text-align: center;
	height: 17px;
}
/*
* html div#nav {
	height: 1%;
}*/

div#content {
	width: 770px;
	padding-top: 10px;
	background: url(../images/contentbg.jpg) no-repeat top center;
}

#leftcontent {
	clear: both;
	float: left;
	width: 150px;
	margin-right: 5px;
	display: inline-block;
	border: 0;
	text-align: left;
}

#rightcontent {
	float: right;
	width: 150px;
	margin-left: 5px;
	display: inline-block;
	text-align: left;
}

div#middlecontent {
	width: 460px;
	float: left;
}

/* FOOTER */
div#footer {
	clear: both;
	background-color: #014896;
	color: white;
	padding: 3px 8px;
	margin-top: 3px;
}


/* GENERAL STYLES */
div.hr {
	height: 1px; 
	background-color: white;
	aawidth: 100%;	
	float: none;
	clear: both;
}

div.hr hr {
	display: none;
}


/* CLEARING */
div.clear {
	clear: both;
	float: none !important;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}