﻿@import url('boxes.css');
@import url('form.css');
@import url('structure.css');
/* std template004 17/03/09 Julie */
body {
	color: #231f20;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-align: justify;
}
a {
	color: #97887e;
}
h1 {
	color: #555555;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: 0;
}
h2 {
	color: #696966;
	font-size: 1.4em;
	margin: 1em 0 .5em 0;
}
div.box h2 {
	font-size: 1em;
	margin: 0 0 .5em 0;
}
div.link h2 {
	font-size: 1.4em;
	margin: .5em 0 .5em 0;
}
div.column3 h2 {
	border-bottom: 1px solid #c0c0c0;
	font-size: 1em;
	margin: 10px 0 2px 0;
}
h3 {
	font-size: 1.3em;
	margin: 0;
	padding: .5em 0 .5em 0;
}
h4 {
	font-size: 1.2em;
	margin: 0;
	padding: .5em 0 .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;
}
img {
	border: none;
}
p {
	margin-top: 0;
	margin-bottom: .5em;
}
/*********************************************************************************/
/* header */
div.headerContainer {
	background: none;
}
/*********************************************************************************/
/* header nav */
ul.headernav span, ul.headernav a {
	text-decoration: none;
}
/* main nav */
ul.level1nav {
}
ul.level1nav span, ul.level1nav a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
ul.level1nav a:hover {
}
/* sub nav */
ul.level2nav span, ul.level2nav a {
	text-decoration: none;
}
/*********************************************************************************/
/* content */
/*********************************************************************************/
/* footer */
div.footerContainer {
	background: none;
	font-size: .8em;
}
div.footerContainer .footer {
}
div.footerContainer li {
	border-left: 1px #97887e solid;
}
div.footerContainer li:first-child {
	border-left: none;
}
div.footerContainer a {
	color: #97887e;
}

