body { }

div#maincontainer {
	/*position: absolute; top: 5px; bottom: 0 auto; left: 14%; right: 14%;*/
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 749px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-color: #ffffff;
}
div#banner {
	/*position: absolute; top: 0px; left: 0px;*/
	position: relative; top: 0px; left: 0px;
	width: 749px;
	height: 200px;
}
div.logo {
	position: relative; top: 5px; left: 30px;
	float: left;
	width: 233px;
	height: 99px;
}
div#logotextpos {
	position: absolute; top: 25px; left: 510px;
	width: 239px;
	
}
.logotext {
	font-family: Trebuchet MS; 
	font-size: 12px; 
	font-weight:bold; 
	color: #000099; 
	text-align: left;
}
div#images {
	position: relative; top: 15px; left: 7px;
	width: 736px;
	height: 80px;
}
div#topnav {
	position: absolute; top: 200px; left: 300px;
	text-align: right;
}
.toplinks { 
	font-family: Trebuchet MS; 
	font-size: 12px; 
	font-weight:bold; 
	color: #000099;
}
a.toplinks:link, a.toplinks:visited { text-decoration: none; } 
a.toplinks:hover { text-decoration: underline; }
div#midleft {
	/*position: relative; top: 45px; left: 0px;*/
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 45px;
	width: 175px;		
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background-color: #ffffff;
}
div#midright {
/*	position: absolute; top: 245px; left: 180px;*/
	float: left;	
	margin-top: 0px;
	padding-top: 45px;
	width: 570px;
	border-left: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.ociptitle {
	font-family: Trebuchet MS; 
	font-size: 14px; 
	font-weight:bold; 
	color: #000000;
}
.text {
	font-family: Trebuchet MS; 
	font-size: 12px; 
	color: #000000;
}
a.text:link, a.text:visited { text-decoration: underline; color: #000099; }
a.text:hover { text-decoration: none; color: #cccccc; }

/*	Content		*/

div#content {
	position: relative; top: 25px; left: 0px; right: 0px;
	width: 749px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border: 1px solid #3366ff;
}

div.left {
	float: left;
	width: 370px;
	/*height: 330px;*/
	border: 1px solid #ff0000;
}
	
div.right {
	position: relative; top: 0px; left: 375px;
	width: 370px;
	/*height: 360px;*/
	border: 1px solid #666666;
	vertical-align: top;
}

div#regleft {
	position: relative; 
	float: left;
	top: 55px; 
	left: 10px;
	width: 320px;	
	border-right: 1px solid #e0e0e0;
}
div#regright {
	/*position: absolute; top: 255px; left: 349px;*/
	position: relative;
	float: left;
	top: 55px;
	left: 25px;
	width: 400px;
}
div#label {
	position: relative; top: 10px; left: 10px;
	float: left;
	width: 150px;
	display: inline;	
}
div#editleft {
	position: relative; top: 30px; left: 0px;
	float: left;
	width: 400px;	
	border-right: 1px solid #e0e0e0;
}
div#editright {
	position: absolute; top: 155px; left: 410px;
	width: 290px;
}
div#input {
	position: relative; top: 10px; left: 0px;
	width: 180px;
	display: inline;
}
.regtext {
	font-family: Trebuchet MS; 
	font-size: 12px; 
	color: #000099;
	line-height: 1.9em;
	text-align: right;
	padding-right: 20px;
}
div.ociplinks {
	position: relative; top: 30px; left: 0px;
	width: 165px;
	height: 320px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
div.errorpos {
	position: absolute; top: 510px; left: 50px;
	width: 500px;
}
.error {
	font-family: Trebuchet MS; 
	font-size: 12px; 
	color: #cc0000;
	font-weight: bold;
}
