@charset "UTF-8";
body {
	margin:0;
	padding:0;
	background-color: #006666;
}
#header {
	clear:both;
	background: #6E0000;
	margin: auto;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	background:#D56060;
}
#footer p {
	margin-left: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-weight: normal;
	color: #006666;
}


.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 .colright {
        float:left;
        width:200%;
		position:relative;
		left:155px;
        background:#A9CF5D;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:165px;
	}
	.leftmenu .col1 {
        margin:0 10px 0 180px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:150px;
        position:relative;
        right:150px;
    }

.Heading1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #8E0000;
}

.MainBody {
	font-size: small;
	font-weight: normal;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.Heading2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-weight: bold;
}

.RedText { color: #D96666; }

.GreenText { color: #4CB052; }

.PurpleText { color: #705ACE; }

.GreyText { color: #94A2BE; }

.BoldMain { font-weight: bold; }
