/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0;
 background-color: #F3D49E; 
 text-align:center;
 color:#D0BC91;
} 
 
#pagewidth{ 
 width:840px; 
 text-align:center; 
 margin-top: 5px; 
 margin-bottom: 5px; 
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:182px; 
 background-image:url(../images/newheader2.png); 
 width:840px;
} 

 
#maincol{
 background-color:#458492;
 float: left; 
 display:inline; 
 position: relative; 
 width:840px;
 }
 
#flash {
 position: relative;
 margin-top: -350px;
 margin-left: 150px;
}
 
#menu {
   	position:relative;
	text-align: left;
	background-repeat: repeat-y;	 
}

#menu ul {
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:840px;
	height:20px;
	list-style: none;
	background-color:#D0BC91;
	
}

#menu li {
	display:inline;
	margin-top:5px;
	margin-left:0px;
}

#menu a {
	text-decoration: none;
	color: #458492;
	font-weight: bold;
	font-size:14px;
}

#menu a:hover {
	
	color: #FFEBCD;
	
}


#submenu {
	float: left;
	position:relative;
}

#submenu ul {
	margin: 0px;
	list-style: none;
	background-color:#D0BC91;
}

#submenu li {
   display:inline;
   margin-left:5px;
   margin-top:5px;
}

#submenu a {
	text-decoration: none;
	color:#458492;
	font-weight: bold;
	font-size:13px;
}

#submenu a:hover {
	
	color: #FFEBCD;
	
}

 
#footer{
 height:50px; 
 width:840px;
  margin-top:0px;
  background-image:url(../images/footer4.png);
 clear:both;
 } 
 
#logo {
  float:right;
  margin-top:20px;
  margin-right:2px;
}
 
#lang {
  position: relative;
  float:right;
  /*margin-top:20px;
  margin-left:0px;*/
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


