#header { /* Settings For The Header */
	background-color: 4e3928;
}
#main { /* Main Settings */
	background-color: #bccdd9;
}
#footer { /* Footer Settings */
	background-color: 4e3928;
	color: ffffff;
}
#table-of-contents { /* Table of Contents */
	font-family: georgia;
	font-size: 11px;
	font-weight: normal;
}
.main-section-title { /* Main Section - Title Font */
	font-family: Georgia;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	color: 8598a3;
	margin-bottom: 5px;
}
.main-section-body{ /* Main Section - Body Font*/
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: 767676;
	margin-bottom: 10px;
}
.bottom-section-title { /* Bottom Section - Title Font */
	font-family: Georgia;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	color: 8598a3;
	margin-bottom: 5px;
}
.bottom-section-body{ /* Bottom Section - Body Font */
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: 767676;
	margin-bottom: 10px;
}
.sidebar-section-title { /* Sidebar Section - Title Font */
	font-family: Georgia;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: 8598a3;
	margin-bottom: 5px;
}
.sidebar-section-body{ /* Sidebar Section - Body Font */
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: 767676;
	margin-bottom: 10px;
}

