#idBody {
	position: absolute;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background: #DDDC80;
	}

#div_Top,
#div_Right,
#div_Left,
#div_Main {
	position : relative;
	background: #EDEDED;
	border-style: solid;
	border-color: #77AA77;
	}

#div_Top {
	height: 50px;
	padding: 6px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 5px 0px;
	background: #DCED85;
	z-index: 1;
	}

#div_Left {
	float: left;
	width: 145px;
	padding: 5px 5px 10px 5px;
	margin: 0px 0px 200px 0px;
	background: #BBDDBB;
	border-width: 0px 3px 1px 0px;
	z-index: 10;
	}

#div_Right {
	float: right;
	width: 145px;
	padding: 5px 5px 10px 0px;
	margin: 0px 0px 0px 0px;
	background: #BBDDBB;
	border-width: 0px 0px 1px 3px;
	z-index: 10;
	}

#div_Main {
	padding: 0px 10px 10px 5px;
	margin: 0px 165px 0px 170px;
	background: #EEFFEE;
	border-width: 1px 10px 1px 10px;
	min-width: 350px;
	z-index: 1;
	}


.NeRTlogo,
.logosub,
.copyright,
.sectiontitle,
.generalcontent,
.fieldlabel,
.inputButtons,
.inputFields {
	font-family: Verdana, Arial, MS Sans Serif, sans-serif;
	}

.NeRTlogo {
	font-size: 14pt;
	font-weight: bold;
	}

.logosub {
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	}

.sectiontitle {
	font-size: 12pt;
	}
	
.generalcontent {
	font-size: 10pt;
	}

.copyright,
.fieldlabel,
.inputButtons,
.inputFields {
	font-size: 8pt;
	}

.inputFields {
	font-weight: bold;
	color: #005000;
	background: #FFFFFF;
	}

UL {
	list-style-type: circle;
	list-style-position: outside;
	}
	
OL {
	list-style-position: outside;
	}