 /* <!-- */
	html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding : 0;
	margin : 0;
	font-size : 100%;
	font-weight : normal;
}

 /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#0a293a;
        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 */
		text-align:center;  /* Helps set fixed width in conjunction with #fixed */
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.5em 0 .2em 0;
        padding:0;
    }
	h1 {
		font-family:"Times New Roman", Georgia, Serif;
		font-size:45px;
		letter-spacing:-2px;
	}
	h2 {
		font-size:22px;
		font-family : Arial, Helvetica, sans-serif;

	}
	h3 {
		font-size:18px;
		font-family : Arial, Helvetica, sans-serif;
	}
	p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
/* Photo Gallery CSS */
	#gallery .figure p {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 13px;
		color : #c25a2b;
		text-align : center;
		line-height : normal;
		margin : 0;
	}
	.photo img {
		border : 1px solid #666;
		background-color : #fff;
		padding : 4px;
		position : relative;
	}
	.figure p {
		text-align : center;
	}
	.figure {
		float : left;
		width : 175px;
		margin : 0 20px 5px 20px;
	}
	.clearboth {
		clear : both;
	}
/* 'widths' sub menu */
	#fixed {
		margin:0 auto;
		width:900px;   /* you can use px, em or % */
		text-align:left;
	}
/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		background:#d2ebe8;
    }
	#header {
		border-bottom:0px solid #000;
	}
	#header p {
		padding:.4em 15px 0 15px;
        margin:0;
		color:#000;
	}
	#header h1,
	#header h2 {
	    padding:.15em 15px 0 15px;
        margin:0;
	}
	#header h1 {
		color:#56804d;
	}

	}
	#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:#a0926a;
	    color:#fff;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
		font-size: 17px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#header ul li a:hover {
	    background:#c25a2b;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#6b8e66;
	}
	#header ul li a span {
	    display:block;
	}
/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#6b8e66;
		border-top:1px solid #d2ebe8;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
		color:#fff;
	}	 
	#layoutdims a {
		color:#fff;
	}
	#layoutdims a:hover {
	    background:#37767a;
		color:#fff;
	}
/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	.col1 h2 {
		color:#c25a2b;
		border-bottom: dotted 1px #d2ebe8;
		}
	.col1 h3 {
		line-height: 180%;
		color:#003366;
	}
	.col1 li{
		margin-left: 240px;
		text-decoration: none;
		}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#ebe9e1;
	}
	.col2 h2 {
		color:#c25a2b;
	}
	.leftmenu a {
		color:#003343;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:185px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:0px solid #000;
		background:#72945b;
    }
	#footer a{
		color:#fff;
	}
	#footer a:hover {
	    background:#37767a;
		color:#fff;
	}
    #footer p {
		color:#fff;
        padding:10px;
        margin:0;
    }
    /* --> */
    </style>
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>

