html,body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100.1%; /*** Don't change this setting. Make all other font-sizes in % (preferred) or ems ***/
    background-color: #ececec;/*  */
    min-width:800px;
    text-align:center;
	}
#container{
	margin-Top:15;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	width:771px;
	height:242px;
	left: 9px;
	top: 12px;


/* Last height declaration hidden from Mac IE 5.x */
}

#rightcolumn {
	float: right;	
	text-align: left;
	padding: 8px 8px 8px 12px;
	background-color: #ffffff;/*themecolour1;*/
}

#leftcolumn {
	float: left;
	text-align: left;
	padding: 8px 8px 8px 12px;
	background-color: #ffffff;/*themecolour1;*/
	}
	
#Menucolumn {
	float: left;
	text-align: left;
	padding-left: 10px;
	background-color: #ffffff;/*themecolour1;*/
	}
	
#footer {
	text-align: left;
	font-size: 80%;
	padding: 8px 8px 8px 8px;
	background-color: #6697c3;
	color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: #21458c;   
    }
p {	margin-top: 0px;
	margin-bottom: 0px;
    font-size: 90%; }

h1 {
	font-size: 120%;
	color: #1f731b;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 110%;
	color: #7B1C3C;/*Burgandy*/
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 130%;
	color: #1f731b;/*green*/
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 90%;
	color: #21458c;/*Burgandy*/
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#submenu{
margin-left:0px;
border: 1px solid black;
width: 150px;
background-color: #1f731b;}

#submenu a{
font-size: 85%;
font-weight: bold;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: white;
text-decoration: none;
border-bottom: 1px solid black;}

html>body #submenu a{ /*Non IE rule*/
width: auto;}

#submenu a:hover{
	background: #ffffff;
	color: #7B1C3C;}
