/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0;
 /*background-color: #F3D49E;*/
 background-color: #FFFFFF;
 text-align:center;
 color:#286291;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:center; 
 margin-top: 5px; 
 margin-bottom: 5px; 
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
 background-color:#408cca;
 text-align:left;
 /*background-image:url(../images/newheader2.png);*/ 
 width:1000px;
 border-top:2px solid #3582c1;
 border-left:2px solid #3582c1;
 border-right:2px solid #3582c1;
} 

#header_text_big{
 	
 text-align:left;
 padding-left:50px;
 padding-top:15px;
 font-family:"Century Gothic";
 font-size:36px;
 color:#7bb6c6;
 position:relative;
	
}

#header_text_small{
 	
 text-align:left;
 padding-left:50px;
 font-family:"Century Gothic";
 font-size:24px;
 color:#7bb6c6;
 position:relative;
	
}

 
/*#maincol{
 background-color:#408cca;
 float: left; 
 display:inline; 
 position: relative; 
 width:1000px;
 border-bottom:2px solid #3582c1;
 border-left:2px solid #3582c1;
 border-right:2px solid #3582c1;
 }*/
 
 #maincol{
 background-image:url(../images/main_back.jpg);
 background-repeat:no-repeat;
 float: left; 
 display:inline; 
 position: relative; 
 width:1000px;
 border-bottom:2px solid #3582c1;
 border-left:2px solid #3582c1;
 border-right:2px solid #3582c1;
 height:646px;
 }
 
 
#content{
	
 height: 350px;
 width:970px;
 background-image:url(../images/content.png);
 background-repeat:repeat;
 /*background-color:#FFF;
 opacity: 0.4;
 filter: alpha(opacity=40);*/
 overflow:auto;
 margin-top:290px;
 margin-bottom:26px;
 margin-left: 15px;
 margin-right: 15px;
}
 
#flash {
 position: relative;
 margin-top: -350px;
 margin-left: 150px;
}
 
#menu {
   	position:relative;
	text-align: center;
	background-repeat: repeat-y;
	
}

#menu ul {
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:1000px;
	height:40px;
	list-style: none;
	/*background-color:#D0BC91;*/
	background-color:#408cca;
	border-left:2px solid #3582c1;
    border-right:2px solid #3582c1;
	
}

#menu li {
	display:inline;
	margin-top:5px;
	margin-left:0px;
}

#menu a {
	text-decoration: none;
	/*color: #458492;*/
	color:#fff729;
	font-weight: bold;
	font-size:16px;
}

#menu a:hover {
	
	/*color: #FFEBCD;*/
	color:#7bb6c6;
	
}


#submenu {
	float: left;
	position:relative;
}

#submenu ul {
	margin: 0px;
	list-style: none;
	background-color:#408cca;
	height:40px;
}

#submenu li {
   display:inline;
   margin-left:5px;
   margin-top:5px;
}

#submenu a {
	text-decoration: none;
	color:#fff729;
	font-weight: bold;
	font-size:15px;
}

#submenu a:hover {
	
	color: #7bb6c6;
	
}

 
#footer{
 height:50px; 
 width:1000px;
  margin-top:0px;
  /*background-color:#7bb6c6;*/
  /*background-image:url(../images/footer4.png);*/
 clear:both;
 }
 
 
 #footer_text{
	text-align:right;
	padding-top:10px;
	position:relative;
	color:#408cca;
 }
 
#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;}
}



