﻿* {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
	height:100%;
}

body {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:8pt;
	color:black;
	background-color:white;
}

a img {
	border:0;
}

img.left {
	float:left;
}

div.left {
	float:left;
	margin-right:20px;
}

.clear {
	clear:both;
}

div#header {
	height:145px;
	width:510px;
	margin:0 auto;
	position:relative;
}

div#nav {
	position:absolute;
	top:112px;
	left:0;
	height:33px;
	width:510px;	
	text-align:center;
}

div#nav table {
	padding:0;
	width:510px;
	height:33px;
}


div#nav a {
	color:#818285;
	text-decoration:none;
	font-size:8pt;
	display:block;
	padding-top:10px;
	height:23px;
}

div#nav a:hover {
	text-decoration:underline;
}

div#nav td.pad {
	width:20%;
}

div#nav td.current a {
	font-weight:bold;
	text-decoration:none;
}

div#content {
	background-color:#dac7ba;
	min-height:300px;
}

div#content p {
	margin:4px 0;
}

div.centred {
	width:510px;
	margin:0 auto;
	position:relative;
}

div#footer {
	height:100px;
	background-color:white;
	font-size:8pt;
	color:#818285;
	padding-top:16px;
}

div#footer a {
	color:#818285;
	text-decoration:none;
}

div#footlinks {
	height:65px;
	text-align:center;
	color:gray;
	font-size:8pt;
}

div#footlinks a {
	color:gray;
	text-decoration:none;
}

div#footlinks a:hover {
	text-decoration:underline;
}

div#evp {
	text-align:center;
	font-weight:bold;
	color:#818285;
}

div#wsi {
	text-align:center;
	clear:both;
}

ul, ol  {
	margin:10px;
	padding-left:15px;
}

li {
	margin:4px 0;
}

div#intro {
	clear:both;
	padding:4px 0;
}

div#intro h2 {
	font-size:10pt;
}

div.boxed {
	background-color:#f4eee9;
	margin:6px 0;
}

div.boxed p {
	padding:4px;
	color:gray;
}

div.boxed a {
	text-decoration:underline;
	color:gray;
}

div.padder {
	width:44px;
	height:10px;
	float:left;
}

/* pantone 4755 : #e2ccba */

div#newsletter {
	border:2px #e2ccba solid;
	background-color:white;
	color:gray;
	float:right;
	width:100px;
	margin:10px;
	padding:10px;
	text-align:center;
	text-transform:uppercase;
}

