@charset "UTF-8";
/* CSS Document */
* {
margin: 0;
}
html, body {
height: 100%;
}

	body {
	background-color:#F6F8FC;
	font-family:"Times New Roman", Times, serif;

	}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -25px;
	background-image:url(gfx/contentbg.gif);
	background-repeat:repeat-y;
	width:988px;
	margin: 0 auto;
}

* html .wrapper {
	overflow:auto;
}


.footer, .push {
height: 25px;
	clear:both;
}

	
	#bizcard {
	position:fixed;
	bottom:0px;
	background-image:url(gfx/contact_card.png);
	width:391px;
	z-index:3;
	}
	
	.leadin {
	font-size:20px;
	color:#696969;
	}
	
	.intro {
	font-size:20px;
	color:#696969;
	margin-bottom:20px;
	}
	
	.bodytext {
	font-size:16px;
	color:#696969;
	padding-bottom:13px;
	line-height:150%;
	}
	
	p.bodytext {
	text-align:justify;
	}
	
	ol.bodytext {
	padding-left:30px;
	}
	
	ol.bodytext li {
	margin-bottom:5px;
	}

	ul.bodytext {
	padding-left:30px;
	}
	
	ul.bodytext li {
	margin-bottom:5px;
	}

	#sidebar .bodytext {
	text-align:left;
	}
	
	.subhead {
	font-size:20px;
	font-weight:bold;
	color:#00465E;
	margin-bottom: 10px;
	}
	
	.quote {
	font-size:16px;
	font-style:italic;
	color:#7297A9;
	margin-bottom:20px;
	line-height:150%;
	}
	
	.name {
	text-align:right;
	}
		
	a:link {
	color:#0000FF;
	}
	
	a:visited {
	color:#800080;
	}
	
	#realheader {
	height:112px;
	top:0px;
	background-color:#F6F8FC;
	text-align:center;
	}
		
	#realfooter {
	position:fixed; 
	height:25px; 
	bottom:0px; 
	background-color:#C0D9E6; 
	width:100%; 
	z-index:5; 
	text-align:center; 
	font-size:11px; 
	font-family:'Times New Roman', Times, serif; 
	color:#00465E; 
	border-top: 5px solid #00465E;
	}
	
	a img {border:0px;}


