/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
    text-align: center;
    font: 11px Trebuchet MS, Trebuchet, Verdana, sans-serif;
    color: #ccc;
    background: #daddcd url(../images/bg.jpg) repeat-x;
    line-height: 140%;
  }
  #container{
    margin: 0 auto;
    width: 720px;
    text-align: left;
  }
  
   p {
 
  font-size:11px;
  color:#264573;
  }
  
  h1 {
 
  font-size:11px;
   color: #264573;
	font-weight:100;
  }
  
    h3 {
 
  font-size:16px;
   color: #264573;
	font-weight:100;
  }
  
  ul{
   font-size:11px;
  color:#264573;
  
  }
  
    h2 {
 
  font-size:72px;
   color: #264573;
	font-weight:100;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  h1#pageLogo a{
    width: 229px;
    height: 146px;
    display: block;
    background: transparent url(../images/logo2.jpg) no-repeat;
	
  }
  
    h1#pageLogo2 a{
	
    width: 600px;
    height: 146px;
	text-align:right;
   
  
	float:right;
	
  }
  
      h1#pageLogo2 a: hover{
	
    width: 600px;
    height: 146px;
	text-align:right;
   
  
	float:right;
	
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  ul#mainNav{
    padding-top: 40px;
  }
  ul#mainNav li.link{
    margin-right: 40px;
    padding-bottom: 20px;
    width: 200px;
    float: left;
    background: transparent url(../images/link_list_dot.gif) repeat-y;
    list-style: none;
  }
  ul#mainNav li.link a{
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  ul#mainNav li.link a:hover{
    text-decoration: underline;
  }
  ul#mainNav li ul{
    margin-top: 20px;
    padding-left: 30px;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #content{
    clear:both;
    padding-top: 40px;
  }
  #content a{
    color: #264573;
    text-decoration: none;
  }
  #content a:hover{
    text-decoration: underline;
  }
  .section1{
  	padding-top:40px;
    width: 180px;
    float: left;
	
	
	
  }
  
    .section2{
   
	padding-left: 20px;
    width: 480px;
    float: right;
	 border-left: solid 1px #264573; 
	
  }
  
  
      .section3{
   
	padding-left: 20px;
    width: 220px;
    float: right;
	 border-left: solid 1px #264573; 
	
  }
  .section1 h2{
  font-size:24px;
  text-align:right;
  padding-right:60px;
  height: 60px;
   line-height: 90%;
    width: 180px;
 
  } 


  h3{
    margin: 20px 0;
    font-size: 14px;
  }

  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{
  margin-top:40px;
  border-top: dashed 1px #264573;
    padding-top: 10px;
    clear: both;
    width: 720px;
    color: #264573;
    font-size: 9px;
  }
  #footer a{
    color: #264573;
    text-decoration: none;
  }
  #footer a:hover{
    color: #264573;
  }
  #footer ul{
    padding-bottom: 60px;
    padding-top: 2px;
   
    list-style: none;
  }
  li.validate{
    padding-right: 10px;
    float: left;
  }
  li.copyright{
    float: right;
  }
  li.copyright a{
    
   
  }