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: 11pt;
	color: #002561;
	line-height: 14pt;
}

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: 0px;
	padding: 0.0cm 0.25cm 0.5cm 0.5cm;
}
td.rightcolumn {
	background-color: #ffffff;
	border-left: 0px solid #e1e1d9;
	width: 227px;
	padding: 0.0cm 0.5cm 0.5cm 0.25cm;
}
.header {
	background-color: #FFFFFF
}
.container {
	border: 0px solid #68b823;
	background-color: #FFFFFF;
}
.content {
	margin-top: 0.0cm;
}

/* 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: 0px solid #e1e1d9;
	padding: 0 0 0 0;
	table-layout:fixed;
}

a:link {color: #ac228e; text-decoration: none;}     /* unvisited link */
a:visited {color: #0060ac; text-decoration: none;}  /* visited link */
a:hover {color: #ec1d25; text-decoration: none;}   /* mouse over link */
a:active {color: #00a88d; text-decoration: none;}   /* selected link */

h1 {
	font-size:18pt;
	font-weight: bold;
/*	color: #1b0d81;*/
	line-height: 20pt;
}
h2 {
	font-size:16pt;
	font-weight: bold;
/*	color: #1b0d81;*/
	line-height: 18pt;
}
h3 {
	font-size:12pt;
	font-weight: bold;
/*	color: #1b0d81;*/
}
h4 {
	font-size:11pt;
	font-weight: bold;
	font-style: italic;
/*	color: #1b0d81;*/
}
h5 {
	font-size:10pt;
	font-weight: bold;
/*	color: #1b0d81;*/
}
h6 {
	font-size:10pt;
	font-style:italic;
/*	color: #1b0d81;*/
}
.xsmalltext {
	font-size:10px;
	line-height: 10pt;
}

.nav {
	background-color: none;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

.nav td {
	border-right: 1px solid #cdddab;
}
 
.nav a:link, {
/* unvisited link */
	font-size: 12px;
	font-weight: bold;
	color: #ac228e;
	text-decoration: none;
}
.nav a:visited {
/* visited link */	
	font-size: 12px;
	font-weight: bold;
	color: #0060ac;
	text-decoration: none;
}
.nav a:hover {
/* mouse over link */
	font-size: 12px;
	font-weight: bold;
	color: #ec1d25;
	text-decoration: none;
}

.nav a:active {
/* selected link */
	font-size: 12px;
	font-weight: bold;
	color: #00a88d;
	text-decoration: none;
}   

.nav li {
/*	Controls the top menu bar */
	height:29px;
	padding: 1px 10px 1px 10px;
	text-align: center;
	margin: 0 0 0 0;
	list-style: none;
	float:left;
/*	display: block;*/
	border-right: 1px none #cdddab;
	word-spacing: 5px;
}

.nav ul ul {
/*Controls the horizontal and vertical position of the drop-down box */
	position: absolute;
	margin-left: -75px;
	margin-top: 30px;
}
/*.nav ul ul[alt="menu"] {
	margin-left:50px;
}*/

.nav li li {
/*	Controls the drop-down menu block */
	position: relative;
	float: none;
	background-color: #c0c0c0;
	border: 0px none;
	display: list-item;
	padding: 0 0 0 5px;
	margin: 0px;
	height: 20px;
	text-align:left;
	width: 290px;
}
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;*/
	background-image:url(../images/menubg.jpg);
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

.small-box {
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 1px;
	padding: 3px;
	text-align: center;
	font-size: 9pt;
	line-height: 11pt;
}