div#container {
	background-image: none;
	background-color: #00036a;
}
div#regcontainer {
	background-color: #ffffff;
	margin: 0 auto;
	width: 800px;

}
#regmenu {
	padding: 0;
	margin-bottom: 20px;
	width: 100%;
	border-top: 5px solid #ffffff; /*Highlight red color theme*/
	background: transparent;
}
#regmenu ul {
	padding: 0;
	list-style: none;
	border-bottom: 8px solid white;

}
#regmenu li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 5px;
	background-color: #fffb64;
	text-transform: uppercase;
	border-top-right-radius: 40%;
	border-bottom-right-radius: 40%;
}
#regmenu .current {
	background-color: #ff8a09;
}
.regbanner {
	background-color:#3ea0c1;
	font-weight: bold;
	font-size: 20px;
	padding: 10px;
}
#reglogonform {
	font-size: 14px;
}
#reglogonform table {
	width: 100%;
}
#reglogonform .body td {
	vertical-align: top;
	background-color: #3ea0c1;
	border-radius: 3%;
	padding: 7px;
	text-align: justify;
}
#reglogonform .title td {
	width: 50%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#reglogonform .centretable {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
#reglogonform h1 {
	font-size: 14px;
	font-weight: bold;
}
#reglogonform .subtext {
	padding-top: 2em;
	font-style: italic;
	font-size: smaller;
}
#reglogonform .regcolour {
	background-color: #3ea0c1;
}
.left {
	float: left;
}
.right {
	float: right;
}
.centre {
	text-align: center;
}
div .cleardiv {
	clear: both;
	height: 1em;
}