body {
	color: #000;
	background-color: #cc9;
	font: small "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
	padding: 5px;
}
a {
	text-decoration: none;
	color: #663;
}
a:hover {
	text-decoration: underline;
}
h3 a:hover {
	text-decoration: none;
}
blockquote {
	font-style: italic;
	
}
strong {
	font-weight: bold;
}

div#all {
	width: 750px;
	text-align: justify;
	background-color: #CCCC99;
	margin: 0 auto;
}
div#header {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 80px;
	background-color: #fff;
	background-image: url(header.gif);
	background-repeat: no-repeat;

}
div#header h1 {
	display: none;
}
#navigation {
	text-align: right;
	width: 745px;
	height: auto;
	float: left;
	font-weight: bold;
	color: #fff;
	background-color: #663 ;
	padding: 0px;
	margin: 0px;
}
#navigation a, #navigation a:visited {
	color: #cc9;
	display: inline;
	margin: 0;
	padding: 2px;
	background-color: #663;
}
#navigation {
	padding: 2px 3px 2px 3px;
	margin: 0;
}

#navigation a:hover {
	color: #fff;
	background-color: #cc9;
	text-decoration: none;
}

#navigation #sublinks {
	margin-top: 3px;
	font-size: x-small;
}

#main {
	height: auto;
	margin: 0;
	padding: 1em;
	background-color: #FFFFFF;
}

#footer {
	background: #cc9;
	text-align: center;
	clear: both;
	font: 0.75em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	padding-top: 25px;
}
#footer p {
	margin: 0;
	padding: 1px;
}
#footer p a {
	color: #663;
}

div.quote {
	margin: 0;
	padding: 0;
	background: #9cf url(images/quote_03.gif) repeat-y center;
}

p.quoteText {
	font-style: italic;
	text-align: left;
	background: url(images/quote_01.gif) no-repeat center top;
	padding: 20px 20px 0;
	margin-bottom: 0;
}

p.quoter {
	text-align: right;
	font-weight: bold;
	background: url(images/quote_05.gif) no-repeat center bottom;
	padding: 0 50px 30px 20px;
	margin-top: 0;
}

.complianceBadge {
	height: 15px;
	width: 80PX;
	border-style: none;
}.floatingImage {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
	clear: left;
}
h4 {
	clear: left;
}
.title {
	font-size: 1.2em;
	font-weight: bold;
}
div.spacerDiv {
	clear: both;
}
h3 {
	clear: left;
}
