@charset "utf-8";

/* ----------------------------------------------------------------
   Positioning styles for main page elements.
   ---------------------------------------------------------------- */
body {
	background-color:#FFFFFF;
	background:url(images/background.png);
	background-position:top;
	background-repeat: repeat-x;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", "Lucida Console", "Verdana", "Arial";
	margin: 0;
	padding: 0;
	border: 0;
	
	height: 100%; 
	min-width: 840px;
}
#logoarea{
	width:100%;
}
#logo {
	float:right;
	height:60px;
	margin-right:20px;
}
#footerhelper{
	display:none;
}
#footerarea{
	height:55px;
	clear:both;
}
#footer {
	width:100%;
	height:55px;
	z-index:103;
	background-color: #0F233C;
}
/*#header {
	width:100%;
	height:56px;
	overflow: visible;
	background-repeat: repeat-x;
}*/
#header {
	position:absolute;
	width:100%;
	height:59px;
	z-index:105;
	overflow: visible;
	top:0px;
	left:0px;
	background-repeat: repeat-x;
}
#header2 {
	
	background-image: url(images/TopForHTML_02.png);
	width:100%;
	height:56px;
	overflow: visible;
	background-repeat: repeat-x;
}
#sidenav {
	left: 0px;
	top: 0px;
	position:absolute;
	width:140px;
	height:100%;
	z-index:101;
	visibility:hidden;
}
#content {
	margin-left:0px;
	width:835px;
	min-height:400px;
}
#mainnavarea{
	margin-left: 5px;
	clear:both;
}
