@charset "utf-8";
/* CSS Document */
#footerMenu a{
	color:#FFFFFF;
	padding-top:10px;
	text-decoration:underline;
	font-size:13px;
}
#footerMenu a:hover{
	text-decoration:none;
	color:#00CCFF;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, div, span, a, p, h1, h2, h3, h4, h5, h6{
	font-family: Tahoma, "Trebuchet MS";
}
p{ font-size:12px;
color:#000000;}
h1, h2, h3, h4, h5, h6{
	color:#003E6D;
	font-weight:normal;
}
#header{
	background-image:url(header.gif);
	background-repeat:repeat-x;
	height:98px;
	width:100%;
	clear:both;
	color:#FFFFFF;
	text-align:center;
}
	#footer{
		width:100%;
		background-color:#DEE6EB;
		border-top:#D3D3D3 1px solid;
		display:block;
		color:#000000;
		text-align:center;
	}
	
	#bodyAll{
		display:block;
		text-align:left;
		width:900px;
		overflow:hidden;
	}
	#leftCol{
		width:680px;
		float:left;
		display:block;
		overflow:hidden;
	}
	#rightCol{
		overflow:hidden;
		width:255px;
		float:right;
		display:block;
		margin-left:0px;
	}
	
	.testimonial_body{
		clear:both;
		display:block;
		text-align:center;
		color:#003E6D;
	}
	.testimonial_name{
		clear:both;
		display:block;
		text-align:right;
		color:#999999;
		margin-bottom:30px;
	}
	
	.lefColTitle{
		width:254px;
		height:53px;
		display:block;
		text-align:center;
		vertical-align:middle;
		background-image:url(sb_header.jpg);
		background-repeat:no-repeat;
		color:#FFFFFF;
		font-size:24px;
	}
	
	label{
		font-size:12px;
		color:#000000;
		clear:both;
		width:100%;
		margin-left:15px;
	}
	
	.right_archiveLinks a{
		display:block;
		width:100%;
		font-size:12px;
		text-decoration:none;
		clear:both;
		padding-left:10px;
		padding-right:10px;
	}
	.right_archiveLinks a:hover{
		text-decoration:underline;
	}

