html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family:verdana, arial, times, georgia, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: white 
}
.hidden {
	display: none;
}
a {
	color:#59BF3F;
	text-decoration:none;
}

a:hover {
	color:#40A7D6;
	letter-spacing: 0.0em;
	text-decoration:underline;
}
h1 {
	margin: 0;
	padding: 0;
}

#header h1 {
	font-family:Century Gothic, georgia, helvetica, times, sans-serif;
	font-weight:normal;
	font-size:28px;
	text-transform:uppercase;
	letter-spacing: 0.3em; 
	word-spacing: 1.0em
	margin-top:10px;
	margin-left:0%;
}
#footer p {
	margin-left:30%;
}
#main-page {
	margin: auto;
}
#menu {
	background:#DFFFF1;
	height: 30px;
	padding-left:0px;
	padding-bottom:10px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	margin: 0 0.5em;
}

#menu li a {
	background: #fff url('background.gif') repeat-x bottom left;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 20em;
	font-size:10px;
	color: #0d2474;
	text-decoration: none;
	text-align: center
}
#menu li a:hover {
	background: #fff url('background.gif') repeat-x bottom left;
	height: 2em;
	line-height: 2em;
	float: left;
	color: #40A7D6;
	text-decoration: underline;
	text-align: center
}

#header {
	background:#DFFFF1;
	height: 40px;
	padding-left:10px;
	margin-bottom:20px;
}
#left-column h3, #centre-column h3, #right-column h3 {
	font-size:15px;
	padding-top:15px;
	font-family:helvetica, arial, georgia, times, sans-serif;
	border-bottom:1px dotted #c4c4c4;
}
#left-column h4, #centre-column h4, #right-column h4 {
	font-size:12px;
	font-family:helvetica, arial, georgia, times, sans-serif;
}
#left-column h5, #right-column h5 {
	font-family:verdana, arial, times, georgia, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: white 
}
#heading1 h3, #heading2 h3, #heading3 h3 {
	font-size:15px;
	padding-top:15px;
	font-family:helvetica, arial, georgia, times, sans-serif;
	border-bottom:1px dotted #c4c4c4;
}

#heading1 {
	float: left;
	width: 200px;
	line-height: 18px;
	background: white;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#heading2 {
	float: left;
	width: 45%;
	line-height: 18px;
	background: white;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:10px;
}
#heading3 {
	float: left;
	width: 200px;
	line-height: 18px;
	background: white;
	padding-left:20px;
	padding-bottom:10px;
	border-left:1px;
}

#left-column {
	clear: both;
	float: left;
	width: 200px;
	line-height: 18px;
	background: white;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#centre-column {
	float: left;
	width: 45%;
	line-height: 18px;
	background: white;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:10px;
}
#right-column {
	float: left;
	width: 200px;
	line-height: 18px;
	background: white;
	padding-left:20px;
	padding-bottom:10px;
	border-left:1px;
}
#footer {
	clear: both;
	background: white;
	height: 60px;
	padding-top: 5px;
	border-top:1px dotted #c4c4c4;
}