@charset "utf-8";
/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#wrapper { width:1000px; margin:0px auto 0px auto; font-size: 12px;  }

#header { width:1000px; float:left; background:#FFF;  }

#logo { width:300px; float:left; }

#right_header { width:700px; float:left; }

#right_header_one { width:700px; float:left; height:60px;  }

#right_header_two { width:700px; float:left; }

#footer { width:1000px; float:left; background:#072a58; font-size:12px;  }

#footer p, a { font-size:12px; }

#new_navigation{ background-image:url(../images/navebg.gif);
             background-repeat:repeat-x;
		float:left;	 height: 42px; width:1000px;
			 
		   }
		   
		   
#main { width:1000px; float:left;  background:#FFF; padding-top:20px;   }		   
		
#left_main { width:200px; float:left; margin-left:6px; margin-right:6px;
            -moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			border: 1px solid  #C3D0E1; 
			
			
            background-color: #F2F4F7; }		  

#right_main { width:780px; float:left; font-size:12px;
              -moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			border: 1px solid  #C3D0E1; 
			
			
            background-color: #F2F4F7; }		

.button_links { background:#0088CA; padding:4px; color:#FFF;  -moz-border-radius: 3px; -webkit-border-radius: 3px;	border-radius: 3px; text-decoration:none; }

.slot { width:80px; height:30px; float:left; background:#06C; margin:1px; color:#FFF; text-align:center; line-height:30px; }
.slot a { text-decoration:none; color:#FFF;  }
.slots { width:900px; margin-left:50px; float:left; }
.months { float:left;  width:80px; height:30px; line-height:30px; background-color:#90C; margin-left:2px; text-align:center; }
.months a { color:#FFF; text-decoration:none;  } 
.main_hright { width:500px; float:left; }
.main_hleft { width:500px; float:left; }