@charset "UTF-8";
/* johnlayoutDocument */
<style type="text/css">
<!--
html,body {
height:100.1%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 30px 0;
	background-color: #FFF;
	color: #000;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #000;
	background-image: url(../site/vrule.gif);
	background-repeat: repeat-y;
	background-position: 480px 80px;
}
#menu {
	height: 22px;
	width: 960px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	left: 0px;
	background: #FFF;
	}

.banner {
	color: #CCC;
	background-color: #FFF;
	padding: 0px;
}

.leftcolumn {
	width: 480px;
	float: left;
}
.rightcolumn {
	width: 480px;
	float: left;
}

.column-content {
	padding: 20px 20px 20px;
}
.leftcolumn .column-content {
	font-size: 0.7em;
	line-height: 1.5em;
}
.rightcolumn .column-content {
	font-size: .8em;
	line-height: 1.5em;
}
.column-content h1 {
	font-size: 1.2em;
	margin: 0px;
	line-height: normal;
}
.column-content h2 {
	font-size: 1.2em;
	margin: 0px;
	line-height: normal;
}
#footer {
	clear: both;
	font-size: .7em;
	padding: 6px 20px;
	color: #FFF;
	border-top: 1px solid #000;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #999;
}
/* this hides the  border and colour in EI6*/
a:link {
	color: #000;
	}
a:link img {
	border: 0;
	text-decoration: none;
	}

a:hover img {
	border: 0;
	text-decoration: none;
	}

a:visited img {
	border: 0;
	text-decoration: none;
	}
	
.img {
	border: 1 solid #000;

	}	


.show {
	margin: 20px;
	padding: 20px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	}

-->
</style>

