/*BODY CLASS - The background is a single slice*/
html,body {
	margin:0;
	padding:0;
	color:#C2E24B;
	background-color: #262B25;
	background-image: url(bgrepeat.gif);
	background-repeat: repeat;
}
/*H1 tag - Standard Tag, given in ems to scale.*/
h1
{
margin: 0px 0px 15px 0px;
	color: #FFFFFF;	
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 

}

/*H2 tag - Half the size of the H1 tag, and in a different font family.*/
h2
{
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3
{
	color: #FFFFFF;
}
/*P tag - the main paragraph font is georgia, with various back-ups. A slight right margin*/
p
{
	margin:0px 0px 20px 0px;
	padding: 0px;
	font-family:"Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}
/* This controls the link colours - links are underlined only on hover*/
a:link {
	color: #00FF00;
}
a:hover {
	color:#FFFF00;
	text-decoration: underline;
}
a:visited {
	color: #6A6AFF;
	text-decoration: underline;
}
.contentbox {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-repeat: repeat;
	width: auto;
	background-color: #000033;
	background-image: url(body_bg.gif);
	border: thick groove #FFFFFF;
	padding-right: 20px;
}
.contentboxul {
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(bullet1.gif);
}
