* {
	font-family: "Trebuchet MS", Arial, Helvetica, SunSans-Regular, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}


/* COMMON */

body {
}
img {
	border: none;
}
p,td,th,blockquote,li,textarea,input {
	color: #335C64;
	font-size: 11px;
}
#home p {
	font-size: 14px;
}
p {
	margin: 15px 0;
}
h1,h2,h3,h4,h5,h6 {
	color: #893101;
	font-weight: bold;
	margin: 15px 0;
}
h1 {
	color: black;
	font-size: 19px;
	margin-top: 0;
	padding-top: 10px;
}
#home h1 {
	color: #893101;
	font-size: 24px;
	padding-top: 0;
}
h2 {
	font-size: 16px;
}
h3 {
	color: black;
	font-size: 14px;
}
h4 {
	font-size: 12px;
	margin-bottom: 0;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
table {
	margin-bottom: 15px;
}
td,th {
	vertical-align: top;
}
option {
	margin: 0 5px;
}
blockquote {
	font-style: italic;
	margin: 15px 30px;
}
a {
	color: #A93F23;
	text-decoration: underline;
}


/* CONTAINER */

#container {
	left: 0;
	position: absolute;
	top: 0;
}


/* TABS */

#tabs {
	display: none;
}


/* LEFTBAR */

#leftbar {
	display: none;
}


/* RIGHTBAR */

#rightbar {
	display: none;
}


/* CONTENT */

#content {
}
#home #content p {
	line-height: 120%;
}
#content ol,#content ul {
	margin-left: 20px;
}
#home #content img {
	vertical-align: middle;
}
#quote {
	background: #F6F2E2;
	color: #231F20;
	font-style: italic;
	padding: 10px;
}
.quotetext {
	font-size: 12px;
}
.quotesource {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
#qualifiers {
	background: #F6F2E2;
	color: #231F20;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}
p.indented {
	margin-left: 25px;
	margin-top: 0;
}


/* BREADCRUMBS */

#breadcrumbs {
	display: none;
}


/* NAV */

#nav {
	display: none;
}


/* MISC */

.imageright {
	float: right;
	margin: 0 0 10px 10px;
}
.imageleft {
	float: left;
	margin: 0 10px 10px 0;
}
.spacedlist li {
	margin-bottom: 12px;
}
.error {
	color: red;
}
.success {
	color: blue;
}
.noprint {
	display: none;
}


/* SITE MAP */

p.sml1 {
	font-weight: bold;
	margin: 8px 0 0 0;
	padding: 0;
}
p.sml2 {
	margin: 0 0 0 30px;
}
p.sml3 {
	margin: 0 0 0 60px;
}
p.sml4 {
	margin: 0 0 0 90px;
}

/* TESTIMONIALS */

#rave_reviews p.quotetext {
	font-size: 11px;
	margin-bottom: 0;
}
#rave_reviews p.quotesource {
	font-style: normal;
	margin-top: 0;
}