body {
	margin: 10px;
	padding: 0px;
	background-image:url(../images/background.jpg); /* This is the background for the entire screen */
}
body, td, p, li {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #364250;
	line-height: 120%;
}
form {
	margin: 0px;
	padding: 0px;
}

.editorBody {
	background-image:url(../admin/images/background-editor.jpg); /* This is the background for the editable space - not working */
}

td.leftcolumn {
	background-color: ;
	width: 10px;
	padding: 0.5cm 0.25cm 0.5cm 0.5cm;
}
td.rightcolumn {
	background-color: #ffffff;
	border-left: 0px solid #e1e1d9;
	width: 10px;
	padding: 0.5cm 0.5cm 0.5cm 0.25cm;
}
.header {
	background-color: #ffffff;
	padding: 0.2cm 0.2cm 0.2cm 0.2cm;
}
.container {
/*	border: 0px solid #68b823;*/
	background-color: #FFFFFF;
}
.content {
	margin-top: 0.25cm;
	margin-bottom: 0.25cm;
}

/* The 'footer' class is used to stop the footer from printing & to set out the colours */
/* Check the style1_prnt.css file for more footer classes */
.footer-container {
	background-color: #FFFFFF;
	border-top: 0pt solid #364250;
	padding: 10 0 0 0;
	table-layout:fixed;
}
.footer-line {
	font-weight: bold;
	font-size:larger;
	color: #364250;
}
	
.foottext {
	font-size:8pt;
	font-style:none;
	color: #364250;
	line-height:10pt;
}

a:link {color: #333333}     /* unvisited link */
a:visited {color: #be0000}  /* visited link */
a:hover {color: #ffcc00}   /* mouse over link */
a:active {color: #ffcc66}   /* selected link */

h1 {
	font-size:15pt;
	font-weight: bold;
	color: #364250;
	line-height: 20pt;
}
h2 {
	font-size:14pt;
	font-weight: bold;
	color: #364250;
	line-height: 20pt;
}
h3 {
	font-size:12pt;
	font-weight: bold;
	color: #364250
}
h4 {
	font-size:11pt;
	font-weight: bold;
	font-style: italic;
	color: #364250
}
h5 {
	font-size:10pt;
	font-weight: bold;
	color: #364250
}
h6 {
	font-size:10pt;
	font-style:italic;
	color: #364250
}
.xsmalltext {
		font-size:10px;
		line-height: 10pt;
}

.nav {
	background-color: #FFFFFF;
	padding: 5px 10px 10px 10px;
	border-bottom: 1px solid #364250;
}
.nav td {
	border-bottom: 1px solid #364250;
}

.nav a:link {
	font-weight: bold;
	color: #1b232a;
	text-decoration: none;
}
.nav a:hover {
	color: #bbc8ea;
}
.nav a:visited {
	font-weight: bold;
	color: #be0000;
	text-decoration: none;
}
.nav li {
/*	Controls the top menu bar */
	height:25px;
	padding: 5px 10px 0 10px;
	text-align: center;
/*	vertical-align:text-top;*/
	margin: 0 0 0 0;
	list-style: none;
	float:left;
	display: block;
	border-bottom: 0px solid #cdddab;
	word-spacing: 5px;
}

.nav ul ul {
/*Controls the horizontal and vertical position of the drop-down box */
	position: absolute;
	margin-left: -25px;
	margin-top: 30px;
}

.nav li li {
/*	Controls the drop-down menu block */
	position: relative;
	float: none;
	background-color: #889f99;
	border: 0px none;
	display: list-item;
	padding: 0 0 0 5px;
	margin: 0px;
	height: 20px;
	text-align:left;
	width: 210px;
}
p.title {
	font-weight: bold;
}
.linktable a{
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF;
}
.linktable a:hover {
	color: #CCCCCC;
}

.searchbox {
	background-image:url(../images/search-back.gif);
	width: 130px;
	height: 26px;
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	margin:12px;
	padding-left: 15px;
	vertical-align: center;
}
.searchtext {
	width: 90px;
	height: 17px;
	border: 1px solid #FFFFFF;
	margin-top:2px;
	margin-left: 10px;
}
.searchbutton {
	color: #FFFFFF;
	border: 1px solid #BC522A;
	background-color: #BC522A;
	cursor: pointer;
}

.optform th {
	background-color: #BC522A;
	color: #FFFFFF;
	font-size: 12px;
	padding: 1px;
}
.optform {
	border: 1px solid #BC522A;
	padding: 2px;
}

.bottomnav a {
	color: #BC522A;
	text-decoration: none;
	font-weight: bold;
}

.bottomnav a:hover {
	color: #333333;
}

/* This small-box group defines the right column boxes */
.small-box-container {
	width: 224px;
	border: none;
}

.small-box-top {
	background-color: #FFFF00;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

.small-box {
	border-style: solid;
	border-color: #FF0000;
	border-width: 1px;
	padding: 3px;
	text-align: center;
}