 /* <!-- */
    /* 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:800px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:110%;
		font-family: Comic Sans MS;
    }
	a {
	color: Blue;
	text-decoration: none;
}
	a:hover {
	color: inherit;
	background: transparent;
	text-decoration : underline;
	font-weight : bold;
}
    h1, h2 {
        margin:.8em 0 .2em 0;
        padding:0;
    }

	h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-weight : normal;
	font-size : 115%;
}
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	
		/* Header styles */
	    #header {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	padding-bottom: 1%;
	border-top:4px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:0
}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	color: Black;
	background:#000;
	background-color : White;
	text-decoration: underline;
}
	/*Centered Menu*/
#info {
	clear:both;
	height:20px;;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;;
	text-align:center;
}
#info p {
	background:#eee;
	clear:both; 
	text-align:left;
 	margin-left:0;
 }
#menu1 {
	width:575px;
	padding: 2px 0px 2px;
	margin: 0 auto 0 auto;
	list-style-type:none;
}
#menu1 li {
  float:left;
  width:80px;
  border:1px solid #fff; 
  }
#menu1 a {
	display:block;
	width:80px;
	height:30px;
	color:#000;
	background: White;
	text-align:center;
	text-decoration:none;
	float:left;
	font-family : "Comic Sans MS";
	font-size : 100%;
}
#menu1 a:hover {
	text-decoration:underline;
	font-weight: bold;
}
#menu1 a:active {
	text-decoration:underline;
	font:bold;
}
.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}
	
	/* Sub Menu */
	
	#submenu {
	color:#fff;
	float:left;
	border-bottom: 3px solid #32CD32;
	margin-top:10px;
}
	#submenu ul {
	float: left;
	width:100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	min-width: 640px;
	
}
	#submenu ul li {
	display: inline;
	list-style:none;
	margin:0;
	padding: 0;
	
}
	#submenu ul li a {
	    display:block;
		float: left;
	    margin:0 0 0 2px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1em;
		border-top:1px solid #000;
		border-left:1px solid #000;
		border-right:1px solid #000;
	}
	#submenu ul li a:hover {
	background: ActiveCaption;
	color:#fff;
}
	#submenu ul li a.active,
	#submenu ul li a.active:hover {
	color:#000;
	background: #32CD32;
	font-weight:bold;
	border-top:2px solid #000;
	border-left:2px solid #000;
	border-right:2px solid #000;
}
	#submenu ul li a span {
	    display:block;
	}
	#colcontent {
	background:#fff;
}
	#colcontent a, {
	color:#000;
	background: White;
	text-align:center;
	font-family : "Comic Sans MS";
	}
	#colcontent a:hover {
	color:#000;
	background: White;
	text-align:center;
	font-family : "Comic Sans MS";
	font-weight: bold;
	text-decoration: underline;
}
	
	
	/* '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%;
		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:75%;                               /* right column width */
	background: #32CD32;      /* left column background colour */
}
	.leftmenu .col1 {
		width:71%;				/* right column content width */
		left:101%;				/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;				/* left column content width (column width minus left and right padding) */
		left:6%;				/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    /* --> */