	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		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 */
		font-size:90%;
	}

	a {
		color:#ff6600;
		text-decoration:underline;
	}

	a:hover {
		color:#fff;
		background:#ff6600;
		text-decoration:none;
	}

	h1, h2 {
		font-family: gadget, lucida sans unicode, arial, helvetica, sans-serif;
		color:#ff6600;
		margin:.8em 0 .2em 0;
		padding:0;
	}
	h4 {
		font-family: lucida sans unicode, arial, helvetica, sans-serif;
		color:#ff6600;
		margin:.8em 0 .2em 0;
		padding: 0 0 5px 0;
	}
	h3 {
		font-family: lucida sans unicode, arial, helvetica, sans-serif;
		color:#696868;
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		font-family: lucida sans unicode, arial, helvetica, sans-serif;
		color:#888;
		font-size:1em;
		line-height: 1.5em;
		margin:.4em 0 .8em 0;
		padding:3px 0 3px 0;
	}
	.center {
	text-align:center;
	}
	.right {
	text-align:right;
	}
	ul {
		font-family: lucida sans unicode, arial, helvetica, sans-serif;
		color:#696868;
	}

	img {
		margin:10px 0 5px;
	}

	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background:#fff;
	}

	#header h1,
	#header h2, 
	#header h3,
	#header h4,  {
		padding:.4em 15px 4px 15px;
		margin:0;
		color:#ff6600;
	}
	#header p {
		background: #fff;
		margin: 0;
		padding: 2px 5px 2px 0;
		color:#ff6600;
		text-align:right;
	}

.bold  {
		font-weight: bold;
		}

.italic {
		font-style: italic;
		}

.bolditalic {
		font-style: italic;
		color:#ff6600;
		font-weight: bold;
	}
	
.outline {
		border-top:1px solid #ff9900;
		border-bottom:1px solid #ff9900;
		border-right:1px solid #ff9900;
		border-left:1px solid #ff9900;
		background:#fff;
		color:#666;
		padding: 30px;
		}
	
	#navbar {
		background: #ff6600;
		color:#fff;
		margin: 0;
	}

	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin: 0;
		padding:0;
		font-family: lucida sans unicode, arial, helvetica, sans-serif;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0;
		padding:5px 10px;
		text-align:center;
		background:#fff;
		color:#777;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1em;
	}
	#header ul li a:hover {
	background: #ff6600;
	color:#fff;
	}

	#header ul li a.active,
	#header ul li a.active:hover {
		color:#ff6600;
		background:#fff;
		text-decoration:underline;
	}
	#header ul li a span {
		display:block;
	}	
	/* 'widths' sub menu */
	
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* 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;
	}
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}
		/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		background:#fff;
	}
	#footer p {
		padding:10px;
		margin:0;
		text-align:right;
		font-size:.8em;
		color:#999;
	}
