/* GENERIC HTML TAGS */
h1 {
	vertical-align:top;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-indent:10px;
	background-image:url(images/h1.jpg);
	background-repeat:no-repeat;
	/*height:37px;*/
	line-height:37px;
}
h2 {
	font-size: 12px;
	font-weight:bold;
	line-height:16px;
	border: thin solid #006699;
	background-color: #F1FAFE;
	text-indent:10px;
}
h3 {
	font-size: 12px;
	font-weight:bold;
}
input, select, option, textarea {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}
a {
	text-decoration: none;
}
.optionBold{
	font-weight:bold;
}
body {
	margin: 0;
	padding: 0;
	background-color:#09C;
	/* background-color:#FFF; */ 
	background-image:url(images/bckgrnd_colour.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size:12px;
}
.italic {
	font-style: italic;
	float: left;
	clear:none;
}
.formSection{
	display:block;
	text-align:center;
	border:thin solid #CCCCCC;
	float:left;
	margin:10px;
}
.formtable{
	border:thin solid #CCCCCC;
}
/* LAYOUT DIV: SPLASH PAGE */
#centerFrame {
position: absolute;
top: 50%;
left: 50%;
/* adjust negative value until content is centered
margin-top = div height /2 and margin left = width /2*/
margin-top: -175px;
margin-left: -292px;
width: 585px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #003366;
}
#centerFrame object, img {
border:thin solid #CCCCCC;
}
#centerFrame a {
	text-decoration: underline;
}
#centerFrame a:link {
color: #006699;
}
#centerFrame a:visited {
color: #003366;
}
#centerFrame a:hover {
color: #006699;
}
/* LAYOUT DIV: BACKGROUND - if using a non-standard bckgrnd colour */
#bckgrnd {
background-image:url(images/bckgrnd_repeat.jpg);
background-repeat:repeat-x;
}
/* LAYOUT DIV: WRAPPER - page setup and layout, centre panel */
#wrapper {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	background-image:url(images/content_repeat.jpg);
}
#wrapper strong {

}
/* LAYOUT DIV: HEADER */
#header {
	left:0px;
	top:0px;
	width:1000px;
	height:115px;
	clear: both;
}
#header img {
border: none;
}
/* LAYOUT DIV: CONTENT */
#content {
	width: 1000px;
	margin: 0;
	padding: 0;
	/*background-image:url(images/watermark.jpg);
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: right bottom;*/
}
/* LAYOUT DIV: CONTENT:LHS */
#LHS {
	float:left;
	width: 160px;
	margin-top: 0px;
	/*margin-left: 10px; - IE and FF display diff. IE 10px further right. Use padding instead*/
	padding-left: 0px;
}
/* Define links - display blocks 125px wide */
#LHS a {
	display: block;
	width: 160px;
	margin: 0;
	padding:0;
	color: #FFF;
	text-decoration: none;
	vertical-align:middle;
}
/* LAYOUT DIV: CONTENT: LHS: SIDEMENU */
#sidemenu {
	float: left;
	line-height:150%;
}
#sidemenu strong{
}
#sidemenu ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	/*font-style: italic;*/
	text-align:left;
}
#sidemenu li {
margin: 0;
line-height:150%;
text-indent:10px;
}
#sidemenu a {
margin: 0px;
text-decoration: none;
display: block;
padding: 2px 0px 2px 0px;
}
#nothing a {
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
}
#sidemenu a:link{
color: #006699;
}
#sidemenu a:visited{
color: #006699;
}
#sidemenu a:hover{
color: #FFF;
background-color: #006699;
}
#sidemenu br {
/* line-height: 50%; */
}
/* LAYOUT DIV: CONTENT: MAIN - main content area */
#main {
	width:820px;
	margin-left: 160px;
	padding-left: 10px;
	padding-right:10px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top:0px;
}
#main a {
	text-decoration: underline;
}
#main a:link {
	color: #336699;
	text-decoration:underline;
}
#main a:hover {
	color: #003366;
	text-decoration:underline;
}
#main a:visited {
	color: #336699;
	text-decoration:underline;
}
.imgLeft {
/* border:thin solid #CCCCCC; */
margin-right: 8px; 
border: none;
margin-bottom: 2px;
float: left;

}
.imgLeft2 {
	margin-right: 8px; 
	border: none;
	margin-bottom: 2px;
	float: left;
	padding-right: 15px;
}
.imgRight {
/* border:thin solid #CCCCCC; */
margin-left: 8px; 
border: none;
margin-bottom: 2px;
float: right;
}
#main ul {
	text-indent: 0px;
}
#main p {

}
#main tr {
text-align: center;
}
#tableData p{
font-size: 11px;	
}
#tableBckgrnd table{
	font-size: 13px;
	font-weight:bold;
	line-height:16px;
	border: thin solid #006699;
	background-color: #F1FAFE;
}
#imgCenter {
	text-align:center;
	width: 100%;
}
#imgCenter img {
float: none;
clear:both;
text-align:center;
margin: 0;
}
#imgNoFloat img{
float: none;
clear: both;
}
#imgNoFloat2 img {
float: none;
}
.textSmall {
font-size: 11px;
}
/* tabLeft and tabRight used on contact page to create a two column list,
left column right justified, right column left justified */
.tabLeft{
	text-align:right;
}
.tabRight{
	text-align:left;
}
/* the clearboth div allows you to end a float ie on an image with wrapped text */
#clearboth { 
clear:both; 
height:0px;
font-size:0px; 
line-height:0px; 
margin:0px; 
padding:0px; 
}
.clearboth {
clear: left;
}
.imgBorderless {
	border:none;
}
.imgBorderless img{
	border:none;
	vertical-align:middle;
	padding-left:10px;
}
.imgBorderless a:link{
	border:none;
}
#formBorder table {
	border: thin solid #FFFFCC;
	background-color: #FFFFF2;
} 
/* LAYOUT DIV: CONTENT: RHS - optional RHS section for possible later inclusion */
#RHS {
float:left;
width: 125px;
}
/* LAYOUT DIV: FOOTER */
#footer {
	color: #003366;
	float:none;
	clear: both;
	left:0px;
	bottom:0px;
	width:1000px;
	height:65px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer a:link{
	color: #003366;
	text-decoration:underline;
}
#footer a:visited {
	color: #003366;
	text-decoration:underline;
}
#footer a:hover{
	color: #FFFF99;
	text-decoration:underline;
}
#footerText {
text-align:right;
width:980px;
margin:0;
padding-left: 10px;
padding-right:10px;
padding-top:30px;
}

