/* Copyright Efflinch Dot Com - Master Layout Control */

/* Standardise all elements */
 
html, body, div, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, a, td, img, form, fieldset, label, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #596665;
	background: #FFF;
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2, h3, p {
	margin-bottom: 0.7em;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
	color: #617557;
}
h3 {
	font-size: 100%;
}
p {
	font-size: 100%;
}
#container {
	width: 970px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	position: relative;
}
#topMenu {
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	overflow: hidden;
	color: #C3D7A4;
	float: right;
	padding-right: 15px;
}
#topMenu ul {
	list-style-type: none;
}
#topMenu li {
	display: block;
	float: left;
	height: 25px;
}
#topMenu a:link, #topMenu a:active, #topMenu a:visited {
	text-decoration: none;
	display: block;
	color: #C3D7A4;
	font-size: 90%;
	font-weight: normal;
	padding-left: 30px;
}
#topMenu a:hover {
	color: #88AC89;
}
#container #header {
	height: 170px;
	width: 970px;
	overflow: hidden;
	clear: both;
	background: url(../images/_bck_headerBord.jpg) no-repeat right top;
}
#container #header #hdrLeft {
	width: 250px;
	padding-top: 3px;
	padding-left: 3px;
	float: left;
}
#container #header #hdrRight {
	margin-left: 256px;
	padding-left: 35px;
	background: #FFF;
	margin-top: 3px;
	margin-right: 20px;
}
#container #header #hdrRight h1 {
	color: #596665;
	font: italic normal 21px Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	margin-top: 67px;
}
#container #header #hdrRight h2 {
	font: italic normal 18px Arial, Helvetica, sans-serif;
	color: #C3D7A4;
}





#maincols {
	clear: both;
	background: url(../images/_bck_maincolsBord.jpg) repeat-y;
}
#leftcol {
	width: 237px;
	float: left;
}
#leftcol #options {
	padding: 10px 0px 10px 35px;
	text-align: left;
}
#leftcol #options h1 {
	margin-bottom: 0.7em;
	font: italic 130% Arial, Helvetica, sans-serif;
}
#leftcol #options ul {
	list-style-type: none;
	margin-bottom: 10px;
}
#leftcol #options a:link, #leftcol #options a:active, #leftcol #options a:visited {
	color: #C3D7A4;
	text-decoration: none;
	padding-bottom: 5px;
	display: block;
	font: bold 95% Arial, Helvetica, sans-serif;
}
#leftcol #options a:hover {
	color: #88AC89;
}

#rightmain {
	margin-right: 8px;
	margin-left: 237px;
	text-align: left;
	padding-left: 39px;
}
#fullcol {
	margin-right: 8px;
	margin-left: 8px;
	text-align: left;
}
#content {
	text-align: justify;
	padding: 10px 10px 5px 15px;
}
#content #copy {
	overflow: hidden;
}

#content #copy a:link, #content #copy a:active, #content #copy a:visited {
	text-decoration: none;
	color: #C4D7A5;
	font-style: italic;
}
#content #copy a:hover {
	color: #88AC89;
}
#rightmain #content h1 {
}
#content .picRight {
	float: right;
	margin-left: 20px;
	padding: 0;
	margin-bottom: 5px;
}
#content .featureRight {
	float: right;
	width: 300px;
	margin-left: 25px;
	padding: 10px;
	background: #D9E4C5;
}




/* Footer elements */

#footer {
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 5px;
	background: url(../images/_bck_footerBord.jpg) no-repeat top;
	font: 80% Arial, Helvetica, sans-serif;
	color: #C3D7A4;
}
#ftrleft {
	height: 30px;
	float: left;
	width: 216px;
	text-align: left;
	padding-left: 10px;
	padding-top: 6px;
}
#ftrmid {
	text-align: center;
	height: 30px;
	margin-right: 224px;
	margin-left: 224px;
	padding-top: 6px;
}
#ftrright {
	float: right;
	width: 214px;
	height: 30px;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #C3D7A4;
}
#footer a:hover {
	color: #88AC89;
}

/* Requirements to take care of floated content anomolies */

.leveler {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
#content .section {
	margin: 0px;
	padding: 0px;
	float: left;
}
#copy ul {
	margin-left: 15px;
}
#copy ul li {
	list-style: circle outside;
	margin-bottom: 0.5em;
}
#content .instruct {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
}
