* {
	font-family: "Times New Roman", Times, serif;
	color:black;
	background-color:transparent;
	font-size: 18px;
}
.centre{
	text-align: center;
}
.small{
	font-size:10px;
}
html {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: white;
	background-image: none;
}

body{
	position: relative; /* To ensure positioning of children */
	width: 1024px;
	height: 768px;
	margin: 0px auto 0px auto;
	background-color: transparent;
	font-size: 15px;
}
iframe{
	width:100%;
	height:100%;
	background-color: white;
	border: 5px ridge #006400;
}

a{ cursor: pointer; }

a:link{
	color:blue;
	background-color: transparent;
}
a:visited{
	color:maroon;
	background-color: transparent;
}
a:hover{
	color:red;
	background-color: transparent;
}
a:active{
	color:Green;
	background-color: transparent;
}

img {
	vertical-align: middle;
	 background-color: transparent;
}

/* Header stuff */
span#spanheader{
	font-weight: bold;
	font-size: 24pt;
}


body#HomePage{
	font-weight: bold;
	background-image: url(../img/backgrounds/iframe_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;

}
body.BodyPage{
	padding-left:3%;
	padding-right:3%;
	border:solid 1px transparent; /* seems to be necessary to avoid an odd effect top and bottom */
	background-image: none;
	background-color: transparent;
	height:100%;
	width:auto;
}

body.BodyPage *{
	color: black;
}

body.BodyPage h3{
	color: Navy;
	font-size:x-large;
}
body.BodyPage h4{
	font-size:large;
}

div.indexpage{
	position: absolute;
	color: black;
	background-color: transparent;

}

div#header{
	top: 0px;
	left: 0px;
	height: 179px;
	width: 1024px;
}
div#headercontainer{
 	margin-top:25px;
	margin-left:10px;
}
div#navigation{
	top: 160px;
	left: 0px;
	height: 588px;
	width: 200px;
	}
div#navcontainer{
	margin-top:17px;
}
div#content{
	top: 175px;
	height: 588px;
	left: 200px;
	width: 820px;
}
/* Body page */
/* fixed quotation */
div.quotebox
{
	background-color:silver;
	color:black;
	margin: 5px 5px 5px 5px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	position: absolute;
	text-align: left;
	height: auto;
	left:1%;
	bottom:25%;
	width: auto;
}

div.quotebox p{
	color: black;
	background-color: transparent;
}


/* noticebox */
div.noticeBox
{
	position: absolute;
	padding-top:10px;
	padding-left:10px;
	text-align: left;
	height: 180px;
	left:350px;
	bottom:200px;
	width: 400px;
	background-color: silver;
	overflow:auto;
	border:thin solid white;
	color:black;
}
div.noticebox h1
{
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:Red;
}
div.noticebox h2
{
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:silver
}
div.noticebox h3
{
	font-size:14px;
	font-weight:bold;
}
div.noticebox h4
{
	font-size:14px;
	font-style:italic;
}
div.noticebox p
{
	font-size:14px;
}

/* Navigation stuff */
table#menu{
	width: 100%;
	cursor: auto;
	padding:0px;
	margin:0px;
}
table#menu td{
	font: bold 16px Arial, Helvetica, sans-serif;
	height: 1.8em;
}
table#menu td.shaded{
background-color:#3cb371;
}
table#menu td.image{
background-color:transparent;
width:62px;
}
table#menu td a {
	text-decoration: none;
	color: black;
 	cursor: pointer;
	margin-left:8px;
}

table#menu td a:hover{
	color: red;
}
/* Notices */
div.clNoticeContainer{
	font-weight: nromal;
	border: 1px groove gray;
	padding-top:1%;
	padding-left:1%;
	margin-bottom:1%;
}
div.clBox{
	font-weight: bold;
	border: none;
	}
