body {
	padding: 0;
	margin: 0;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background: #82bd9d url(../images/bg.jpg) top left repeat-x;
}
#wrapper {
	width: 964px;
	margin: 30px auto 0 auto;
	
	background: #fff url(../images/grid10.gif) top left repeat-y;
	background: #fff;
	/* Fix IE5 */
	text-align: left;
}
#mainbody {
	width: 960px;
	border-left: 2px solid #a71b4a;
	border-right: 2px solid #a71b4a;
	font-size: 1.2em;
	padding-top: 10px;
}
* html #mainbody {
	width: 964px;
	w\idth: 960px;

}
/*=================================== BANNER =============================================*/
#banner {
	position: relative;
	width: 964px;
	height: 200px;
	color: #000;
	background: url(../images/banner.jpg) top left no-repeat;
}
#banner .aPostitionedGraphic {
	position: absolute;
	left: 300px;
	top: -30px;
}
#banner .aPostitionedGraphic2 {
	position: absolute;
	left: 20px;
	top: -15px;
}
#banner .aPostitionedGraphic3 {
	position: absolute;
	right: 5px;
	top: 10px;
}
#banner .logo {
	float: left;
	margin: 10px 15px 0 3px;
}
#banner img {
	border: 0;
}
/* Fix IE6 and earlier - double margin bug rightcolH */
* html .logo {
	display: inline;
}

/*=================================== LEFT COL =============================================*/

#leftcol {
	float:left;
	width: 180px;
	margin-left: 10px;
}
/* ie fix */
* html #leftcol {
	display: inline;
}

/*=================================== MAIN =============================================*/
#maintext {
	margin-left: 200px;
	margin-right: 200px;
	color: #0470ae;
	padding: 0 10px;
}
#maintext h1 {
	font-size: 1em;
	border-bottom: 1px solid #0470ae;
	margin-top: 0; /* this ensures maintext in line with rhs and lhs columns */
}
#maintext h2 {
	font-size: 0.9em;
	padding-bottom: 0;
	margin-bottom: 0;
}
#maintext h3, #maintext h4 {
	font-size: 0.9em;
}
#maintext p, #maintext ul, #maintext ol {
	font-size: 0.9em;
}
#maintext p.first {
	padding-top: 0;
	margin-top: 0;
}
#maintext img {
	padding: 2px;
	border: 1px solid #0470ae;
}
#maintext .caption {
	font-size: 0.8em;
}
/*=================================== RIGHT COL =============================================*/
#rightcol {
	width: 180px;
	float: right;
	margin-right: 10px;
}
/* Fix IE6 and earlier - double margin bug rightcol */
* html #rightcol {
	display: inline;
}
/*=================================== LOGOS =============================================*/
#logos {
	width: 800px;
	margin: 0 auto;
	padding-left: 100px;
}
#logos ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#logos ul li {
	display: inline;
	margin-right: 130px;
}
#ndptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


/*=================================== FOOTER =============================================*/
#footer {
	clear: both;
	width: 964px;
	margin: 0 auto;
/*	padding: 3px 0;		*/
	background:url(../images/footer_bg.gif) top left no-repeat;
	padding-top: 14px;
}
#footer p {	
	color: #fff;
	font-size: 0.9em;
	text-align: center;	
	padding: 0;
	margin:0;
}
#footer p.create {
	color: #d7ffe9;
	padding-top: 1em;
	padding-bottom: 5px;
}
#footer a {	
	color: #d7ffe9;
	text-decoration: underline;
}
#footer a:hover {	
	text-decoration: none;
}