/*header background*/

.head_menu{
	height:52px;
	background-image:url(../../images/cyan_top.png);
	width:946px;
}

.head{
	background-image:url(../../images/cyan_bottom.png);
	width:946px;
	z-index:2;
	height:124px;
	position:relative;
}

.side_nav_shdw{
	/*background-image:url(../../images/side_nav_shdw_blue.jpg);*/
	height:10px;	
	background-repeat:no-repeat;
}

.side_nav{
	background-color:#cad8db;
	/*background-image:url(../../images/sideNav_blue_rpt.jpg);
	background-repeat:repeat-y;*/
	font-size:11px;
	width:241px;
}

.main_side a{
	color:#000;
	text-decoration:none;
	display:block;
	padding:2px 0 2px 20px;
	border-top:solid #9ba5a9 1px;
	}

.sub_side a{
	padding:2px 0 2px 40px;
	background-color:#b1bcc0;
}

.clearboth {
	clear: both;
}

/* LOGOPARADE */

.logoparade {
	width:650px;
	margin:auto;
	}

.logoparade table {
	margin:auto;
	}	
	
.supporters {
	margin-top:20px;
	}
	
.supporters h3 {
	margin-top:10px;
	}	
	
.supporters p {
	margin-top:5px;
	}
	
.supporters table {
	width:auto;
	vertical-align:top;
	}
	
.supporters td {
	vertical-align:top;
	padding-right:50px;
	}
	
	
/* Bottom Footer */

.content #foot {
	padding-top:10px;
	margin-top:20px;
	border-top: 1px #ccc solid;
}
.content #foot p {
	color: #2d9aac;
	font-size: 11pt;
	text-align: center;
}

/* DONATE STYLES */

#donatemain {
	width:440px;
	}
	
#donatemain h3 {
	margin-top:0px;
	padding-top:0px;
	}	

#donateside {
	width:200px; 
	padding:10px;
	float:right; 
	border:1px solid #aaaaaa; 
	margin-left: 20px;
}

#donateside h1 {
	text-align:center;
	font-size:12pt;
	}

	
/* LIST STYLES */

	.dotlist ul, .dotlist li{
		margin:0 0 0 20px;
		padding:0;
		list-style-type:none;
	}

	.dotlist li{
		background:url(/images/who/bullet.gif) left center no-repeat;
		padding:10px 10px 10px 20px;
		margin-bottom:0;
	} 	

	.dotlist li a {
		color:#000000;
		}

	li.sublist  {
		list-style-type: disc;
		list-style-image:none;
		list-style-position: inside;
		}	

	.dotlist li a:hover {
		text-decoration:none;
		}

	.dividelist ul {
		padding:0 20px 20px 10px;
		}

	.dividelist li {
		list-style-type:none;
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:1px solid #999999;
		}

	.colsborderlist ul {
		list-style-type:none;
		padding-top:10px;
		border-top:1px solid #999999;
		}

	.colsborderlist li {
		border-bottom:1px solid #999999;
		padding-bottom:10px;
		margin-bottom:10px;
		}

	.colsborderlist h3 {
		padding:0px;
		margin:0px;
		font-size:10pt;
		}

	.colsborderlist p {
		padding:0px;
		margin:0px;
		font-size:10pt;
		}

	.colsborderlist h3.board {
		font-weight:bold;
		font-size:10pt;
		margin-bottom:10px;
		}
