body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1em;
	color: black;
	background:white url(images/background_slice.gif) repeat-y scroll center top;
	margin-top: 0px;
}

em	{
	font-style:normal;
	font-weight:bold;
	font-size: 9pt
}

a	{
	text-decoration:none;
	color: black
}

a:hover	{
	text-decoration:underline;
}

h1 {
	font-size: 100%;
}

h2 {
	font-size: 90%
}

h3 {
	font-size: 80%;
}

h4 {
	font-size: 125%;
	color: white;
}

h4 a{
	color: white;
	line-height: 2em;
}

h5 {
	font-size: 115%;
	margin-bottom: 15px;
}

h6 {
	font-size: 100%;
	margin: 25px 0 0 0;
}

p, ol, li {
	font-size: 80%;
}

.official p, ol, li {
	font-size: 100%;
}

#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#header {
	height: 133px;
	text-align: left;
	background-color: #b3b38c;
	margin: 0 0 15px 0;
	position: relative;
}

#header img{
	margin: 18px 0 0 35px;
	border: none;
}

#contact-top {
	position: absolute; 
	right: 35px;
	top: 25px;	
}

#content-top {
	height: 188px;
	background-color: white;
	text-align: left;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#content-middle {
	background-color: white;
	padding: 10px 35px 35px 35px;
	text-align: left;
}

#main-content img {
	border: 0
}

#main-content p {
	font-size: 90%;
	line-height: 1.5em;
}

#footer {
	height: 50px;
	width: 900px;
	background-color: white;
	padding-top: 10px;
	text-align: center;
	background-color: #b3b38c;
}

#copyright p {
	font-size: 12px;
	color: white;
	line-height: 1.5em;
	margin: 2px 0 0 0;
}

#copyright	a{
	color: white;
}

/* Terms */
#terms-conditions {
	height: 17px;
	width: 900px;
	background-color: black;
	padding-top: 1px;
	margin-top: 12px;
}

#terms-conditions p {
	color: white;
	margin-top: 1px;
}

#terms-conditions a {
	color: white;
}

/* Navigation */

#navbar {
	width: 900px;
	height: 31px;
	background-color: #b3b38c;
	color: white;
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
}

#navbar li {
	float: left;
	margin: 7px 35px 0 0;
	padding: 0;
}

#navbar li a{
	font-size: 13px;
}

#navbar li#nav-whatwedo {
	margin-left: 35px;
}

/* contact form */

#vertical-form label {
	margin-bottom: 0.2em;
	margin-top: .5em;
	display: block;
	font-size: 12px;
}

/* Privacy Statement */

#main-content p, ol, li {
	line-height: 1.5em;
}


