/* Global Properties */
body {
	margin: 0px;
	background-color: #E7E9DC;
	font-size: 70%;
	font-family: Arial;
}
a {
	color: #4E4F43;
}
a:hover {
	color: #2D2E2A;
}
/* Top mini-navigation */
#nav {
	background-color: #4D5C63;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #2A343D;
	color: #E7E9DC;
	text-align: right;
	padding-right: 100px;
}
#nav a {
	color: #E7E9DC;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
/* Banner */
#banner {
	background-color: #172028;
	background-repeat: repeat-y;
	border-bottom: 2px solid #2A343D;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 75px;
}
#banner h1 {
	font-family: trebuchet ms;
	color: #E7E9DC;
	font-weight: normal;
	font-size: 250%;
	margin: 0px;	
}
/* The entire left column */
#left {
	width: 20%;
	float: left;
	background-color: #C7C9B8;
	border-right: 1px solid #BBBEAB;
	border-bottom: 1px solid #BBBEAB;
	color: #4E4F43;
}
/* The links on the left side */
#fullnav a {
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	padding-left: 7%;
	border-bottom: 1px solid #BBBEAB;
	border-top: 1px solid #D2D3C6;
	color: #1E2B31;
	text-decoration: none;
}
#fullnav a:hover {
	background-color: #D1D3C3;
}
/* The headings on the left */
#left h1 {
	font-size: 100%;
	margin: 0px;
	padding-left: 2%;
	margin-top: 3px;
	margin-bottom: 0px;
}
/* Left paragraph text */
#left p {
	padding: 5px;
	margin: 0px;
	margin-bottom: 3px;
	margin: 0px;
}
/* The entire center column */
#center {
	float: left;
	width: 58%;
	margin-left: 0.8%;
	color: #65675D;
}
/* Center column headers */
#center h1 {
	margin: 3px;
	font-size: 175%;
	color: #3D3E37;
}
/* Center paragraphs */
#center p {
	padding-left: 6px;
	margin: 0px;
	margin-bottom: 5px;
}
/* Center images */
#center img {
	float: right;
	border: 1px solid #979A84;
	margin-left: 4px;
	margin-bottom: 4px;
}
/* Use class="left" if you want your image to be on the left */
#center .left {
	float: left;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
}
/* The entire right column */
#right {
	width: 20%;
	float: right;
	background-color: #C7C9B8;
	border-left: 1px solid #BBBEAB;
	border-bottom: 1px solid #BBBEAB;
	color: #4E4F43;
}
/* Right headings */
#right h1 {
	background-color: #D0D2C3;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 100%;
	margin: 0px;
	padding-left: 1%;
	border-bottom: 1px solid #BCBEB0;
	border-top: 1px solid #BCBEB0;
}
/* Right paragraphs */
#right p {
	padding: 2px;
	margin: 0px;
	margin-bottom: 3px;
}
/* Footer */
#footer {
	background-color: #4D5C63;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 2px solid #2A343D;
	color: #E7E9DC;
	text-align: right;
	float: left;
	width: 100%;
}
#footer p {
	padding-right: 100px;
	margin: 0px;
}
#footer a {
	color: #E7E9DC;
	border-bottom: 1px dashed #E7E9DC;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 0px;
}