/* GENERIC HTML TAGS */
h1 {
	font-size: 14px;
	font-weight: bold;
	line-height:12px;
	color: #003366;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height:10px;
}
h3 {
	font-size: 12px;
}
p {
	font-size: 11px;
}
input, select, option, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
a {
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	background-color:#565D91;
	background-image:url(images/bckgrnd_repeat.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.italic {
	font-style: italic;
	float: left;
	clear:none;
}
/* 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: -155px;
margin-left: -260px;
width: 521px;
}
/* LAYOUT DIV: WRAPPER - page setup and layout, centre panel */
#wrapper {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-image:url(images/content_repeat.jpg);
}
#wrapper strong {

}
/* LAYOUT DIV: HEADER */
#header {
	left:0px;
	top:0px;
	width:760px;
	height:80px;
	clear: both;
}
/* LAYOUT DIV: CONTENT */
#content {
	width: 760px;
	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: 145px;
	margin-top: 5px;
	/*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: 145px;
	margin: 0;
	padding:0;
	color: #FFF;
	text-decoration: none;
	vertical-align:middle;
}
/* LAYOUT DIV: CONTENT: LHS: SIDEMENU */
#sidemenu {
	float: left;
}
#sidemenu strong{
line-height: normal;
}
#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: 12px;
	line-height:125%;
	font-family: Arial, Helvetica, sans-serif;
}
#sidemenu li {
margin: 0;
vertical-align:middle;
}
#sidemenu img {
border: none;

}
#sidemenuImg {
margin: 0;
padding: 0;
width: 160px;
}
#sidemenuImg img, a {
padding: 0;
margin: 0;
}
#sidemenu a {
margin: 0px;
text-decoration: none;
display: block;
padding: 2px 0px 2px 15px;
}

#nothing a {
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
}
#sidemenu a:link, #sidemenu a:visited{
color: #FFF;
}
#sidemenu a:hover, #sidemenu a:active{
color: #99CCFF;
background-color: #006699;
}
#sidemenu br {
/* line-height: 50%; */
}
/* LAYOUT DIV: CONTENT: MAIN - main content area */
#main {
	width:540px;
	margin-left: 170px;
	padding-left: 10px;
	padding-right:10px;
	margin-right: 10px;
	margin-top: 10px;
	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;
}
#main img {
border:thin solid #CCCCCC;
margin-right: 8px;
margin-bottom: 2px;
/* float: left;*/
}
#main ul {
	text-indent: 0px;
}
#main p {

}
#main tr {
text-align: center;
}
#imgCenter {
	text-align:center;
	width: 100%;
}
#imgCenter img {
float: none;
clear:both;
text-align:center;
margin: 0;
}
#imgNoFloat img{
float: none;
clear: both;
}
/* 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;
}
#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: #FFFFFF;
	float:none;
	clear: both;
	left:0px;
	bottom:0px;
	width:760px;
	height:61px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color: #FFCC00;
	text-decoration:underline;
}
#footerText {
text-align:right;
width:555px;
margin-left: 175px;
margin-right: 0px;
margin-top: 0px;
padding-left: 10px;
padding-right:10px;
padding-top:30px;
}