body {
	font-family: "Century Gothic" Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: #FFFFFF;
	text-align: center;
	margin: 10px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
	color: #000066;
}
p {
	font-size: 80%;
	font-family: "Century Gothic" Verdana, Arial, Helvetica, sans-serif;
	line-height: 110%;
	color: #000066;
}

/* holder styles */
#holder {
	width: 760px;
	background: #FFFFFF;
	text-align: left;
	margin: 0;
	color: #000066;
}

/* header styles */
#header {
	background-color: #696969;
	height: 150px;

}

#header a {
	text-decoration: none;
}
#holder #footer a, #holder #footer a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#holder #footer a:active, #holder #footer a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.callout {
	margin: 0;
	padding: 20px 10px;
	text-align: center;
}

/* navigation styles */
#nav {
	display: none;
}

/* content styles */
#content {
	margin: 0px;
	padding: 10px;
	text-align: justify;
	line-height: 120%;
	color: #000066;
	font-size: 100%;
	overflow: visible;
}
#content p, #content b{
	line-height: 120%;
	color: #000033;
	line-height: 120%;
	font-family: "Century Gothic" Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#content h2 {
	color: #339900;
	font-family: "Century Gothic" Verdana, Arial, Helvetica, sans-serif;
}

#content h3 {
	color: #339900;
	font-family: "Century Gothic" Verdana, Arial, Helvetica, sans-serif;
}

#content li {
	line-height: 120%;
	text-indent: 20px;
	line-height: 120%;
	font-size: 80%;
	font-family: "Century Gothic" Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}

#content a:link, #content a:visited {
	color: #74AE39;
	text-decoration: none;
}

#content a:hover, #content a:active{
	text-decoration: underline;
}
#content .textR {
	align: right;
	color: #000066;
	text-align: left;
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid;
	font-size: 65%;
	color: #FFFFFF;  /* This background color covers the faux column effect that spans the entire holder div */
	text-align: center;
	background-color: #696969;
	height: 110px;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

.introSlide {
	text-align: center;
}

fieldset {
	line-height: 170%;
	width: 450px; 
	text-align: left;
	padding: 15px;
}

legend {
	font-weight:bold;
	font-size: 80%;
	color: #D2691E;
}

label {
	display: block; 
	width:90px;
	float:left;
	font-size: 80%;
}

#acq {
	color: #3E2C02;
	font-size: 80%;	
}

#buttons {
	text-align: center;
}

#buttons input {
	background-color: #FBDD97;
	color: #D2691E;
	font-weight: bold;
}

# content img {
	float: left;
	padding: 15px;
	text-align: center;
	border: none;
}
.contactB {
	font-size: 90%;
	font-weight: bold;
}

.contactBR {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}

#holder  #content .tblBorder {
	border: 3px solid #74AE39;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000033;
	padding: 3px;
}

#holder  #content .tblNoBorder  {
	border: none;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000033;
	padding: 3px;
}

#holder #content .tblBorder img {
	align: center;
}

#content .tblBorder a {
	text-align: right;
}

#holder #contentNoScroll {
	overflow: hidden;
}
