/* Global Settings */
body {
	margin-top: 65;
}

/* Page Styles */
.header {
	background-image: url(images/bkgd_head.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content p {
	padding-left: 40px;
}
.footer {
	background-color: #39362F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #C8A46E;
}
.footer a {
	color: #C8A46E;
}

/* Text Styles */
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4C866D;
}
.subSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4C866D;
}
.purpletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #757082;
}
.largeboldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.redtext {
	color: #FF0000;
}
.whitetext {
	color: #FFFFFF;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copy {
	font-size: 10px;
}
a.contentLink {
	color: #757082;
	font-weight: bold;
	text-decoration: none;
}
a.contentLink:hover {
	color: #4C866D;
	font-weight: bold;
	text-decoration: underline;
}
/*.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #757082;
}*/
.normaltextBlk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.largeboldtextGrn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #4C866D;
}
.largeboldtextGrn a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4C866D;
	text-decoration: none;
}
.largeboldtextGrn a:hover{
	color: #757082;
	text-decoration: underline;
}
 /* Other Styles */
 /*.vline {
	background-image: url(images/greydot.gif);
	background-repeat: repeat-y;
	background-position: center;
}*/
