body 
{ 
	background-color: transparent;
}

html
{	padding: 0;
        border-width: 0 0 0 0;
        margin: 0;	
}

#bodycontent
{	font-size: 0.8em;
}


DIV#header
{	
	height: auto;
	background-color: #ffffcc;
	display: none;
}
            
DIV#main 
{	margin: 0 2% 0 2%;
	
}
      
DIV#footer, .sitehead
{	display: none;
}

.headlogo
{   display: none;
}

#main DIV.body
{	
	min-height: 200px;
	background-color: white;
	
	margin: 0;
	padding: 0.5em 1em 2em 1em;
	
}

#sidebar
{	display: none;
}

.headlinks, .wheadlinks, .sitehead
{	display: none;
}
              
.subheading
{	font-size: 120%;
	font-weight: normal;
	color: black;
	padding: 0em 0em 0em 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: sans-serif;
	vertical-align: bottom;
	display: inline;
}

H1
{	font-size: 120%;
	font-weight: bold;
	color: green;
	padding-left: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin: 0em;
	font-family: sans-serif;
	vertical-align: bottom;
	display: inline;
}

.mainheading
{	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.mainheading A
{	white-space: nowrap;
}
	

DIV.news
{	padding-left: 1em;
	padding-right: 1em;
	font-family: sans-serif;
	border-bottom-style: dashed;
	border-bottom-color: green;
	border-bottom-width: thin;
}

.newstitle, DIV.news P:first-child:first-line
{	font-weight: bold;
	font-size: 170%;
}

.newshead, DIV.news P:first-child
{	border-bottom-style: dotted;
	border-bottom-color: green;
	border-bottom-width: thin;
	color: green;
	font-size: 60%;
}	   
	     
.contentbox 
{	border-style: solid;
	border-width: 1px;
	border-color: green;
	margin: 1em;
	padding: 0.5em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


UL.links LI 
{	display: inline;
}

UL.links LI:before
{	content: "\A0 |\A0 ";
}

UL.links LI:first-child:before
{	content: "";
}

DIV.contentblock
{	padding-top: 0;
	margin-top: 0;
}
	

DIV.contentbox P, DIV.contentblock P
{	font-size: 80%;
}
	     
H2, H2 A,H2 A:visited
{	font-size: 100%;
	color: green;
	padding: 0em;
	margin: 0em;
	text-decoration: none;
}

H2 A:hover
{	color: green;	
	text-decoration: none;
}

.warning
{	display: none;
}

.floatright
{	float: right;
}
		  
.warning:before
{	content: "Warning: ";
	marker-offset: 2em;
}
	 
.formlabel {}

.invisiblefieldset
{	border-style: none;
} /* cludgey way of hiding fieldset round submission button */

CAPTION
{	font-size: 0.8em;
	text-align: left;
	color: green;
}
	       
.tablecaption
{	font-size: 0.8em;
	text-align: left;
	color: green;
}

INPUT.discreet-button 
{	display: none;
}

INPUT.discreet-button:hover 
{	text-decoration: underline;
}

INPUT.searchbutton 
{	display:none;
}

INPUT.searchbutton:hover 
{	text-decoration: underline;
}

INPUT.discreet-writeable
{	border-style: none;
	
}

FIELDSET INPUT.discreet-writeable /* only gecko renders this properly */
{	border-style: none;
}

FIELDSET
{	border-style: none;	
}

SELECT
{	border-style: none;
}

INPUT.display
{
	border-style: none;
	width: auto;
}

DIV.formsubmitarea
{	padding-left: 1em;
}

DIV.searchlist
{	position: absolute;
	left: 0;
	top: 1.7em;
	width: 14.5em;
	background-color:white;
	border-style: dotted solid solid solid;
	border-color: green;
	border-width: 1px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}

A	{text-decoration: none;}

A.contentlink,
A.contentlink:visited
{	color: green;
	text-decoration: none;
	font-size: 100%;
}

.toptext
{	display: none;
}

DL.linkslist DT A
{	color: green;
	text-decoration:none;
	font-weight: bold;
	font-size: 0.8em;
}

DL.linkslist DD A
{	color: green;
	text-decoration:none;
	font-weight: bold;
}

DL.linkslist DT A:hover, DL.linkslist DD A:hover
{	color: rgb(143,188,143);
	text-decoration: underline;
	font-weight: bold;
}

DL.linkslist DT A:visited, DL.linkslist DD A:visited
{	color: green;
}

DL.linkslist DD
{	margin-bottom: 0.5em;
	font-size: 0.8em;
}

SPAN A, A.boldlink
{	color: green;
	text-decoration:none;
}



.toptext A, A.topnavigation, A.alphabetnav
{	color: green;
	text-decoration:none;
	font-weight: bold;
	font-family: sans-serif;
}

A.contentlink:hover
{	color: blue;
	text-decoration: underline;
}

DIV.searchlist
{	font-size: 0.8em;
}


TABLE#searchlist A
{	color: black;	
	text-decoration: none;
	font-weight: inherit;
	font-family: inherit;
}

DIV.searchlist A
{	color: black;
	text-decoration: none;
	font-weight: inherit;
	font-family: inherit;
}

TABLE#searchlist TFOOT
{	color: black;
	font-size: 0.9em;
}

.inset
{	color: black;
	margin: 5mm 5mm 5mm 7mm;
}

TR.light
{	background-color: transparent;
}

TR.dark
{	background-color: transparent;
}

IMG
{	border-style:none;
}