/* CSS Document */


	/* Header styles */
	#maincontainer{
	background-color:#99cc99;
	width:85%;
	
	}
	
	.tiny {
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:xx-small;
	   } 
	   
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	
	#titlebar {
		background-color:#99CC99;
		width: 100%;
	}	
	
	.title {
		color:#006600;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:larger;
		
	}	
	.spacer {
		
		height:14px;
		width: 100%;
	}	
		
	h2 {
		color:#006600;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
	
	#topnav {
		width:100%;		
		background:#669966;
		float:left;
		}
		
	.bigboldgrn {
		color:#006600;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 150%;
		font-weight:bolder;
	}
	
	.midboldgrn {
		color:#006600;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 120%;
		font-weight:bolder;
	}
	.emphblack {
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:120%;
	}	
	
	a {
		
		color:#FFFF99;		
		text-decoration:none;
		
	}
	
	a:hover {
		background-color:#FFFF99;
		color:#006600;
	}
		
	p {
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:100%;
	}
	
	.para {
		color:#FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:100%;
		}		
	
	li  {
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:100%;
		font-style:italic;																
	 }
	 
	 
	/* column container */
		.colmask {
	position:relative;  /* This fixes the IE7 overflow hidden bug */
	background:#99CC99;
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	visibility: visible;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	
	.col1 {
		background:#99CC99;
	}
	
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#99cc99;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:76%;			/* right column width */
		background:#669966;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:74%;			/* right column content width */
		left:101%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:22%;			/* left column content width (column width minus left and right padding) */
		left:3%;			/* (right column left and right padding) plus (left column left padding) */
	}
