	body {
		background-color: #f0e5b9;
		color: #AAA;
		font-family: Georgia, Serif;
		font-size: 10pt;
	}
	a:link {
		color: #37872E;
	}
	
	/* Header styles */
	#header {
		clear:both;
		margin: 0px auto;
		width: 600px;
		background: #283727;
		border: 1px solid #000;
		border-bottom: 0px;
		color: #CCE7CC;
	}
	#header p {
		padding:10px;
		margin:0;
	}

	/* 2 column full page settings */
	.fullpage {
		width: 800px;
		position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
		clear: both;
		margin: 0px auto;
		overflow: hidden;		/* This chops off any overhanging divs */
		border-top: 0px;
		border-bottom: 0px;
		color: #1F2A20;
	}

	.fullpage .col1 {
		margin: 20px 0px 20px 20px;
		padding: 10px;
		width: 180px;
		float: left; 
		color: #663B12;
	}
	.fullpage .col2 {
		margin: 20px 0px 20px 240px;
		padding: 10px;
		width: 450px;
		color: #663B12;
		line-height: 1.5em;
	}

	.title {
		font-size: 18pt;
		color: #4D8330;
		font-style: italic;
		font-weight: bold;
		border-bottom: 1px solid #FD7A8B;
	}

	.subtitle {
		font-size: 14pt;
		color: #356F35;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.version {
		font-size: 14pt;
		color: #356F35;
		padding-top: 15px;	
	}
	
	.sidebarHeader {
		font-size: 12pt;
		color: #356F35;
		padding-top: 15px;
	}

	/* Footer styles */
	#footer {
		clear: both;
		margin: 0px auto;
		width: 600px;
		height: 50px;
		background: #283727;
		border: 1px solid #000;
		border-top: 0px;
		color: #CCE7CC;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