div.clBoxNotice{
	margin-left:2%;
	padding-left:2%;
	font-weight: normal;
	border: 1px groove red;
	width:75%;
}
div.clBold{

	font-weight: bold;
}
div.clBoldNotice{
	margin-left:2%;
	font-weight: bold;
	width:75%;
}
div.clNormal{
	font-weight: bold;
}
div.clNormalNotice{
	font-weight:normal;
	margin-left:2%;
	width:75%;
}
div.clMarquee{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
marquee.clMarquee{
	color: teal;
	border:solid 1px green;
	font-weight:bold;
	background-color: #f5f5f5;
}
div.clMarqueeNotice{
	margin-left:2%;
	font-weight: normal;
}
div.clReverse{
	color: Navy;
	font-weight: bold;
	padding-left:1%;
	width:75%;
}
div.clReverseNotice{
	color:Navy;
	margin-left:2%;
	font-weight: normal;
	width:75%;
}
span.EventDate{
	border: none;
	padding-left: 2%;
}

/*  FAQ and Links */
span.expander{
	font-family: Courier, monospace;
	background-color: transparent;
	border:solid 1px black;
}
span.expanderover{
	font-family: Courier, monospace;
	background-color: #E44D1E;
	border:solid 1px black;
}

fieldset.hide{
	padding-left:10px;
	margin-left: 6%;
	margin-top: 2%;
	margin-bottom: 10px;
	font-weight: normal;
	width: 85%;
}
legend.hide{
      background-color: ButtonFace;
      color:black;
}
div.notesHide{
	width:85%;
	background-color: transparent;
}
h3.hide{
	text-align: left;
	width: 90%;
}

div.divExpanderHide{
	display: none;
}


/* inpage navigation using a form*/
input.menu {
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 130px;
	height:35px;
	cursor:auto;

}
input.menu:hover{
	cursor:pointer;
	color:red;
}

/* Contact us */
span.officer{
	font-size: small;
	color: black;
  font-weight:bold;
	margin-left:2em;
	margin-right:1em;

}
.caption{
	font-size: small;
	color: black;
	margin-left:2em;
	margin-right:1em;
}
/* send email */
/*styles for email*/
body#SendMail {
	font-size: 12px;
	line-height:.8em;
}
body#SendMail span{
width:120px;
 display: inline-block;
}

body#SendMail .addressmismatch{
background: #F4A460;
color: Black;
}
body#SendMail  input.badaddress{
background: Yellow;
color: Black;
}
body#SendMail .error{
	background: #DC143C;
	color: Black;
}


body#SendMail .mustfill{
background: InfoBackground;
color: Black;
border:1px red navy;
}
body#SendMail .optional{
background: #FFFFFF;
color: #000000;
border:1px green solid;
}

body#SendMail  input.mustfill:hover{
	color: Black;
	background-color: #FFEBCD;
}
body#SendMail textarea.mustfill:hover {
	color: Black;
	background-color: #FFEBCD;
}
body#SendMail #subject,#fromEmailName{
	width:75%;
}
body#SendMail #fromEmailUser,#fromChkEmailUser{
	width:20%;
}
body#SendMail #fromEmailAddress,#fromChkEmailAddress{
	width:52%;
}
body#SendMail #msgbox{
	width:80%;
	border: medium groove gray;
}
body#SendMail #pErrorMsg{
	padding:2px 2px 2px 2px;
}
body#SendMail #msgEmail{
	width:75%;
	height:240px;
}

body#SendMail .inError{
	background-color:transparent;
	border:solid 1px red;
	color: Black;
}

/* Build reports */

input.RpMenu {
	font: bold 12px Arial, Helvetica, sans-serif;
 	width: 400px;
   height:35px;
   margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
	background-repeat: no-repeat;
}
input.RpMenu:hover{
	background-image:  url(../img/buttons/navovr.png);
}
input.RpMenu  a {
	text-decoration:none;
	margin-left:35px;/* This is function of control size */
	display:block;
   color:black;
   background-color:transparent;
  }
input.RpMenu a:hover {
   color:Red;
   background-color:transparent;
  }

input.contact{
border: medium outset gray;
	color:black;
	background-color:transparent;

}
input.contact:hover {
	border: medium outset black;
	cursor:pointer;
	color:navy;
	background-color:transparent;
}
input.contact:active {
	border: medium inset black;
	cursor:default;
	color:navy;
	background-color:transparent;

}

/* Forms */
input.control{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#dddddd;
   border:2px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}
input.control:hover{

   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}
.inForms {
	border:1px solid red;
}
.width50{
	width:50px;

}
.width80{
	width:80px;

}
.width100{
	width:100px;

}
.width150{
	width:150px;

}
.width180{
	width:300px;

}
.width200{
	width:200px;

}
.width250{
	width:250px;

}
.width300{
	width:300px;

}
.width400{
	width:400px;

}
.width500{
	width:500px;

}
.width600{
	width:600px;

}
.width700{
	width:700px;

}
.widthMax{
	width:720px;

}
.inlineleft{
	text-align:left;
	display: inline;
}
.inlinecentre{
	text-align:center;
	display: inline;
}
.inline{
	text-align:left;
	display: inline;
}
.height10{
height:10px;
}
.height20{
height:20px;
}
.height80{
height:80px;
}
h1#spanheader{
 	position: absolute;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	left:15%;
	top:15%;
	color:white;
	background-color:transparent;
	text-align:center;
	display: none;
}
