body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	max-width:1280px;
	font-size:90%;
}
a {
	color:#369;
	text-decoration: none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
h1 {
	font: 24px Helvetica, Arial, Geneva, sans-serif;
}
h2 {
	font: bold 1.3em Helvetica, Arial, Geneva, sans-serif;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
.bodytext  li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}
.bodytext ul {
	padding-left: 50px;
}

div#lmenu {
	text-align: left;
}

div#lmenu li {
	margin-left: 15px;
}
div#lmenu li a:link {
	color: #000000;
	text-decoration: none;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
div#lmenu li a:visited {
	color: #455489;
	text-decoration: none;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
div#lmenu li a:hover {
	color: #7358ef;
	text-decoration: none;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.bodytext a:visited {
	color: #455489;
	text-decoration: none;
}
.bodytext a:hover {
	color: #7358ef;
	text-decoration: none;
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #000;
	background-color: #e31824;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
}
/*#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}*/
.headsp {
	height: 120px;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* Left column background colour */
	background-color: #fff;
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;    	/* Right column background colour */
	background-color: #a6cf4d;
	background-image: url(../images/side_bar_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	overflow:hidden;
	height: 1900px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 415px;
}
#col1 {
	width:92%;
	overflow:hidden;
	vertical-align: top;
	margin-left: 30px;
}
#colmask #colmid #colright #col1 img {
	padding-right: 15px;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
	padding-left: 0px;
}
#colmask #colmid #colright #col2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	list-style: none;
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 15px;
}
#footer p {
	padding:.5em 15px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}
.testname {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.lmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.qc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.qcdiv {
	left: -10px;
}
.qctop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.sp {
	height: 20px;
}
