/* GENERIC HTML TAGS */
h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:12px;
	color: #660000;
	float: none;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	line-height:12px;
	float: none;
}
h3 {
	font-size: 12px;
}
p {
	font-size: 11px;
}
a {
	text-decoration: none;
}
body {
margin: 0;
padding: 0;
background-color:#CFD5E7;
}
/* 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: -240px;
margin-left: -320px;
width: 640px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000066;
}
#centerFrame object {
border:thin solid #CCCCCC;
}
#centerFrame a {
	text-decoration: underline;
}
#centerFrame a:link {
color: #000066;
text-decoration: underline;
}
#centerFrame a:visited {
color: #000066;
text-decoration: underline;
}
#centerFrame a:hover {
color: #003399;
text-decoration: underline;
}
/* 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: #000066;
	background-image:url(images/content_repeat.jpg);
}
#wrapper strong {
	color: #660000;
}
/* LAYOUT DIV: HEADER */
#header {
	left:0px;
	top:0px;
	width:760px;
	height:150px;
	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: 135px;
	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: 135px;
	margin: 0;
	padding:0;
	color: #FFF;
	text-decoration: none;
	vertical-align:middle;
}
/* LAYOUT DIV: CONTENT: LHS: SIDEMENU */
#sidemenu {
	float: left;
}
#sidemenu strong{
/* line-height: 100%; */
}
#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;
}
#sidemenu li {
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{
font-weight:bold;
color: #FFF;
}
#sidemenu a:hover, #sidemenu a:active{
font-weight:bold;
color: #FC0;
background-color: #036;
}
#sidemenu br {
line-height: 50%;
}
/* LAYOUT DIV: CONTENT: MAIN - main content area */
#main {
	width:530px;
	margin-left: 160px;
	padding-left: 10px;
	padding-right:20px;
	margin-right: 15px;
	margin-top: 10px;
	padding-top:0px;
}
#main a {
	text-decoration: underline;
}
#main a:link {
	color: #000066;
}
#main a:hover {
	color: #003366;
	text-decoration:underline;
}
#main a:visited {
	color: #000066;
}
#main img {
border:thin solid #CCCCCC;
margin-right: 8px;
margin-bottom: 5px;
float: left;
}
#main p {

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