	/* <!-- */

	/* -------------------------------------------------- */
	/* General styles */
	/* -------------------------------------------------- */
	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-family: 
                    "Lucida Sans",
                    "Lucida Grande",
                    "Lucida Sans Unicode",
                    Geneva,
                    Verdana,
                    sans-serif;
		font-size:90%;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1 {
		padding:.4em 0px 0 0px;
		margin:0;

                font-family: "Comic Sans MS", TSCu_Comic, Cursive;
   	        color:#0066cc;
   	        text-align:center

	}
	h2 {
		padding:.4em 0px 0 0px;
		margin:0;
	   	color:#0066cc;
	       	text-align:center
	}
	h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	        color:#0066cc;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}


	/* -------------------------------------------------- */
   	/* Header container */
    	/* -------------------------------------------------- */

	.headmask {
		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 header settings */
	.headright,
	.headmid,
	.headleft {
		float:left;
		width:100%;
		position:relative;
	}
	.head1,
	.head2,
	.head3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	.head2 {
		padding:6px 0 1em 0;

	}

	/* 2 Column (left menu) header settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .headleft {
		right:75%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.leftmenu .head1 {
		width:75%;			/* right column content width */
		left:100%;			/* 100% plus left column left padding */
	}
	.leftmenu .head2 {
		width:23%;			/* left column content width (column width minus left and right padding) */
		left:2%;			/* (right column left and right padding) plus (left column left padding) */
	}

	/**** 3 Column settings for header */
	.threehead {
		background:#fff;		/* right column background colour */
	}
	.threehead .colmid {
		right:15%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threehead .colleft {
		right:70%;			/* width of the middle column */
		background:#fff;	        /* left column background colour */
	}
	.threehead .col1 {
		width:66%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threehead .col2 {
		width:11%;			/* Width of left column content (column width minus padding on either side) */
		left:21%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threehead .col3 {
		width:11%;			/* Width of right column content (column width minus padding on either side) */
		left:95%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}


	/* -------------------------------------------------- */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header h1 {
		padding:.4em 15px 0 15px;
		margin:0;
                font-family: "Comic Sans MS", TSCu_Comic, Cursive;
	        color:#0066cc;
	        text-align: center;
	}
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	        color:#0066cc;
	        text-align: center;
	}
	#header p {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		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 15px !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%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	        /* no left and right padding on columns, we just make them narrower instead
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}

	/**** 3 Column settings - left and right narrower than middle */
	.threecol {
		background:#ECE9D8;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#ECE9D8;	        /* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	/**** 3 Column settings - equal columns */
	.threecoleq {
		background:#ECE9D8;		/* right column background colour */
	}
	.threecoleq .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecoleq .colleft {
		right:50%;			/* width of the middle column */
		background:#ECE9D8;	        /* left column background colour */
	}
	.threecoleq .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecoleq .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecoleq .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	/**** 2 Column (left menu) settings - first on page */
	.twocol1 {
		background:#fff;		/* right column background colour */
	}
	.twocol1 .colleft {
		right:80%;			/* right column width */
		background:#ECE9D8;		/* left column background colour */
	}
	.twocol1 .col1 {
		width:76%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.twocol1 .col2 {
		width:16%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	
	/**** 2 Column (left menu) settings - second on page */
	.twocol2 {
		background:#fff;		/* right column background colour */
	}
	.twocol2 .colleft {
		right:80%;			/* right column width */
		background:#ECE9D8;		/* left column background colour */
	}
	.twocol2 .col1 {
		width:76%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.twocol2 .col2 {
		width:16%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}

	/**** 2 Column (double page) settings */
	.doublepage {
		background:#fff;		/* right column background colour */
	}
	.doublepage .colleft {
		right:50%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.doublepage .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

	/**** 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%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:0px;
		margin:0;
                text-align:center;
	}


	/* -------------------------------------------------- */
	/* menu */
	/* -------------------------------------------------- */
	#menu {
		clear:left;
		float:left;
		padding:0;
		background:#CBC396;
		border-bottom:4px solid #000;
		width:100%;
		border-top:4px solid #000;
		overflow:hidden;
	}
	#menu ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#menu ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#menu ul li.first {
		border-left:1px solid #7E7567;
	}
	#menu ul li.last {
		border-right:1px solid #ECE9D8;
	}
	#menu ul li a {
		display:block;
		float:left;
		margin:0;
		padding:6px 10px 6px 10px;
		border-left:1px solid #ECE9D8;
		border-right:1px solid #7E7567;
		text-decoration:none;
		color:#0066cc;
		font-weight:bold;
		text-transform:uppercase;

	}
	#menu ul li a:hover {
		color:#000;
		background-color:#ECE9D8;
		border-left:1px solid #fff;
		padding-top:6px;
		padding-bottom:6px;
	}
	#menu ul li.active a,
	#menu ul li.active a:hover {
		color:#fff;
		background:#000;
		border-left:1px solid #000;
		padding-top:6px;
		padding-bottom:6px;
	}

	/* --> */