﻿@import url('boxes.css');
@import url('form.css');
@import url('structure.css');
/* template007 24/03/09 Julie */
body {
	background: #f7f3f0;
	/*background: #5589bb url('pageBg.gif') repeat-x left top;*/
	color: #303030;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
}
a {
	color: #000000;
}
h1 {
	color: #543018;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 0;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
	margin-top: .5em;
	padding: 0;
}
h3 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	padding: .5em 0 0 0;
}
div.column3 h3 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	padding: 35px 0 0 0;
}
h4 {
	font-size: 11pt;
	font-weight: normal;
	margin: 0;
	padding: .5em 0;
}
h5 {
	font-size: 1.1em;
	margin: 0;
	padding: .5em 0 0 0;
}
h6 {
	font-size: 1em;
	margin: 0;
	padding: .5em 0 0 0;
}
hr {
	background: #cccccc;
	border: none;
	color: #cccccc;
	height: 1px;
	overflow: hidden;
}
img {
	border: none;
}
p {
}
/*********************************************************************************/
/* header */
div.outerContainer {
	background: #ffffff;
}
div.headerContainer {
	background: #543018;
}
/*********************************************************************************/
/* main nav */
ul.level1nav {
}
ul.level1nav span, ul.level1nav a {
	font-weight: bold;
	text-decoration: none;
}
/* footer nav */
div.footernav {
	bottom: 0;
	padding: 0 0 50px 0;
	position: absolute;
}
ul#footernav {
	list-style: none;
}
/*********************************************************************************/
/* left column */
/*********************************************************************************/
/* right column */
/*********************************************************************************/
/* content */
div.contentText table {
	border-collapse: collapse;
}
div.contentText th {
	text-align: left;
}
div.contentText th, div.contentText td {
	border: 1px #cccccc solid;
	padding: 4px 12px;
}
/*********************************************************************************/
/* footer */
div.footerContainer {
	font-size: .85em;
}
