body {
	text-align: center; /*center hack*/
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	background-color: #ccc;
	margin: 15px;
	line-height: 1.5em;
}

#wrap {
	width: 950px; /*center hack*/
	margin: 0 auto; /*center hack*/
	text-align: left;
	padding-top: 28px;
	border: 1px solid #000;
	background-color: #fff;
}

#header {
	width: 950px; /*center hack*/
	height: 110px;
	padding: 0;
	margin: 0;
}

#logo {
float: left;
	width: 244px;
	height: 110px;
	padding-left: 28px;
}

#photo {
float: right;
	width: 624px;
	height: 110px;
	padding-right: 28px;
}

#main {
	width: 950px;
}

#left {
	width: 298px;
	float: left;
}

#main2 {
	width: 652px;
	float: right;
}

#centre {
	width: 354px;
	float: left;
}

#right {
	width: 298px;
	float: right;
}

.inside-left{
	padding-top: 20px;
	padding-left: 28px;
}

.inside-left-alt{
	padding-top: 20px;
	padding-left: 20px;
}

.inside-centre{
	padding: 0px;
	padding-top: 25px;
}

.inside-right{
	padding-top: 20px;
	padding-left: 26px;
}

.inside-right-alt{
	padding-top: 20px;
	padding-left: 15px;
}

#footer {
	clear: both;
	margin-top: 0px;
	text-align: center;
	padding-top: 10px;
	width: 950px;
	font-size: 0.8em;
	color: #000;
	padding-bottom: 15px;
}

/*Listamatic*/
#navwrapper {
width: 950px;
height: 32px;
}

#navcontainer ul{
	background-color: #ff0000;
	width: 624px;
	color: White;
	float: right;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	border-right: 28px solid white;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding-top: 3px;
	color: White;
	text-decoration: none;
	float: left;
	padding-left: 50px;
	text-align: center;
	height: 24px;
	font-size: 1.2em;
	font-weight: bold;
}

#navcontainer ul li a:hover {
	color: #000;
}

/*End Listamatic*/

/*Active menu styling*/
body#p1 a#n1, body#p2 a#n2, body#p3 a#n3, body#p4 a#n4, body#p5 a#n5 {
	color: #000000;
}

/*typography*/
a {
	text-decoration: underline;
	color: Blue;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
	color: Red;
}

a:active {
}

a.footer{
	color: #000000;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
	color: #000000;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em; /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color: Black;
}

h2 {
	font-size: 1.2em;
	margin: 1em 0em;
	font-weight: bold;
	color: #ff0000;
}

h3 {
	font-size: 1.4em;
	margin: 0em;
	font-weight: normal;
	color: Black;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	color: Black;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0.5em;
	margin: 0px;
}

img {
	border: 0;
}

ol, ul, li {
	font-size: 1.0em; /*
	list-style: none;*/
}

p {
	font-size: 1em;
}

strong, b {
	font-weight: bold;
	color: #000000;
}

label {
	font-size: .9em;
}

input, textarea {
	border: 1px solid #999999;
}

fieldset {
padding-left:10px;
padding-bottom:10px;
}

legend {
color: #ff0000;
font-size: 1.2em;
font-weight:bold;
}