/* <!-- */
    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:90%;
        background:#fff;
		font-size:90%;
		font-family:Geneva, Arial, Helvetica, sans-serif;
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.2em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	
	#header {
		border-bottom:1px solid #000;
	}
	#header img{
		margin:2px 0 2px 4px;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.2em 8px 0 0px;
        margin:0;
		color:#0f0942;
	}
	
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	
	/*nav links */
	#navlinks ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:0px 0 0 0;
	    padding:0;
	}
	#navlinks ul li {
	    display:block;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#navlinks ul li a {
	    width:158px;
		display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 20px;
	    text-align:left;
	    background:#eee;
	    color:#0f0942;
	    text-decoration:none;
	    position:relative;
	    left:0px;
		line-height:1.3em;
		border-top: 1px solid #cccccc;
		font-weight:bold;
	}
	#navlinks ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#navlinks ul li a.active,
	#navlinks ul li a.active:hover {
	    color:#fff;
	    background:#0f0942;
	    font-weight:bold;
	}
	#navlinks ul li a span {
	    display:block;
	}
	
	/* 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 */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#ccc;
	}
    .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 0 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
		padding-left:20px;
		padding-top:30px;
		color:#0f0988;
		font:Geneva, Arial, Helvetica, sans-serif;
		
	}
	
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:200px;
    }
	/* Footer  */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:0px 0 10px 10px;
        margin:0;
		text-align:right;
		color:#0f0999;
		font:Geneva, Arial, Helvetica, sans-serif;
		font-size:9px;
	}
	#pagepicture {
		float:right;
		margin-left:15px;
		margin-right:15px;
	}
	.holidayblock {
		padding-bottom:10px;
		clear:both;
	}
	.holidaytitle{
		font-weight:bold;
	}
	.holidaypicture {
		float:right;
		margin-left:15px;
		margin-right:15px;
	}	
	.holidayrestrictions{
		color:#FF0000;
		font-size:10px;
	}	
    /* --> */
    </style>
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]-->