@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	background:url(images/pageBG.gif) repeat-x;
	}

.wrap{
	width: 988px;
	margin:0 auto;
	}

.topBar{
	width: 988px;
	height: 50px;
	background:url(images/topbluebar.gif) no-repeat;
	margin-bottom:10px;
	float:left;
	font-size: 12px;
	color: #fff;
	text-align:right;
	padding: 3px 0 0 0;
	}
	
.topBar a{
	color:#fff;
	text-decoration:none;
	}

.topBar a:hover{
	text-decoration:underline;
	}
	
.topBar img{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	}
	
.headerImage{
	width: 988px;
	margin-bottom:0px;
	float:left;
	}

.headerImage h1 {
	color: #326a8a;
	font-size: 18px;
	text-transform: uppercase;
	}
	
.headerImage p {
	font-size: 13px;
	}
	
.headerImage a {
	color: #3399CC;
}
	
.leftColumn{
	width: 315px;
	float: left;
	background:url(images/dividerdots.gif) repeat-y;
	background-position:right;
	margin-right: 10px;
	padding-right: 10px;
	color: #515253;
	font-size: 12px;
	text-align: center;
	}
	
.leftColumn img{
	float: left;
	}

.middleColumn{
	width: 315px;
	float: left;
	background:url(images/dividerdots.gif) repeat-y;
	background-position:right;
	margin-right: 10px;
	padding-right: 10px;
	color: #515253;
	font-size: 12px;
	text-align: center;
	}
	
.middleColumn img{
	float: left;
	}
	
.leftColumn img{
	float: left;
	}
	
.rightColumn{
	width: 315px;
	float:left;
	color: #515253;
	font-size: 12px;
	text-align: center;
	}
	
.rightColumn img{
	float: left;
	}

.bottomContent {
	width: 988px;
	float: left;
	margin-top: 10px;
	}
	
.bottomContent h1 {
	color: #a53751;
	font-size: 18px;
	text-transform: uppercase;
	}
	
.bottomContent ul{
	margin:0 0 20px 20px;
	padding:0;
	list-style:none;
	}
	
.bottomContent li{
	padding-left: 23px;
	background-image: url(images/bluearrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	color: #515253;
	font-size: 13px;
	margin-bottom: 15px;
}

.proceedsContent {
	width: 988px;
	float: left;
	}
	
.proceedsContent h1 {
	color: #eac577;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0px;
	}

.roundbox{
	width: 988px;
	height: 140px;
	background: url(images/roundboxBG.gif) no-repeat;
	margin: 0px;
	}
	
.roundbox a{
	color: #045790;
	text-decoration:none;
	}

.roundbox a:hover{
	text-decoration:underline;
	}
	
.roundbox .left{
	width: 472px;
	margin-top: 22px;
	margin-right: 20px;
	margin-left: 8px;
	font-size: 11px;
	float: left;
	color:#333;
	line-height:1.6em;
}

.roundbox .left img {
	float: left;
	margin-right: 8px;
}

.roundbox .right{
	width: 472px;
	margin-top: 13px;
	margin-right: 8px;
	font-size: 11px;
	float: left;
	color: #333;
	line-height: 1.6em;
}

.roundbox .right img {
	float: left;
	margin-right: 8px;
}

.footer{
	width: 988px;
	float:left;
	text-align: center;
	margin: 10px 0;
	padding-top: 15px;
	color:#666;
	font-size: 11px;
	}
	
.footer a{
	color: #045790;
	text-decoration:none;
	}

.footer a:hover{
	text-decoration:underline;
	}
