body {
	margin: 0px;
	background-color: #9FB7DB;
	color: #4378A6;
}

#container {
	padding: 0; 
	margin: 0;
}

#container
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	text-align:	center;
}

a {
	color: #4378A6;
}

.homemaintable {
	text-align:	left;
	background-image:url(images/home_background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
	width: 776px;
	height: 447px;
	position: absolute;
	/* Width / Height + negative margin of 50% to center */
	margin-left: -388px;  /* HALF the width of the flash movie */
	top: -223px;          /* HALF the height of the flash movie */
	left: 50%;
	visibility: visible;
}

.hometablecell {
	position:absolute;
	vertical-align:middle;
	top:21%;
	margin:0px;
}

.registertabletop {
	filter:alpha(opacity=85);
	opacity: 2;
	-moz-opacity:0.8;
	background-color:#D3D9E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 20px;
}

img {
   blankSrc: images/spacer.gif;
   behavior: url("javascript/pngbehavior.htc");
}

#leftpane {
	position: absolute;
	border: 1px solid white;
	top: 115px;
	left: 32px;
	padding: 10px;
	width: 285px;
	filter:alpha(opacity=90);
	opacity: 2;
	-moz-opacity:0.9;
	background-color:#D3D9E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#rightpane {
	position: absolute;
	border: 1px solid white;
	left: 410px;
	top: 37px;
	width: 303px;
	height: 315px;
	filter:alpha(opacity=90);
	opacity: 2;
	-moz-opacity:0.9;
	background-color: #D3D9E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 28px;
}

#rightpane label {
	width: 100px;
	text-align: left;
	color: #4378A6;
}

form {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}

#rightpane input,#rightpane textarea  {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}

#rightpane textarea {
	height: 45px;
}

.formrow {
	text-align: left;
	height: 30px;
}

#leftlink {
	position: absolute;
	left: 30px;
	top: 170px;
}

#rightlink {
	position: absolute;
	left: 385px;
	top: 170px;
}

tr {
	padding-top: 5px;
}

.redtext {
	color: #DA283E;
	font-size: 12px;
}

.downloads {
	color: #4378A6;
	font-size: 12px;
	margin-top: 1em !important;
	margin-top: -1em;
	margin-bottom: 1em !important;
	margin-bottom: -1em;
}

.downloads a {
	text-decoration: none;
}

.downloads li {
	margin-left: -1.6em;
}