/*
	crimson = #cd6a5b
	others = #ff1008 #ff5853 #802725 #cc0c07
	light = #efd3c9
*/
body {
	border: 0;
	padding: 0;
	margin: 0;
	color: #800804;
	background-color: #f1b59e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.bkgBody { background-color: #f1b59e; }
.bkgBody { background-color: #f1b59e; }
.bdrBody { border-color: #f1b59e; }
.bdrDotBody { border: 2px #f1b59e dotted; }
.dotRuleBody {
	border-top: 2px #f1b59e dotted;
	width: 95%;
}

a {
	text-decoration: underline;
	color: #cc0c07;
}
a:hover {
	text-decoration: none;
	color: #cc0c07;
	background-color: #efc5b5;
}
a:focus {
	text-decoration: none;
	color: #cc0c07;
	background-color: #efc5b5;
}
a:active {
	text-decoration: underline;
	color: #cc0c07;
	background-color: #efc5b5;
}

.fullOuter {
	padding: 20px 0 40px 0;
}
.fullInner {
	position: relative;
	padding: 20px 20px 30px 20px;
	border: 2px solid #efc5b5;
	border-bottom: none;
	width: 460px;
}

.gradeTop {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 490px;
	height: 275px;
}
.gradeBottom {
	position: absolute;
	left: 5px;
	bottom: -2px;
	width: 490px;
	height: 125px;
}

.secHeader {
	color: #800804 !important;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", "Geneva", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.secBody {
	padding: 0 0 40px 30px;
	color: #800804 !important;
	font-size: 16px !important;
}

.secIcon {
	padding-right: 14px;
}
.secTitle {
	padding: 3px 0 15px 0;
	font-family: "Trebuchet MS", "Geneva", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.secDesc {
	padding: 0 0 20px 42px;
	color: #800804 !important;
	font-size: 14px !important;
	line-height: 120%;
}
.secHost {
	padding: 10px 0 0 0;
	color: #800804 !important;
	font-size: 14px !important;
}

.rgnCtr {
	border-bottom: 1px dotted #f1b59e;
}


