body {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* Top Section
--------------------------------------------------------------------------------------- */
.top {
	visibility:hidden;
}



/* Navigation
--------------------------------------------------------------------------------------- */
.nav {
	visibility:hidden;
}

.middle {
	visibility:hidden;
}


/* Main Content
--------------------------------------------------------------------------------------- */
.main {
	position:absolute;
	top:0px;
	color:#333;
}

.main h1 {
	font-size:40px;
	font-weight:normal;
	color:#0fa0c6;
	margin:0px 0px 20px 0px;
}

.main h2 {
	font-size:28px;
	font-weight:normal;
	color:#dbd056;
	margin:0px 0px 0px 10px;
}

.main h3 {
	font-size:20px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	color:#1985c1;
}

.main img {
	border:0px;
	margin:0px;
}

.main p {
	margin:15px 0px 15px 0px;
	line-height:22px;
}

a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
}


.main li {
	list-style-image:url(../images/li.gif);
	line-height:25px;
}

.height {
	min-height:450px;
}

.login {
	visibility:hidden;
}

.datetime {
	visibility:hidden;
}

.login img {
	border:0px;
}

hr {
	line-height:1px;
	height:1px;
	border:solid 1px #e5e5e5;
	margin:5px 0px 5px 0px;
}

.leftcolumn {
	position:absolute;
	width:435px;
	height:465px;
	padding-right:15px;
}

.leftcolumn img {
	border:solid 4px #e5e5e5;
	width:425px;
	height:233px;
}

.leftcolumn div:hover {
	border:solid 4px #dbd056;
}

.rightcolumn {
	float:right;
	width:450px;
	height:465px;
}

.rightcolumn div {
	border:solid 1px #fff;
	padding:0px 15px 0px 15px;
	margin-bottom:20px;
}

.rightcolumn div:hover {
	border:solid 1px #e5e5e5;
	background-color:#f9f9f9;
}

.date {
	background-image:url(../images/date.gif);
	background-repeat:no-repeat;
	padding:0px 7px 7px 7px;
	margin:5px 12px 20px 0px;
	font-size:36px;
	color:#1b83bd;
	width:46px;
	height:63px;
	display:block;
	float:left;
	border:solid 3px #e5e5e5;
	text-align:center;
}

.date strong {
	font-size:9px;
	font-weight:normal;
	display:block;
	color:#fff;
	text-align:left;
	margin:-2px 0px 10px 0px;
}


/* Sliding div
--------------------------------------------------------------------------------------- */
#mydiv {
	visibility:hidden;
}


/* Form elements
--------------------------------------------------------------------------------------- */
.fields {
	font-size:22px;
	height:26px;
	width:150px;
	padding:4px;
	margin-right:20px;
	color:#1985c1;
	border:solid 1px #d4d4d4;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.inputs strong {
	font-weight:normal;
	color:#949494;
}

.regfields {
	font-size:18px;
	height:26px;
	width:250px;
	padding:4px 4px 0px 4px;
	margin-right:20px;
	color:#4eacd8;
	border:solid 1px #d4d4d4;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.mandatory {
	font-size:18px;
	height:26px;
	width:250px;
	padding:4px 4px 0px 4px;
	margin-right:20px;
	color:#4eacd8;
	border:solid 1px #d4d4d4;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/background_mandatory.gif);
	background-position:top right;
	background-repeat:no-repeat;
}


.textbox {
	font-size:18px;
	height:200px;
	width:400px;
	padding:4px;
	margin-right:20px;
	color:#6ab5d8;
	border:solid 1px #d4d4d4;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.smalltxt {
	font-size:11px;
	line-height:16px;
}

.inputs strong {
	width:240px;
	float:left;
}


/* Registration Stages
--------------------------------------------------------------------------------------- */

.stage1 {
	border:solid 1px #e9f3cd;
	padding:30px;
	margin-bottom:30px;
	background-image:url(../images/stage_01.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.stage2 {
	border:solid 1px #deecf5;
	padding:30px;
	margin-bottom:30px;
	background-image:url(../images/stage_02.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.stage3 {
	border:solid 1px #ecdcc5;
	padding:30px;
	margin-bottom:30px;
	background-image:url(../images/stage_03.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.stage4 {
	border:solid 1px #efedc0;
	padding:30px;
	margin-bottom:30px;
	background-image:url(../images/stage_04.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}


/* Footer
--------------------------------------------------------------------------------------- */

.footershadow {
	visibility:hidden;
}

.footerwidth {
	visibility:hidden;
}

.footer {
	visibility:hidden;
}

.migrate {
	visibility:hidden;
}

.invest {
	visibility:hidden;
}


/* Staff
--------------------------------------------------------------------------------------- */
.staff {
	height:170px;
}

.sam {
	width:350px;
	border:solid 4px #e5e5e5;
	padding:20px;
	height:105px;
	color:#999;
	float:left;
	margin:0px 30px 10px 0px;
}

.sam p {
	font-size:17px;
}

.sam h1 {
	color:#009cca;
	font-size:32px;
}

.kris {
	width:350px;
	border:solid 4px #e5e5e5;
	padding:20px;
	height:105px;
	color:#999;
	float:right;
}

.kris p {
	font-size:17px;
}

.kris h1 {
	color:#009cca;
	font-size:32px;
}


/* Credits
--------------------------------------------------------------------------------------- */
.credit {
	visibility:hidden;
}
