@charset "utf-8";
/* CSS Document */


/* Main body properties */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #f1eeed url(../elements/bg.jpg) repeat-x center top;
}
.mainContent {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	line-height: 2em;
}
.mainContentSub {
	padding: 10px 15px;
	width: 870px;
	color: #858166;
	font-weight: normal;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background: #fffff1;
	border: 1px solid #7a8b5d;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8A8A8A;
	text-align: center;
	margin-top: 25px;
	line-height: normal;
}
.bottomNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8A8A8A;
	text-align: center;
	margin-top: 25px;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
}
.header {
	text-align: center;
}
.break {
	text-align: center;
}

/* Photo spacer properties */

.photoLeft {
	padding-right: 15px;
	padding-bottom: 10px;
}
.photoRight {
	padding-left: 15px;
	padding-bottom: 10px;
}


/* Font properties */

.h {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.1em;
}
.hSub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	line-height: 0.25em;
}
.hSub2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
.bold {
	font-weight: bold;
}
.formHeading {
	color: #333333;
	font-weight: bold;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/* Links properties */

a:link {
	text-decoration: none;
	color: #999999;
	padding-right: 12px;
	padding-left: 12px;
}
a:visited {
	text-decoration: none;
	color: #999999;
	padding-right: 12px;
	padding-left: 12px;
}
a:hover {
	text-decoration: none;
	color: #666666;
	padding-right: 12px;
	padding-left: 12px;
}
a:active {
	text-decoration: none;
	color: #999999;
	padding-right: 12px;
	padding-left: 12px;
}
.inline a:link {
	text-decoration: underline;
	color: #999999;
	padding: 0px;
}
.inline a:visited {
	text-decoration: underline;
	color: #999999;
	padding: 0px;
}
.inline a:hover {
	text-decoration: underline;
	color: #C6757B;
	padding: 0px;
}
.inline a:active {
	text-decoration: underline;
	color: #999999;
	padding: 0px;
}
.resource a:link {
	text-decoration: underline;
	color: #666666;
	padding: 0px;
}
.resource a:visited {
	text-decoration: underline;
	color: #999999;
	padding: 0px;
}
.resource a:hover {
	text-decoration: underline;
	color: #C6757B;
	padding: 0px;
}
.resource a:active {
	text-decoration: underline;
	color: #666666;
	padding: 0px;
}
.copyright a:link {
	text-decoration: underline;
	color: #8A8A8A;
	padding: 0px;
}
.copyright a:visited {
	text-decoration: underline;
	color: #8A8A8A;
	padding: 0px;
}
.copyright a:hover {
	text-decoration: underline;
	color: #C6757B;
	padding: 0px;
}
.copyright a:active {
	text-decoration: underline;
	color: #8A8A8A;
	padding: 0px;
	margin: 0px;
}


/* Form properties */
.fieldStyle {
	border: 1px solid #CCCCCC;
}
.fieldTableStyle {
	border: 0px;
}
.textareaAlign {
	vertical-align: top;
}
.headerSpacer {
	margin-top: 10px;
	background-color: #7B8B5E;
	color: #FFFFF1;
	font-weight: bold;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.subHeaderSpacer {
	margin-top: 10px;
	background-color: #bdc5ae;
	color: #FFFFF1;
	font-weight: bold;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.submit {
	background-color: #bdc5ae;
	color: #FFFFF1;
	font-weight: bold;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
.timeSpacer {
	padding-left: 5px;
}