body, html {
	margin: 0;
	color: #000;
	font: small/1.2 Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: White url(assets/head_backgrnd.jpg) repeat-x;
}
main {
	background: White;
	width: 900px;
	border: thin solid #330066;
}
headnavs {
	background:url(assets/head_nav.jpg);
}
a.navhead:link,a.navhead:visited {
	color: #333399;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
}
a.navhead:hover {
	text-decoration: none;
	color: #999;
}
navpagetitles {
	background: url(assets/head_title.jpg);
}
content {
	background-color: #FFFFFF;
	padding-left:50px;
	padding-right:50px;
}
h1 {
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: large; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
testimonials {
	float: right;
	width: 250px;
	background: #FFFFFF;
	border: 1px solid #000;
	padding: 10px 15px 10px 15px;
	font-style: italic;
	font-size: x-small;
}
flashcontent {
	float: right;
}
.bottomnavs {color: #708090;font-size: x-small;}
a.bottomnav:link,a.bottomnav:visited {color: Gray; font-size: x-small;text-decoration: underline;}
a.bottomnav:hover {color: Gray; font-size: x-small; text-decoration: none;}
.pad12 {padding: 12px;}
