body  {
	color:#000;
	background: #667D8B;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	}
	
#container {
	width: 800px;
	margin: 0 auto;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	} 	
	
#topheader {
	height: 101px;
	background-image: url(images/header_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	}
	
#menu {
	width:auto;
	height: 22px;
	background-color: #375682;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding-top: 7px;
	color: #999;
	font-size: 11px;
	}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration:none;
	}

#menu a:hover {text-decoration:underline;}
	
#bottomheader {
	background-color:#fff;
	height: 128px;
	background-image: url(images/header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	border-bottom: solid 1px #ccc;
	}
	
#btbottomheader {
	background-color:#fff;
	height: 128px;
	background-image: url(images/bt_header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	border-bottom: solid 1px #ccc;
	}	
	
#contentleft {margin: 0; background-color: #f0f0f0; padding: 15px; line-height: 18px;}

#contentleft a {color: #375682; text-decoration:none;}
#contentleft a:hover {text-decoration:underline;}

#contentleft li {list-style-image: url(images/big_bullet.gif); list-style-position: outside; 			margin-bottom: 20px;}	
	
#contentright {
	float: right;
	width: 225px;
	background-color: #fff;
	padding: 15px 10px 10px 10px;
	margin-left: 15px;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
	}
	
.rightpanelboxtop {
	
	padding: 5px;
	background-color: #7B2B2C;
	text-align: center;
	vertical-align: middle;
	}	

.rightpanelboxbottom {
	
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
	font-family: Tahoma, Arial, verdana;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	text-align: left;
	}

.rightlink a {color: #375682; text-decoration:underline; text-align: left;}
.rightlink a:hover {color: #375682; text-decoration:none; text-align:left;}
	
#footer {
	height: 50px;
	width: 800px;
	margin: 0 auto;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	}
	
#footer a {color: #ccc;text-decoration:none;}
#footer a:hover {text-decoration:underline;}

.leftfooter {
	width:300px;
	float:left;
	text-align: left;
	padding-left: 2px;
	}
	
.rightfooter {
	width:300px;
	float:right;
	text-align: right;
	padding-right: 2px;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
	}

.hometitle {margin-bottom: 10px;}
.subtitle {margin-bottom: 14px;}

.bandspace {margin-bottom:5px; margin-top:20px;}

.donateonline {margin-top: 15px; margin-left: 100px;}

.firmsleftbox, .sheltersleftbox, .downloadsleftbox {width: 48%;}

.firmsrightbox {
	width: 48%;
	float: right;
	margin-top: 420px;
	margin-right: -255px;
}

.sheltersrightbox {
	width: 48%;
	float: right;
	margin-top: 300px;
	margin-right: -255px;
}

.downloadsrightbox {
	width: 48%;
	float: right;
	margin-top: 355px;
	margin-right: -255px;
}

.smalltext {font-size:11px;}

#bottombar {width: 802px; margin: 0 auto; border-bottom: 8px solid #375682;	height: 0;}

.thumbnails img {margin-right:8px;margin-bottom:8px;}
.style1 {color: #7B2B2C}