/*
Colours used:
#25530B (dark green)
#347B1B (light green)
#D1f385 (text)
*/

body {
	background: #25530B;
	color: #D1f385;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { 
	font-size: 36pt; 
	color: gold;
	font-family: "Monotype Corsiva";
}
h1.L {
	text-align: left;
	letter-spacing: 0.02em;
	padding-left: 60px;
}
h2 { 
	font-size: 24pt; 
	/*color: #FEFFED;*/
	color: gold;
	font-family: "Monotype Corsiva";
}
h1.w, h2.w {
	text-align: center;
	letter-spacing: 0.02em;
}

li.wide {
	margin: 12px 10px 16px 10px;
	font: 13pt Arial, Helvetica, sans-serif;
}

a:link, a:visited { 
	text-decoration: none;
	color: yellow;
	text-align: center;
	font: bold 10pt Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 10px;
	border: 0 none;
}
a:hover { color: red; border: 0 none; }

a:selected {
	color: #800080;
	border: 0 none;
	text-decoration: underline;	
}

div#menu {
	position: absolute;
	top: 155px;
	left: 20px;
	width: 90px;
	text-align: left;
	font: bold 10pt Arial, Helvetica, sans-serif;
	padding: 0;
	z-index: 10;
	border: 0px solid #000000;
}
div#menu div.m {
	margin: 0 0 30px 0;
	width: 90px;
	list-style: url(none) none inside;
	background: url(graphics/blankbutton.gif) no-repeat;
	padding: 4px 0 4px 0;
}
div#pict {
	position: absolute;
	top: 110px;
	left:14%;
	/*left: 0;
	width: 99%;*/
	text-align: center;
	padding: 0;
	z-index: 9;
	border: 6px double #003300;
}
div#smallPict {
	position: absolute;
	top: 20px;
	right:1%;
	width: 200px;
	padding: 0;
	z-index: 10;
}

div#logo {
	position: absolute;
	top: 202px;
	left: 1080px;
	z-index: 5;
}

div#lgreen {
	background: #347B1B url(graphics/lgreenBG.png) repeat-x left top;
	position: relative;
	top: 340px;
	/*border: #000000 solid 0;*/
	padding: 20px 10% 10px 10%;
	z-index:3;
}

div#footer {
	background: #25530B;
	position: relative;
	top: 340px;
	left: 0;
	width: 97.5%;
	padding: 25px 15px 5px 15px;
	font-size: 8pt;
	/*color: white;*/
	z-index:1;
}

table.border {
	border: 6px double #003300;
}
img.frame {
	margin: 0;
	border-top: 10px solid #333333;
	border-right: 9px solid #999090;
	border-bottom: 9px solid #FFF0F0;
	border-left: 10px solid #666666;
}
img.logo {
	border-top: 4px solid #333333;
	border-right: 4px solid #999999;
	border-bottom: 4px solid #FFFFFF;
	border-left: 4px solid #666666;
	margin: 6px 0 6px 0;
}
