body {
	background-color:#003D28;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	min-width:780px;
}
h2 {
	font-family : Tahoma, "MS Sans Serif", Geneva, sans-serif;
	color : #000;
	font-weight : bold;
	font-size: 1.2em ;
	margin-top:0;
}
h1 {
	font-family : Tahoma, "MS Sans Serif", Geneva, sans-serif;
	color : #000;
	font-weight : bold;
	font-size: 1.2em ;
	margin-top:0;
}
h3 {
	font-family : Tahoma, "MS Sans Serif", Geneva, sans-serif;
	color : #000;
	font-weight : bold;
	font-size: 1.1em ;
	margin-top :0;
}
h4 {
	font-family : Tahoma, "MS Sans Serif", Geneva, sans-serif;
	color : #000;
	font-weight : bold;
	font-size: 1.1em ;
}
img {
	border:0;
}
a  {
	text-decoration : none;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
}

td{
	text-align:left;
}

#header {
	text-align:center;
}
#container {
	position:relative;
	background-color:#FFF;
}
#clear
{
	clear:both;
	height:0;
}
.clear
{
	clear:both;
	height:0;
}

#middle a:link, #middle a:visited {
	color:#000;
	text-decoration: underline;
	font-weight: bold;
}
#middle a:hover { 
text-decoration: none;
}
#left a:hover, #right a:hover{ 
	text-decoration: underline;
}
#left {
	position:relative;
	width:140px;
	text-align:center;
	float:left;
}
#right {
	position:relative;
	width:140px;
	text-align:center;
	float:right;
}
#left a, #right a{
	color:#003D28;
	text-decoration: none;
	font-weight: bold;
}
#left a:visited, #right a:visited, #left a:link, #right a:link{
	color:#003D28;
}
#middle {
	background-color:#FFF;
	text-align: center;
	min-width:500px;
	width:auto;
	margin:0 140px;
}
.box {
	position:relative;
	background-color: #F0F0F0;
	border: thin solid #CCC;
	padding:5px;
	overflow:hidden;
	display:block;
}
#content {
	padding:5px;
}
#formbox {
	text-align: left;
	padding:10px;
	background-color: #F0F0F0;
}

#formbox div.left, #formbox div.right {
	display:inline;
	position:relative;
}
div.left {
	float:left;
}
div.right {
	float:right;
}

#submitbox {
	margin-left: 140px;
}
#adminbar {
	background-color:#FFF;
	padding: 4px 10px;
	text-align:center;
	color:#000;
}
#adminbar a {
	color:#000;
	text-decoration:underline;
	font-weight: bold;
}
#adminbar a:visited, #adminbar a:link {
	color:#000;
}
#adminbar a:hover {
	text-decoration:none;
}

#footer {
	background-color:#FFF;
	clear:both;
	text-align:center;
}

#emblem {
	text-align:center;
}

.inline {
	margin:0 5px 5px 5px; 
	vertical-align:top; 
	width:100px; 
	display:table-cell;
	display:inline-block;
	text-align:left;
}
.capitalise {
	text-transform: capitalize;
}
.smalltext {
	font-size: 0.65em;
}
.helptext {
	font-size: 0.8em;
}
.largetext {
	font-size: 1.0em;
}
.mediumtext {
	font-size: 0.9em;
}
.design {
	background-color:#FFF;
	font-size: 0.75em;
	color:#000;
	clear:both;
	text-align:center;
}
.design a {
	font-size: 1.0em;
	color:#000;
}
textarea.widgEditor {
	width:90%;
}

