/* stylesheet by Cornish WebServices - www.cornishwebservices.co.uk
colours are 
	green #004F00
	red #800000
*******************************************************************/
body {
	font:90% "Goudy Old Style", Georgia, "Times New Roman", Times, serif;
}
body {
	background:#004F00;
	color:#fff;
	margin:0;
	padding:0;
	margin-bottom:10px;
	text-align:center;
}
.outercontainer {
	background:white;
	color:#004F00;
	border:1px solid #004F00;
	margin:10px auto;
	padding:5px;  /* margin:auto required to center this div in Firefox */
	max-width:1000px;
	min-width:720px;
	/*width:expression(document.body.clientWidth > 1000? "1000px": "auto");*/
	width:expression(document.body.clientWidth > 1000? "1000px": document.body.clientWidth <600? "600px": "95%");
}
.container {
	background-color:#fff;
	color:#004F00;
	text-align:left;
	border:1px solid #004F00;
	margin:0px;
	padding:0 1.5em 0 1.5em;
}
span.brownlower {
	font-size:16pt;
	color:#800000;
	letter-spacing:0.1em;
	font-style:italic
}
span.brownupper {
	font-size:14pt;
	color:#800000;
	letter-spacing:0.3em
}
div.green {
	font-size:10pt;
	color:#004F00;
	margin-left:6em
}
h3 {
	color:#800000
}
h1.small {
	font-size:8pt
}
table.menu {
	font-size:13pt;
	background:#004F00;
	color:white;
}
td.menu {
	background: #800000;
	border: #800000;
outset 4pt;
	padding: 0.3em;
	text-align:center
}
td {
	cellpadding:0.4 em
}
a.intext {
	text-decoration:underline;
	background:white;
	color:#800000
}
a.intext:link {
	background:white;
	color:#800000
}
a.intext:visited {
	background:white;
	color:#800000
}
a.intext:hover {
	background:white;
	color:#804000
}
a {
	color: white;
	background:#800000;
	text-decoration: none;
}
a:visited {
	color: white;
	background:#800000
}
a:hover {
	color: #804000;
	background:#DBCEA6
}
a:active {
	color: white;
	background:#800000
}
a.showlink {
	text-decoration:underline;
	color:white;
	font-size:10pt
}
td.menu a:active {
	text-decoration:underline;
}
a.copy {
	font-size:80%;
}
table.logo {
	background:white;
	color:#004F00
}
td.logo {
	background: white
}
.floatright {
	float:right;
	margin-left:20px;
	margin-bottom:5px;
	font-size:80%;
}
.floatleft {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}
#footer {
	width:960px;
	margin: 0 auto;
	text-align:left;
	font-size:75%;
}
#footer a {
	font-size:100%;
	text-align:left;
	color:#fff;
	background:transparent;
	text-decoration:underline;
}
#footer a:hover {
	color: #804000;
	background:transparent;
}
