body {
	margin: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
}
.top {
	width: 100%;
	border-bottom: black 1px solid;
	background-color: #336699;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}
h1.logo {
  margin: 0;
	margin-left: 10px;
	font-size: 2em;
	font-style: italic;
	vertical-align: middle;
	font-family: georgia,times,serif;
  border: 0;
  padding: 0;
}
h1.logo a {
	text-decoration: none;
	color: #ffffff;
}
.tag_line {
	font-size: 1.2em;
	text-align: right;
	vertical-align: middle;
	text-align: right;
	color: #cccccc;
  font-weight: normal;
}
.top_contact {
	width: 100%;
	border-bottom: black 1px solid;
	background-color: #339999;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	font-size: 1em;
}
.contact_line {
	margin-right: 0px;
}
.contact_line a  {
	text-decoration: underline;
	color: #ffffff;
}
.contact_line a:hover  {
	text-decoration: underline;
	color: #cccccc;
}
.left_section {
	left: 0em;
	top: 8em;
	padding: .2em;
	width: 15em;
	position: absolute;
	border-bottom: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
	border-top: 1px dashed #cccccc;
	border-left: 0px;
	background-color: #ffffff;
}
.main {
	margin: 0em 5em 0em 5em;
	padding: 1em;
	min-height: 20em;
}
.bottom_section {
	text-align: center;
	font-size: 0.8em;
	border-top: black solid 1px;
	background-color: #eeeeee;
}
.logo_inline {
	color: #336699;
	font-style: italic;
	font-weight: bold;
	font-family: georgia,times,serif;
}
p.big {
	font-size: 1.2em;
	background: #eeeeee;
	padding: 0.2em;
}
.left_menu {
	font-weight: bold;
}
.left_menu a {
	text-decoration: none;
	color: #336699;
}
.left_menu a:hover {
	background-color: #339999;
	color: #ffffff;
}
.left_link a {
	display: block; /* makes it take up whole line */
	text-decoration: none;
	padding-left: 10px;
	border-bottom: 1px #dddddd solid;
	color: #336699;
}
.left_link a:hover {
	background-color: #339999;
	color: #ffffff;
}
.testimonial {
	font-style: italic;
	color: #666666;
	font-size: 0.8em;
}
p {
	line-height: 1.4em;
}
hr {
	background-color: #339999;
	color: #339999;
	height: 1px;
	border: 0;
}
h2 {
	margin-left: -1em;
	border-bottom: dashed 1px #cccccc;
	padding: 0.2em;
}