﻿body{
	padding: 0;
	margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 5px;
    background-color: #D6D6D6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
p {
    text-align: justify;
}
.centred {
    margin: 0 auto;
    max-width: 984px;
}
.clear {
    clear: both;
}

#hdr {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-top: 35px;
    background-image: url(images/banner.gif);
    background-repeat: no-repeat;
    font-weight: 700;
    font-style: italic;
    font-size: 26px;
    color: white;
}
#inner {
    min-height: 355px;
    background-image: url(images/contentback.gif);
    background-repeat: repeat-y;
}
#menu {
    width: 160px;
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 12pt;
    text-align: center;
    float: left;
}
#content {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
#footer {
    max-width: 100%;
    height: 21px;
    background-image: url(images/footerback.gif);
    background-repeat: no-repeat;
}
a:link{
	color:#000099;
	text-decoration:none;
}
a:hover{
	color:#04981C;
	text-decoration:none;
}
a:visited{
	color:#000099;
	text-decoration:none;
}
a:visited:hover{
	color:#04981C;
	text-decoration:none;
}
