body {
	background-color: #EDEDE6;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	letter-spacing: 0.01em;
	color: #333333;
}

a, a:link, a:visited {
	color: #335318;
}

a:hover {
	color: #C3452F;
}

h1 {
	font-size: 15px;
	line-height: 19px;
	color: #C84E38;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}

h2 {
	font-size: 15px;
	line-height: 19px;
	color: #C84E38;
	margin: 0px;
	padding: 10px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C84E38;
} 

h3 {
	font-size: 14px;
	line-height: 19px;
	color: #969E4B;
	padding: 0px;
}

h4 {
	font-size: 16px;
	line-height: 26px;
	color: #3F5E25;
}


h5 {
	font-size: 12px;
	line-height: 18px;
	color: #969E4B;
	padding: 0px;
}

.boxRight {
	background-image: url(../images/boxright-shadow.jpg);
	background-repeat: repeat-y;
}
.greenBar {
	background-image: url(../images/topbar-bg.gif);
	background-repeat: repeat-x;
}
.content {
	background-color: #FFFFFF;
	padding: 16px;
}
.boxLeft {
	background-image: url(../images/boxleft-shadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.title {
	background-image: url(../images/titles/titles_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.cornerImg {
	background-image: url(../images/reading.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.footer {
	background-image: url(../images/boxbottom-shadow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 150px;
	font-size: 10px;
	color: #5E8599;
}
.footer a:link, .footer a:visited {
	color: #5E8599;
	text-decoration: none;
}
.footer a:hover {
	color: #C53A21;
	text-decoration: underline;
}
.mbb {
	font-size: 9px;
	color: #5E8599;
}
.contentPad {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 18px;
}

.red {
	color: #C84E38;
}

.redbold {
	font-weight: bold;
	color: #C84E38;
}

.redbold16 {
	font-weight: bold;
	color: #C84E38;
	font-size: 16px;
}

.greenbold {
	color: #969E4B;
	font-weight: bold;
}
.size11 {
	font-size: 11px;
	line-height: 16px;
}
.size12 {
	font-size: 12px;
	line-height: 18px;
}
.borderGreen {
	border: 1px solid #36551B;
}
