#top {
	position: relative;
	width: 600px;
	top: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 60px;
	clear: left;
}
#menu {
	position: relative;
	left: 0px;
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
}
#content {
	position: absolute;
	left: 96px;
	top: 96px;
	width: 600px;
	border: 1px solid #648CC4;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#content #formleftcol {
	position: relative;
	width: 100px;
	float: left;
	margin: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #648CC4;
}

#content #formrightcol {
	position: relative;
	float: left;
	width: 500px;
	clear: right;
	padding-bottom: 5px;
	margin: 0px;
}
#content #formrightcol-standalone {
	position: relative;
	float: left;
	width: 500px;
	clear: both;
	left:100px;
	padding-bottom: 5px;
	margin: 0px;
}
#content #formrow-standalone {
	position: relative;
	float: left;
	width: 600px;
	clear: both;
	padding-bottom: 5px;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
input,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #658DC5;
}
h1,h2,h3,h4,h5 {
	color: #648CC4;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	text-decoration: overline;
}
.row0 {
	background-color: #EEEFEA;
}
.row1 {
	background-color: #E1E0CE;
}
.noborder {
	border: none;
}
#content #display {
	float: left;
	width: 80%;
	margin: 5px;
	padding: 0% 10%;
	height: auto;
}
.blueborder {
	border: 1px solid #658DC5;
}
#content #display .feedback {
	background-color: #EAEAEA;
	float: left;
	border: 1px dotted #658DC5;
	position: relative;
	margin: 0px;
	padding: 4px;
	width: 450px;
	clear: left;
}
#content #display .tabletop {
	font-weight: bold;
	background-color: #BCC9DC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #465E8A;
	border-bottom-color: #465E8A;
	margin: 0px;
	padding: 2px;
}
#content #display .tableborder {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #465E8A;
	border-left-color: #465E8A;
	margin: 0px;
	padding: 0px;
}
#content #display .tdborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #465E8A;
	border-bottom-color: #465E8A;
	margin: 0px;
	padding: 2px;
}
#content #display .tdspacer {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #465E8A;
	margin: 0px;
	padding: 0px;
}

