body {
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color:#302e82;
	background-color:#FFFFCC
}
* {
	margin: 0;
	padding: 0;
}
h1 {
	margin:0px;
	font-size:1.8em;
	line-height:2.7em;
	text-transform:uppercase;
}
h2 {
	margin:0px;
	font-size:1.4em;
	line-height:2.1em;
	text-transform:uppercase;
}

h3 {
	margin:0px;
	font-size:1.2em;
	line-height:1.8em;
	font-weight: bold;
}

h4 {
	margin:0px;
	font-size:1em;
	line-height:1.5em;
	font-weight: bold;
}		

p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}
li {
	font-size: 1em;
	line-height: 1.5em;
	margin-left:10%;
}
#centrepage {
    position: relative;
	height: 100%;
	min-width: 770px;
	max-width: 80%;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #090943;
	text-align: left;
	padding:0;
}

div.legend {
	float:left;
	width:25%;
	text-align:center;
}

#strapline, #address {
	width:100%;
	background-color: #090943;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size:1.2em;
	font-weight: bold;
	text-align:center;
	line-height:2.2;
	padding:0;
}

#address a:link {
	color:#FFFFCC;
	text-decoration:none;
	}
	
#address a:hover {
	text-decoration:underline;
	}

#logo {
	position:relative;
	width:96%;
	background-image:url(/WebImages/logobckgrd_blue.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	background-color:#090943;
	color:#FFFFCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:4em;
	font-weight: bold;
	line-height:1.5;
	padding:0 2%;
	text-align: left;
}

#logo p {
	font-size:.75em;
	line-height:1.5;
	color: #FFFFCC;
	margin:0;
}

#copy {
	position:relative;
	width:98%;
	padding: 1em 1%;
	background-color: #DFE5EC;
	background-image:url(/WebImages/paw.gif);	
}

#copy img {
	position:relative;
	float:left;
	padding:0 5px 10px 5px;
	border:0;
}

div.img4 {
	float:left;
	width:25%;
	text-align:center;
}

div.img3 {
	float:left;
	width:33%;
	text-align:center;
}

div.two {
	float:left;
	width: 50%;
}

#sidebar {
	float:left;
	width:23%;
}

.sidebox {
	position: relative;
	margin: 1.5em auto;
	padding: .5em 2%;
	border: 1px solid #302e82;
	background-color: #FFFFCC;
	width:550px;
}
.sidebox p {
	margin: 0;
	color: #302e82;
}

.sidebox h2 {
	text-align:center;
}

#footerbox {
	clear: both;
	position: relative;
	width: 100%;
	height: 2.4em;
	background-color: #090943;

}

#footerbox p {
	margin: 0;
	color: #FFFFCC;
	font-size: .8em;
	line-height: 1.2em;
	text-align: center;
}

#footerbox a {
	color:#FFFFCC;
}
#footerbox a:hover {
	text-decoration:none;
}