@charset "windows-1252";
body {
    background-color:ffffff;
    margin:10px 100px 10px 100px;
    }
	h1 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family:Arial Rounded MT Bold;
		text-align:center;
		font-size:35;
	}
	h2 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family:Times New Roman;
		font-size:20;
		text-align:center;
		line-height:1;
	}
	h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family:Times New Roman;
		font-size:26;
		text-align:center;
		line-height: .5;
	}
	h4 {
    font-family:Times New Roman;
    font-size:28;
    color:black;
    background-color:FBCF37;
    text-align:center;
    line-height: 200%;
	margin:5px 100px 5px 100px;
	border-width: 6px; border-style: double; border-color: FFED2;
    }
	h5 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family:Times New Roman;
		font-size:20;
		color:ffffff;
		text-align:center;
	}
	
	
	p {
		margin:.4em 0 .40em 0;
		padding:0;
		font-family:Arial Rounded MT Bold;
		font-size:70;
		color:3D260D;
		text-align:center;
		line-height: 80px;
	}
	
	p.a{
       font-family:Times New Roman;
       font-size:12;
       color:ffffff;
       background-color:3D260D;
       text-align:center;
       margin-left:0;
       margin-right:0;
       text-align:center;
      }

	
	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
	border-bottom:0px solid #000;
	}
	#header p,
	{
		padding:.4em 15px 10 15px;
		margin:0;
	}
	
	
	
	/* 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,
	.colleft {
		float:left;
		width:100%;
		position:relative;
		border-right:5px solid #ffffff;
	}
	.col1,
	.col2 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#FFFED2;
		width:950px;
		border-right:3px solid #3D260D;
		border-top:1px solid #ffffff;	
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#3D260D;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 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) */
	}
	
	
	a:link {
font-family:Times New Roman;
font-size:18;
color:#3b481d;
background-color:transparent;
text-decoration:none;
}
a:visited {
font-family:Times New Roman;
font-size:18;
color:#7A963E;
background-color:transparent;
text-decoration:none;
}
a:hover {
font-family:Times New Roman;
font-size:18;
color:#3b481d;
background-color:transparent;
text-decoration:underline;
}
div#foot {
border-top:1px solid #ffffff;
clear:both;
}
