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





/* ====================== GENERAL RULES =======================*/ 

body { margin: 0px }

p { font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#7c7f82;}
	
a { font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#7c7f82;}
	
a:hover { font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#000;}
	
.blue_text  { color:#004990; 
			font-size:18px}
			
.highlight { font-size:24px; }




/*======================== HEADER =============================*/





#top_bar_grad{
	
				width: 100%;
				height: 280px;
				background-image:url(images/header_bg.jpg);
				background-repeat:repeat-x;
				overflow: hidden;}
				
#top_bar_image {
					width: 900px; 
					margin:auto; }
					
					
					
/* ==========================  MAIN BODY =======================*/ 

#body_container {
					width: 900px; 
					margin:auto;
					padding: 20px 0  20px 0}
					
.img_left {			float:left;
					margin: 0px 60px 0 20px}

.img_right {			float:right;
					margin: 0px 80px 0 60px}
					
					
					
/* ==========================  footer =====================*/


#footer_grad {		height:220px;
					width: 100%;
					background-image:url(images/footer_grad.jpg); 
					background-repeat:repeat-x;
}

#footer_container { width: 900px; 
					margin:auto;
					padding: 20px 0  20px 0;
					text-align:center;
					}
					
#footer_container p { color:#4b4c4d}

#footer_container a { 	font-size:30px;
						color:#4b4c4d;
						text-decoration:none} 
						
						
#footer_container a:hover { 	font-size:30px;
						color:#4b4c4d;} 
