/*
	(c) 2010 Certuspact LLC. (www.cetuspact.com)
	All Rights Reserved
	
	CSS developed by Kash Wimer, James Logan
*/

* {
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
div#content {
	margin-top: 110px; /*absolute positioning of the nav bar 65px plus 10 for plain margin*/
	width:100%;
}
div#content img {
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
}
#banner {
	top: 0px !important;
	left: 0px !important;
	position: absolute;
}
.logo a {
	text-decoration: none;
}
img {
	border: 0px;	
	margin: 15px 0 0 15px;
}
ul#navigation {
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
}
h1 {
	font-size: 18px;
	margin: 5px;
}
h2 {
	font-size: 16px;
	color: #009900;
	margin: 5px;
}
p {
	margin: 5px;
	margin-left: 15px;
}
sup {
	font-size: small;
}
div#footer {
	width: 98%;
	height: 39px;
	font-size: 10pt;
	text-align: center;
	vertical-align: bottom;
	clear: both;
	padding-top: 20px;
}
.footer_text {
	
}
