	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:70%;
		
		font-family: Andale mono, Helvetica, Letter Gothic std, Geneva, Arial
	}
	a {
		color:SteelBlue;
		text-decoration: none;
		
	}
	a:hover {
		color:white;
		text-decoration:underline;
		background:white;
		
	}
	
	a:visited {
		color:SteelBlue;
		text-decoration:line-through !important;
		background:white;
		
	}
	
	h1{
		margin:.8em 0 .2em 0;
		padding:0;
		font-size: 200%;
		font-family: Andale mono, Geneva, Arial, Times New  Roman
	}
	
	h2{	margin:.8em 0 .2em 0;
		padding:0;
		font-size: 300%;
	}
	
	h3{	margin:.8em 0 .2em 0;
		padding:0;
		font-size: 600%;
	}
	
	h4 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-size: 900%;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		font-size: 100%;
		../
	}
	img {
		margin:10px 0 5px;
	}
	


	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		margin:10px;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:2;
	}
	#header h3 {
		padding:.4em 10px 0 10px;
		margin:0;
		font-size: 100%;
	}
	
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:20px 0 0 0;
		padding:0;
		left:70px;
		font-family: Andale mono, Helvetica, Letter Gothic std, Geneva, Arial
		
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:2;
		padding:0;
		left:70px;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 10px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		text-decoration: none;
		color:#000;
		position:relative;
		left:70px;
		right:10px
		line-height:1.3em;
	}
	#header ul li a:visited {
	background:white;
		color:black;
		text-decoration:line-through;
		}
		
	#header ul li a:hover {
		background:white;
		text-decoration:none;
		
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:LightBlue;
		background:#000;
		font-weight:bold;
		
		
	}
	#header ul li a span {
		display:block;
		
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 5px !important;
		text-align:right
		
	}
	/* 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;
		padding: 10px 10px;
		border: 10px;
		margin: 10px;
		
	}
	
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		margin: 20px 10px 10px 10px;
		overflow:visible;
	}

	/* 2 Column (right menu) settings */
	.rightmenu {
		background:DarkSeaGreen;		/* right column background colour */
		text-decoration: none;
		color:#000;
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:70%;			/* left column content width (left column width minus left and right padding) */
		left:30%;
		margin:10px;/* (right column width) plus (left column left padding) */
		
	}
	.rightmenu .col2 {
		width:15%;			/* right column content width (right column width minus left and right padding) */
		left:30%;
		/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}

