/* **************************************************  */
/* ** Code Originally from Paul O'B - 3 Col Example ** */
/* ** http://www.pmob.co.uk/temp/3colcentred_2a.htm ** */
/* **************************************************  */
.contentleft {float: left; width: 305px;}

.contentright {float: right; width: 305px; overflow:hidden;}

.contentclear {clear:both;}


/* **************************************************  */
#headlogo {
	position: absolute;
	top: 1px;
	left: 10px;
}

#headlogo a img{border: 0px;}

#headbar {
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url('images/headbar.gif') no-repeat;
	width: 100%;
	height: 19px;
	font-size: 0.9em;
	font-weight: 600;
	color: #ffffff;
}

#headbarleft {float: left; margin-left: 10px; padding-top: 2px;}

#headbarright {float: right; margin-right: 10px; padding-top: 2px;}

/* --------------------------------------------------------------------------- */

#crumb {
	text-align: right;
	font-size: 0.8em;
}

#crumb a {text-decoration: none; color: #000;}
#crumb a:hover {text-decoration: underline; color: #000;}

.imgright {
	float: right;
	border: 1px solid #000;
	padding: 1px;
	margin: 5px;
	background-color: #A5C4E0 ;
}

.rightimg {
	float: right;
	padding: 1px;
	margin-left: 5px;
	border-width:1px;
	border-style:solid;
	margin-right: 7px;
	margin-top: 5px;
}

/* --------------------------------------------------------------------------- */
.blockright {
	margin: 5px 0 0 0;
	padding: 0;
	float: right; 
	width: 305px; 
	height: 209px;
	overflow:hidden;
	background-image:url('images/blockbg.gif');
	color: #43567E;
	}



.blockright ul{
	position: relative;
	list-style: none;
	margin: 10px 0 0 0;
	font-size: 0.8em;
}
	
.blockright li {
	margin: 3px 0 0 0;
	padding: 0 15px 0 10px;
	list-style: none;
	}

.blockright li img{
	valign: center;
	}
/* --------------------------------------------------------------------------- */
#rightnav {
	position:relative;/*ie needs this to show float */
	margin: 0;
	padding: 0;
	width: 120px;
	float: right;
	padding-bottom:32px;/* needed to make room for footer */
	background-color: transparent;
	color: #43567E;
}

#rightnav ul{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 5px 0 0 0;
	bottom: 0;
}
	
#rightnav li {
	list-style: none;
	}

#rightnav li a {
	display: block;
	width: 106px;
	text-align: left;
	font-family:Tahoma, Verdana, Arial;
	text-decoration:none;
	color: #43567E;
	margin: 4px;
	padding-left: 10px;
	background: transparent url('images/navarrowbg.gif') no-repeat right bottom;
	}

#rightnav li a:hover {
	text-decoration: underline;
	}
	
/* ***************************************************************  */

html, body {
	height:100%
	}
	
body 	{
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;
	background: #99ACD4 url('images/bodybg.gif') repeat-y center center;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

h1 {
	padding: 3px 0 3px 0;
	margin: 0 0 2px 0;
	font-size: 2.2em;
}

h2 {
	padding: 3px 0 3px 0;
	margin: 0 0 5px 0;
	font-size: 1.8em;
	border-bottom: 1px solid #999;
}

h3 {
	padding: 3px 0 3px 0;
	margin: 0 0 2px 0;
	font-size: 1.4em;
}

p {
	padding: 3px 0 3px 0;
	margin: 0 0 0 0;
}

.centre {
	font-align: center;
}

#outer	{
	height:100%;
	min-height:100%;
	width:758px;
/*	border-left: 1px solid #000;
	border-right: 1px solid #000; */
	color: #000000;
	text-align:left;
	margin:auto;
	margin-bottom:-30px;/* make room for footer */
	position:relative;
	}
 
html>body #outer{
	height:auto;
	} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {
	/* enables content first */
	margin-top: 121px;
	float: right;
	width: 750px;
	}

#header	{
	position:absolute;
	top:0;
	left: -1px;
	width:758px;
	height:120px;
	background: #F8E7F7 url('images/headbg.jpg') no-repeat;
	overflow:hidden;
	border-bottom: 1px solid #999;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	z-index:100;
	}

* html #header {/*only ie gets this style*/
	\left: 0;/* for ie5 */
	le\ft: 0;/* for ie6 */
}

#right 	{
	position:relative;/*ie needs this to show float */
	width: 20px;
	float:left;
	padding-bottom:30px;/* needed to make room for footer */
	background-color: transparent;
	}

#right p	{
	padding-left:3px;
	padding-right:2px
	}

#left p {
	padding-left:4px;
	padding-right:2px
	}

#left {
	position:relative;/*ie needs this to show float */
	width: 2px;
	float: left;
	margin-top:122px;/*needed to make room for header*/
	padding-bottom:30px;/* needed to make room for footer */
	}

#centrecontent {
	width: 620px;
	float: left;
	padding-bottom:30px;/* needed to make room for footer */
	background-color: transparent;
	}

#centrecontent p {
	padding-left:3px;
	color: #43567E;
	}

#ieclear {
	width:100%;
	height:30px
	} /* for ie to clear footer */

#footer {
	width:760px;
	clear:both;
	height:30px;
	border-top:0px solid #999;
	background: transparent url('images/footer.gif') no-repeat;
	text-align:center;
	margin:auto;
	position: relative;
	color: #fff;
	font-size: 0.8em;
}

* html #footer {/*only ie gets this style*/
	\left: 1px;/* for ie5 */
	le\ft: 1px;/* for ie6 */
}

#footleft {
	padding-left: 10px;
	padding-top: 3px;
	float: left;
	text-align:left;
}

#footright {
	padding-right: 10px;
	padding-top: 3px;
	float: right;
	text-align: right;
}

* html #footer {/*only ie gets this style*/
	\height:30px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}