/*body element defines the background*/
body 					{
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size:0.7em; line-height:1.4em;
						color:#666;
						background: #f0f0f0;
						margin: 0; 
						padding: 0;
						text-align: center; 
						}
/*Container element - the centered page*/						

#container
						{
						width: 800px;  
						background: #fe7308;

						margin:20px auto; 
						border: 1px solid #ccc;
						text-align: left; 
						background-repeat:no-repeat;
						background-position:top right;
						}
#mainContent 			
						{
						width:650px; padding:0px 0px 75px 0px; 
						min-height:600px;
						float:left; background-repeat:no-repeat; background-position:top left;
						}
#containerMenu			{ margin: 0 20px;  height:25px; border-bottom:1px solid #FE7308;}
#containerMenu ul		{ list-style-type:none; color:#666;  }
#containerMenu ul li	{ float:left; margin:5px 20px 5px 0px; }	
#containerlanguage		{ float:right; width:50px; margin-top:5px; }
#containerlanguage img  { margin-left:5px; }
.mainContentHeadline	{ float:left; width:285px; margin:50px 0 10px 345px; }
.mainContentCol			{ Width:265px; margin:0px 0px 30px 40px; float:left; }
#containerRight			{  
						float:right; width:120px;
 						}
		
img						{
						border:none;
						}
h1						{ font-size:1.5em; line-height:1.5em; font-weight:normal; margin:0 0 10px 0; padding:0; color:#FE7308; }
h2						{ font-size:1.2em; line-height:1.5em;	font-weight:normal; margin:0px 0 0 0; padding:0; }
.separator				{ width:200px; height:50px; }
ul						{ margin:10px 0; padding:0; list-style-type:square; color:#FE7308;  }		
li						{ margin:5px 0; }	
li span					{ color:#666; }	
.clearfix				{ clear:both; }	
.orange					{ color:#FE7308; }
/*link formats*/
a                       {
                        text-decoration:none;
                        border:none;
						color:#275789;
                        }

a:link                 {
                        color:#275789;
                        border:none;
                        }
a:visited             	{
                        color:#275789;
                        border:none;
                        }
a:hover
						{
                        color:#275789; 
						text-decoration:underline;
                        border:none;
                        }

						
															
