a:link {color:#0000ff; text-decoration: none; }
a:active {color: #ff0000; text-decoration: underline; }
a:visited {color: #800080; text-decoration: none; }
a:hover {color: #006600; text-decoration: underline; }

body {
	background-color:#ffffee;
	width:725px;
	margin:10px;
	padding:0px;
	}

#topdiv {
	width:720px;
	height:105px;
	border:1px solid #006600;
	}

#middlediv {
	width:722px;
	height:395px;
	position:relative;
	margin-top:0px;
	padding-top:10px;
	}
		
#leftdiv {
	float:left;
	width: 150px;
	height: 395px;
	background-color:#ffffdd;
	text-align:center;
	color:#006600;
	border:1px solid #006600;
	}

#rightdiv {
	float:right;
	width: 560px;
	height:395px;
	margin-right:0;
	background-color:#ffffdd;
	border:1px solid #006600;
	}
	
.rightinnerdiv {
 	margin:10px;
	color:#005100;
	font-weight:bold;
	font-size:15px;
 	}
	
.bottomdiv {
	width: 720px;
	height: 60px;
	top: 10px;
	position:relative;
	border:1px solid #006600;
	background-color:#ffffdd;
	}		

.formTitle {
	color:#005100;
	text-align:right;
	padding-right:10px;
	}

.formBox {
	background-color:#ffffee;
	color:#005100;
	}
	
.heading {
	font-size:20px;
	text-align:center;
	font-weight:bold;
	}
		
br {
	clear: both;
	line-height:10px;
}