@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial;
	font-smooth: always;
	font-stretch: semi-condensed;	
	color: #666666;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a, a:hover, a:active, a:visited {
	background-color: #ecf9c6;
	color: #333333;
	text-decoration: none;
}
.wrapper {
	margin:0 auto;
	width:819px;
}
.banner {
	background-image: url(images/banner.gif);
	width: 817px;
	height: 309px;
}
.banner-text {
	padding-top: 180px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
	line-height: 2em;
	color: #FFFFFF;
	font-size: 14px;
}
.heading {
	font-size: 12px;
	font-weight: bold;
	color: #3db4ce;
}
.middle {
	width: 780px;
  	margin-left: auto ;
  	margin-right: auto ;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
} 
.boldlink {
	font-size: 14px;
	font-weight: bolder;
}
.quote2 {
	padding-bottom: 20px;  
    background: url(images/quote_down.png) bottom right no-repeat;
}
.quote {
	padding-top: 20px;
	padding-left: 5px; 
	padding-right: 5px;
    font-size: .9em;    
    background: url(images/quote_up.png) top left no-repeat;
}
.cite {
    font-size: .9em;
	padding-left: 15px;
}  
.footer {
	padding-left: 10px;
	font-size: 10px;
	color: #999999;
}
