/* GENERIC HTML TAGS */
h1 {
	font-size: 14px;
	font-weight: bold;
	line-height:12px;
	color: #993399;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height:10px;
}
h3 {
	font-size: 12px;
}
p {
	font-size: 11px;
}
input, select, option, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #993399;
}
a {
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	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: -145px;
margin-left: -225px;
width: 450px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}
#centerFrame object {
border:thin solid #CCCCCC;
}
#centerFrame a {
	text-decoration: underline;
}
#centerFrame a:link {
color: #FFF;
}
#centerFrame a:visited {
color: #FFF;
}
#centerFrame a:hover {
color: #CC99FF;
}
#centerFrame img {
	border: thin solid #CCCCCC;
}
/* 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: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #993399;
	background-image:url(images/content_repeat.jpg);
}
#wrapper strong {

}
/* LAYOUT DIV: HEADER */
#header {
	left:0px;
	top:0px;
	width:760px;
	height:160px;
	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: 125px;
	margin-top: 0px;
	/*margin-left: 10px; - IE and FF display diff. IE 10px further right. Use padding instead*/
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: none;
}
/* Define links - display blocks 125px wide */
#LHS a {
	display: block;
	width: 110px;
	margin: 0;
	padding:0;
	color: #FFCC00;
	text-decoration: none;
	vertical-align:middle;
}
/* LAYOUT DIV: CONTENT: LHS: SIDEMENU */
#sidemenu {
	margin:0;
	background-color:#FFFFFF;
	float: left;
	border: thin solid #CCCCCC;
	display: none;
}
#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: 11px;
	line-height:150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidemenu li {
margin: 0;
}
#sidemenuImg {
margin: 0;
padding: 0;
width: 115px;
}
#sidemenuImg img, a {
padding: 0;
margin: 0;
}
#sidemenu a {
margin: 0px;
/*margin-left:4px;*/
text-decoration: none;
display: block;
padding: 2px 5px 2px 5px;
}

#nothing a {
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
}
#sidemenu a:link, #sidemenu a:visited{
color: #993399;
}
#sidemenu a:hover, #sidemenu a:active{
	color: #993399;
	background-color: #CCCCCC;
	background-image: url(images/navRollover.gif);
	background-repeat: repeat;
}
#sidemenu br {
/* line-height: 50%; */
}
#navHeader {
	/*image height is 22px, therefore height = 22 - 2px padding top and bottom*/
	padding: 2px 2px 2px 5px;
	height: 18px;
	background-color: #FFFFFF;
	background-image: url(images/navHeader.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #993399;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}
/* LAYOUT DIV: CONTENT: MAIN - main content area */
#premain {
width: 600px;
margin:0;
padding: 0;
/*margin-left:150px;
margin-right:10px;*/
border: none;
float: left;
background-image:url(images/mainRepeat.jpg);
background-repeat:no-repeat;
}
#premain img {
margin: 0;
padding: 0;
border: none;
clear:none;
}
#main {
	padding-left: 10px;
	padding-right:10px;
	padding-top:5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	background-color:#FFFFFF;
}
#main a {
	text-decoration: underline;
}
#main a:link {
	color: #990099;
	text-decoration:underline;
}
#main a:hover {
	color: #990099;
	text-decoration:underline;
}
#main a:visited {
	color: #990099;
	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: #993399;
	float:none;
	clear: both;
	left:0px;
	bottom:0px;
	width:760px;
	height:42px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer a:link, #footer a:visited {
	color: #993399;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color: #993399;
	text-decoration:underline;
}
#footerText {
	text-align:left;
	width:740px;
	/*margin:0;*/
	padding-left: 10px;
	padding-right:10px;
	padding-top: 12px;
}