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


body { background-image:url(body_background.jpg);
background-repeat:repeat;
text-align:center; /* for IE */ 
} 

#wrapper { 
text-align:left; /* reset text alignment */ 
width:980px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
} 

#header{ background-image:url(images/header.jpg);
width: 980px;
height: 200px;

}

#navigation{ padding-top: 140px;
padding-left: 280px;
	
}

#sub_headline{ font-family:Georgia, "Times New Roman", Times, serif;
font-size:12pt;
font-weight:bold;
color:#000000;
background-color:#ffffff;
padding: 10px;
}

#content{ font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10pt;
color: #000000;
background-color:#FFFFFF;
padding:10px;
}

#main_content{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;

}


#footer{ background-image:url(images/footer.png);
width: 980px;
height: 50px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 10pt;
color:#ffffff;
margin-top:150px;
padding: 10px;
}

a{ color:#B3C5CC;
text-decoration:underline;
}

a:hover{ text-decoration:none;
	
}

.email a{ color:#22386A;
}