/* CSS Document */

	<style media="screen" type="text/css">
	/* <!-- */
	/* General styles */

	a {
		color:#369;
  }
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
  }
	h1, h2 {
		padding: 5px 0px 0px 0px;
  }
	h3 {
		color:#535C5D;
		font-family:Georgia,"Times New Roman";
		font-size:1.1em;
		font-weight:bold;
		margin:0px;
		padding-top:5px;
		letter-spacing:-0.01em;
  }
	#lpage {
		width:940px;
		margin:0px auto;
		padding:10px;
		background:#ececec;
		border-left: 1px #cccccc solid;
		border-right: 1px #cccccc solid;	
		border-bottom: 1px #cccccc solid;		
  }
	/* Text styles for content area */	
	.leftmenu p {
		margin:.2em 0 .8em 0;
		color:#2B2B2B;
		font-family: Arial,Helvetica;
		font-size:0.8em;
		line-height:1.5em;			
  }	
	.leftmenu .col1 h1 {
		margin:35px 0px 10px 0px;	
		padding: 0px;	
		line-height:0px;			
  }		
	.leftmenu .col1 ul {
		margin:2px 170px 15px 15px;
  }
	.leftmenu .col1 li{
		padding-bottom:6px;
		font-family:Arial,Helvetica;
		font-size:0.8em;
		line-height:1.3em;
		color:#2B2B2B;						
  }
	/* END Text styles for content area */		
	/* Header styles */
	#header {
		width:960px;
		margin:0px auto;
		margin-top:15px;
		padding:0px;
		text-align:center;
  }
	#header {
		border-bottom:1px #cccccc solid;		
  }
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 15px 15px;
		margin:0;
  }
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		width:940px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
  }
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
  }
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
  }
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
  }
	.leftmenu .colleft {
		right:65%;			/* right column width */
		background:#9FB3BB ;	/* left column background colour */
  }
	.leftmenu .col1 {
		width:55%;			/* right column content width */
		left:104%;			/* 100% plus left column left padding */
  }
	.leftmenu .col2 {
		width:30%;			/* left column content width (column width minus left and right padding) */
		left:12%;			/* (right column left and right padding) plus (left column left padding) */
  }
	/* Footer styles */
	#footer {
		clear:both;
		float:right;
		width:100%;
  }
	#footer p {
		padding:10px;
		margin:0;
		font-size:12px;
  }
	/* --> */
	
	</style>
