body {
 background-image: url(images/border.png);
 background-position: left;
 background-repeat: repeat-y;
 background-color: White;
 font-family: Verdana,Arial, helvetica, sans-serif;
 color: Black;
 margin: 0px;
 }

div#LHS	{
	position:fixed;
	left:0px;
	top: 0px;
	clear: left;
	width: 150px;
	margin: 0px 0px 0px 5px;
	padding: 3ex 1ex 1ex 0ex;
 	font-family: Bliss, arial, helvetica, sans-serif;
	font-weight: bold;
}

* html body div#LHS	{ /* IE only */
	position: absolute;
	left: 5px;
	top: 20px;
	width: 130px;
}
 
img.logo	{
	width:140px;
	height:123px
	margin: 0px 4px;
	border: 2px solid #F4FAF0;		
}

.main {
 background-color: White;
 color: Black;
 padding: 0px 2em 1ex 1em;
 margin: 0px 0px 1em 180px;
}
 
p.here {
	margin: 5px 0px;
	font-size:83%;
	font-weight: bold;
	color: #F4FAF0;
	border: 2px solid #8FD04E;		
	padding: 5px;
	background-color: #008000;
	width: 130px;
}

* html p.here	{	/* IE 6 and below only */
	margin-left:3px;
	width: 130px;
}

p.item {
	margin: 5px 0px;
	font-size: 83%;

}
* html p.item	{	/* IE 6 and below only */
	margin-left:3px;
}

a.item:link, a.item:visited {
	color: #F4FAF0;		;
	background-color: #8FD04E;
	border: 2px solid #008000;			
	padding: 5px;
	display: block;
	text-decoration: none;
	width: 130px;
}

a.item:hover {
	color: #008000;
	background-color: #F4FAF0;
	border: 2px solid #008000;	
	text-decoration: None;
	padding: 5px;
	display: block;
	width: 130px;
}

.centre	{
	text-align: center;
}

h1	{
	font-size:300%;
	font-family: Copperplate Gothic Bold, Palatino, Bookman Old Style, Times New Roman, serif;
	color: #008000;
	font-weight: bold;
	text-align: right;
}
span.ARBS	{
	font-size:40%;
	font-family: Verdana,Arial, helvetica, sans-serif;
}

h2	{
	font-size:150%;
	color: #008000;
	text-align: center;
}

h3	{
	font-weight:normal;
	color: #008000;
	font-size:130%;
	text-align:right;
}

div.main p	{
	margin: 1ex 0ex;
	line-height:110%;
 font-size: 83%;
	}
.cl	{
	clear: left;
}
.cr	{
	clear: right;
}
p.caption	{
	font-size: 75%;
	font-style: italic;
}
a:link {
	color: #008000;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #008000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #8FD04E;
	text-decoration: underline;
	}

hr {
	color: #8FD04E;
	background-color: #8FD04E;
	height: 3px;
	margin: 20px auto;
	width: 70%;
}

img	{
	border:none;
}
.picture-left	{
	float:left;
	margin:0em 1em 1em 0em;
	border:none;
}
.picture-right	{
	float:right;
	margin:0em 0em 1em 1em;
	border:none;
}
p.footnote	{
	font-size:75%;
}

dt	{
	color:#008000;
	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: .5ex;
}
dd	{
	font-size: 83%;
	margin-left: 5em;

}