/* CSS Document */
body, div, td {
	margin: 0px auto;
	padding: 0px;
}
body {
	background-color: #D1DCD1;
}
td {
	text-align: left;
	vertical-align: top;
}
table#fullpage {
	width: 779px;
	margin-left: auto;
	margin-right: auto;
}
table#header {
	background-image: url(/artwork/headerbg.gif);
	background-repeat: repeat-y;
}
	table#header td#logo {
		width: 176px;
		text-align: right;
		vertical-align: middle;
	}
	table#header td#strapline {
		text-align: center;
		vertical-align: middle;
	}
	table#header td#image {
		width: 226px;
	}
table#fullpage td#headbar {
	height: 15px;
}
table#menucontent td#menu {
	width: 150px;
	background-image: url(/artwork/menubg.gif);
	background-repeat: repeat-x;
	background-color: #4D784D;
	padding-top: 32px;
	vertical-align: top;
	text-align: left;
}
	td#menu ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	td#menu li {
		display: block;
		margin-bottom: 0.5em;
	}
	td#menu a, td#menu a:link {
	}
	td#menu a:hover {
		background-color: #FFFFFF;
	}
table#menucontent td#content {
	padding: 40px 30px;
	vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	background-color: #FFFFFF;
}
	td#content a, td#content a:link {
		text-decoration: none;
		border-bottom: 1px dotted #678C67;
		color: #678C67;
	}
	td#content a.nodots, td#content a.nodots:link {
		text-decoration: none;
		border-bottom: none;
		color: #678C67;
	}
	td#content a:hover {
		text-decoration: underline;
	}
table#fullpage td#footer {
	background-image: url(/artwork/footerbg.gif);
	background-repeat: repeat-y;
	background-color: #7F9E7F;
	text-align: center;
	padding: 30px;
	color: #FFFFFF;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
	td#footer a, td#footer a:link {
		text-decoration: none;
		border-bottom: 1px dotted #FFFFFF;
		color: #FFFFFF;
	}
	td#footer a:hover {
		text-decoration: underline;
	}
h1 {
	font-size: 140%;
	color: #7D9C7D;
}
h2 {
	font-size: 120%;
	color: #7D9C7D;
}
h3 {
	font-size: 105%;
	color: #7D9C7D;
}
.red {
	color: #FF0000;
}