/*CSS Reset*/
body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

/* Structure and Basics */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 16px;
	color: #291001;
	background-color: #fff;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}
.doc {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	min-height: 900px;
	border:#CCC, thin;
}
.clear {
	clear: both;
}
strong {
	font-weight: bold;
}
.strong2 {
	font-weight: bold;
	font-size: 115%;
}
.menu {
	position: absolute;
	z-index: 5;
	margin-top: 100px;
	margin-left: 65px;
}a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #6CAD54;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #291001;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #6CAD54;
	text-decoration: none;
}
.homepagecopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 21px;
	color: #291001;
	font-style: italic;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #291001;
	font-style: normal;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #999;
}
