@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}
.nameIndent {
	font-style: italic;
	margin-left: 20px;
}
.indent {
	margin-left: 20px;
	border-bottom: 1px solid #F93;
	padding-bottom: 20px;
}
.indentNoline {
	margin-left: 20px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c5dbee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;/*
	width: 850px;*/
}
#container {
	border: 1px solid #679ACC;
	margin: 0px auto;
	width: 850px;
	background: #679ACC;
}
#indexcontainer{
	background: #FFF;
	height: 100%;
	text-align: center;
	width: 850px;
}
.header {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 698px;
	background: #FFFFFF;
}
#headerIndex{
	z-index: 2;
	background: #FFF;
	text-align: center;
	width: 850px;
}
#headerIndex img {
	margin: 20px;
	float: left;
	background: #FFF;
}
#indexContent{
	height: 100%;
	background: #FFF;
	font-size: 1em;
	line-height: 17px;
	width: 850px;
	padding-bottom: 20px;
	text-align: left;
}
h2 {
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: #703D1B;
	letter-spacing: 2px;
}
h3 {
	color: #703D1B;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}
h4 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #F93;
	letter-spacing: 2px;
}
h5 {
	color: #703D1B;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}
.indexHeading {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #703D1B;
}
.centreObject {
	text-align: center;
}
.mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF top;
	text-align: left;
	top: 0px;
	font-size: 1em;
	line-height: 17px;
}
#maincontent p {
	font-size: .8em;
	line-height: 22px;
}
#maincontent tr {
	font-size: 12px;
}/*
#maincontent li {
	list-style: circle;
	line-height: 22px;
}*/
.tablebkgrdCentre {
	font-weight: bold;
	background: #FFFCE6;
	text-align: center;
	border: 1px solid #FFCC33;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
#topleft {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	float: left;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration : none;
	color: #036;
	font-size: 9pt;
}
a:active  {
	text-decoration : none;
	font-size: 9pt;
	color: #960;
}
a:visited {
	text-decoration : none;
	color: #0080C0;
	font-size: 9pt;
}
a:hover {
	text-decoration : underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}

.sidebar {
	background: #679ACC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#sidenav {
	width: 152px;
	background: #679ACC;	
}
#sidenav ul {
	margin: 0px;
	list-style: none;
	padding: 0px;

}
#sidenav li {
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	list-style: none;
	border-bottom: 1px solid #F93;
}
#sidenav a:link, #sidenav a:visited {
	text-decoration: none;
	color: #FFF;
	display: block;	
	padding: 3px 10px;
}
#sidenav a:hover {
	text-decoration: none;
	color: #679ACC;
	background: #FFF;
	border-right: 1px solid #679ACC;
}

#footwrap{
	width: 850px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#footer {
	height: auto;
	color: #679acc;
	width: 850px;
	text-align: center;
	font-size: 9px;
	margin: 5px auto;
}
#footer .copyright {
	float:left;
}
#footer .design {
	float:right;
}
#footer a {
	color: #679acc;
	padding: 3px 5px 2px 0px;
	font-size: 9px;
}
#footer a:link {
	text-decoration : none;
}
#footer a:visited {
	text-decoration : none;
}
#footer a:hover {
	text-decoration : underline;
}
#footer ul {
  margin: 0;
  padding: 0 10px 0 0;
  padding: 0 30px 0 0;
}
#footer li {
	display: inline;
	font-size: 9px;
	padding: 2px 5px;
	text-align: center;
}
#container table {
	font-size: .9em;
}
.lineBtm {
	border-bottom: 1px solid #F93;
}
.line {
	border-top: 1px solid #F93;
	border-bottom: 1px solid #F93;
}
.imgLeft {
	float: left;
	margin-left: 10px;
}
.imgRight {
	float: right;
	margin-left: 10px;
}

#topnav {
	width: 850px;
	text-align: center;
	background: #679acc;
	border-top: 2px solid #FF9933;
	border-bottom: 2px solid #FF9933;
}
#topnav ul {
  margin: 0;
  padding: 1px 1px 3px;
}
#topnav li {
	display: inline;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	padding: 3px 5px;
}
#topnav a:link, #topnav a:visited {
	text-decoration: none;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#topnav a:hover {
	text-decoration: none;
	color: #679ACC;
	background: #FFFFFF;
	padding: 5px 10px;
	border-top: 1px solid #CCC;
}
.tableForm {
	background: #FFFCE6;
	text-align: left;
	border: 1px solid #FFCC33;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}.red {
	color: #FF0000;
	font-weight: bold;
}
.smText {
	font-size: 0.9em;
}

