html {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
}

body {
	margin: 0 0;
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #0000ff;
}

#container {
	width: 770px;
	margin: 0 0;
}

#header {
	height: 137px;
}

#header_top {
	height: 80px;
}

#header_top img#top-graphic {
	width: 188px;
	height: 80px;
	border-width: 0;
	margin-left: 15px;
}

#header_top span#tagtext {
	float: right;
	text-align: right;
	font-size: large;
	color: #716f9e;
	margin-top: 20px;
}

#header_navigation {
	height: 22px;
	color: #333333;
	border-bottom: 1px solid #393839;
	line-height: 20px;
	padding-left: 15px;
}

#header_bottom {
	height: 35px;
	background-color: #cbd0c7;
}

#page_container {
	width: 770px;
}

#left_navigation {
	width: 170px;
	float: left;
	border-right: 1px solid #a7bbab;
}

#left_navigation ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#left_navigation ul li {
	list-style-image:url(/images/listArrow.gif);
	margin-left: 25px;
	font-size: 12px;
}

#left_navigation ul li a {
	color: #716f9e;
}

#left_navigation ul.navGraphics li {
	list-style-image: none;
}

#left_navigation ul.navGraphics li img.leftImage {
	border: 0;
	margin-bottom: 20px;
}

#page_content {
	width: 580px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#page_content h1, #page_content h2 {
	font-size: 13px;
	margin: 0 0 10px 0;
	color: #2c5aa4;
}

#page_content p {
	margin: 0 0 10px 0;
	font-size: 12px;
}

#page_content b {
	color: #2c5aa4;
}

#page_content ol {
	margin: 0 0 10px 0;
}

#page_content li {
	font-size: 12px;
}

#footer {
	width: 770px;
}

#footer_top {
	height: 24px;
	border-top: 1px solid #a7bbab;
}

#footer_bottom {
	width: 770px;
	height: 22px;
	text-align: right;
	background-color: #6d6f6a;
	line-height: 20px;
}

#footer_bottom ul {
	list-style-type: none;
	margin: 0 0;
}

#footer_bottom ul li {
	display: inline;
}

#footer_bottom ul li a {
	color: #eeeeee;
	background-image: url(/images/linkBar.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 5px;
}

#footer_bottom ul li a.lastLink {
	background: none; 
}

#footer_graphics {
	height: 80px;
	width: 770px;
	background-image: url(/images/footerCerts.gif);
}

.testimonial {
	border: 1px dashed #0e2486;
	margin: 5px 30px 10px 30px;
	padding: 3px 5px 3px 5px;
}

#page_content .testimonial p {
	margin: 0;
	padding: 0;
}

#page_content .testimonial br {
	height: 10px;
}

img.guarantee {
	margin-bottom: 5px;
}

address {
	padding-left: 20px;
	margin-bottom: 10px;
}

div.clear {
	clear: both;
}