body {
	background: #A2C1A2;
}
h1 {
	color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}
h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
}


#holder {
	width: 800px;
	margin: auto;
}
#sideLeft {
	float: left;
	width: 200px;
	background: #818141;
	height: 1000px;
}
#imageLeft {
	background: #416A69;
	height: 420px;
}
#bottomLeft {
	background: #416A69;
	height: 180px;
}
#navLeft {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 15px;
	float: right;
	width: 180px;
}
#navLeft a {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navLeft a:hover {
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
}
#navLeft a:visited {
	font-weight: bold;
	color: #FFCC00;
}
a {
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #00CCCC;
	text-decoration: none;
}




#centre {
	width: 581px;
	float: left;
	background: #FFFFFF;
	height: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	background: #484824;
	float: left;
	height: 180px;
	width: 581px;
	padding-right: 5px;
}
#topNav {
	background: #CCCC99;
	float: left;
	height: 120px;
	width: 586px;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#topNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:hover {
	color: #000066;
	text-decoration: none;
}


.content {
	background: #FFFAEA;
	float: left;
	height: 689px;
	width: 556px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.text {
	width: 540px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	float: left;
	padding-left: 5px;
}


#sideRight {
	float: right;
	width: 300px;
	height: 1000px;
	background: #415A69;
}
#imageRight {
	float: right;
	height: 1000px;
	background: #415A69;
}
.spacer {
	height: 18px;
	background: #416A69;
	float: right;
	width: 300px;
}
#footer {
	background: #537966;
	clear: both;
	width: 786px;
	height: 100px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #003333;
	float: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
}
.column {
	padding: 5px;
	float: left;
	width: 200px;
}
