/* GENERIC HTML TAGS */
h1 {
	font-size: 16px;
	font-weight: bold;
	/*line-height:24px;*/
	color: #333333;
	/*width: auto;
	background-image:url(images/h16.jpg);
	background-repeat: no-repeat;
	background-position: left;*/
	vertical-align: top;
	padding-top:4px;
}
#hh {
	padding: 0;
	padding-top:10px;
	margin:0;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	width: auto;	
	/*vertical-align: middle;*/
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 12px;
}
p {
	font-size: 11px;
	float:inherit;
}
input, select, option, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
input.submit {
    padding: 0;
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}

input.submit[class] {  /* IE ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}
a {
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	/*background-image:url(images/bckgrnd_repeat.jpg);
	background-repeat: repeat-x;
	border:none;
	background-attachment: fixed;*/
}
.italic {
	font-style: italic;
	float: left;
	clear:none;
}
.highlight {
	color:#333333;
}
.regtext {
 width:480px;
}
#regnow {
	width: 300px;
	text-align:center;
	border: 1px solid #CCCCCC;
	padding:5px;
	float:right;
}
table, tr, td{
text-align:center;
font-size:11px;
margin: 0;
float: 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: -225px;
margin-left: -296px;
width: 593px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
}
#centerFrame h1{
	font-size: 12px;
	font-weight: bold;
	line-height:12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#centerFrame p{
	font-size: 11px;
	line-height:12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#centerFrame a:link {
	text-decoration:underline;
	color: #FFFFFF;
}
#centerFrame a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#centerFrame a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
/* 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image:url(images/content_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center 450px;
	border: 1px solid #999999;
}
#wrapper strong {

}
/* LAYOUT DIV: HEADER */
#header {
	left:0px;
	top:0px;
	width:1000px;
	height:300px;
	clear: both;
	padding:0;
	margin:0;
	background-image:url(images/header09.jpg);
	background-repeat:no-repeat;
}
#headerText {
	width:auto;
	text-align:right;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right:0px;
	padding-top:99px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
#headerText a:link {
	color: #FFF;
}
#headerText a:visited {
	color: #FFF;
}
#headerText a:hover {
	color: #FFFFCC;
	text-decoration:underline;
}
/* 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: 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;
}
/* 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:#000000;
	float: left;
	border: thin solid #CCCCCC;
}
#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: #FFFFFF;
}
#sidemenu a:hover, #sidemenu a:active{
	color: #FFFFFF;
	background-color: #666666;
	/*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*/
	width:113px;
	padding: 2px 2px 2px 5px;
	height: 18px;
	background-color: #FFFFFF;
	background-image: url(images/navHeader_admin.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}
/* LAYOUT DIV: CONTENT: MAIN - main content area */
#premain {
width: 840px;
margin:0;
padding: 0;
/*margin-left:150px;
margin-right:10px;*/
border: none;
float: left;
background-image:url(images/mainRepeat_admin.jpg);
background-repeat:repeat-y;
}
#premain img {
/*margin: 0;
padding: 0;
border: none;
clear:none;*/
}
#main {
	padding-left: 10px;
	padding-right:10px;
	padding-top:0;
	border-top-width: 0;
	border-right-width: 3px;
	border-bottom-width: 0;
	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;
	background-repeat: repeat;
}
#main a {
	text-decoration: underline;
}
#main a:link {
	color: #333333;
	text-decoration:underline;
}
#main a:hover {
	color: #666666;
	text-decoration:underline;
}
#main a:visited {
	color: #333333;
	text-decoration:underline;
}
.imgLeft img {
border:thin solid #CCCCCC;
margin-right: 8px;
margin-bottom: 2px;
float: left;
}
.imgLeft {
border:thin solid #CCCCCC;
margin-right: 8px;
margin-bottom: 2px;
float: left;
}
.imgLeftBorderless img {
border:none;
margin-right: 8px;
margin-bottom: 2px;
float: left;
}
.imgLeftBorderless {
border:none;
margin-right: 8px;
margin-bottom: 2px;
float: left;
}
.imgCentre img {
border:thin solid #CCCCCC;
margin: 5px;
float: none;
text-align:center;
}
.imgCentre {
border:thin solid #CCCCCC;
margin: 5px;
float: none;
text-align:center;
}
#imgCentre img{
	margin: 3px;
	border:thin solid #CCCCCC;
	text-align:center;
}
#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;
}
#mainL {
width:443px;
margin-right:10px;
clear:none;
float: left;
}
#mainR {
width:120px;
float:left;
text-align:right
}
#mainR img {
border: none;
margin:0;
padding:0;
}
.imgRight {
float:right;
margin-left:8px;
margin-bottom:8px;
}
/* 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 #CCCCCC;
	background-color: #EFEFEF;
} 
#sponsors img{
border:none;
float:none;
clear: both;
margin:3px;
padding:0;
text-align:center;
}
#sponsors table, tr {
text-align:center;
margin:0;
padding:0;
}
#sponsors td {
text-align:center;
width:215px;
}
#video {
width: 80px;
text-align:center;
padding:10px;
border: thin solid #FFFFFF;
}
#video img{
text-align:center;
float:none;
margin:0;
}
#graphicCenter {
width:auto;
text-align:center;
padding:10px;
}
#graphicCenter img{
text-align:center;
float:none;
margin-left:0px;
border-bottom:none;
}
#graphicLeft {
width:auto;
text-align:left;
padding:10px;
}
#graphicLeft img{
text-align:left;
float:none;
margin:0;
}
#wallpaper {
	width: 100px;
	text-align:center;
	padding:20px;
	border: thin solid #FFFFFF;
	float: left;
}
#wallpaper img{
text-align:center;
/*float:left;*/
margin:0;
}
/* LAYOUT DIV: CONTENT: RHS - optional RHS section for possible later inclusion */
#RHS {
float:left;
width: 125px;
}
/* LAYOUT DIV: FOOTER */
#footer {
	color: #666666;
	float:none;
	clear: both;
	left:0px;
	bottom:0px;
	width:1000px;
	height:42px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size:10px;
/*	font-weight:bold;*/
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color: #333333;
	text-decoration:underline;
}
#footerText {
	text-align:left;
	width:980px;
	/*margin:0;*/
	padding-left: 10px;
	padding-right:10px;
	padding-top: 12px;
	font-size:10px;
	/*font-weight:bold;*/
}
