body {
	text-align:center;
	margin:0px 0px 0px 0px;
/*	background-color:#EFFC98;*/
	background-color:#FFFFFF;
	background-image: url(/images/yellow-tile.jpg);
	background-repeat: repeat-y;
}
#main {
	text-align:left;
	margin:0px auto 0px auto;
	width:780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background-color:transparent;
	border:0px solid red;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
}
h1 {
	font-size:1.4em;
}
#navblock {
	position:relative;
	width:135px;
	float:left;
	height:360px;
	z-index:20;
}
#content {
	position:relative;
	float:left;
	width:600px;
}
#errormsg {
	color:red;
	font-weight:bold;
}
#header {
	width:100%;
	height:100px;
	background-image:  url(/images/logo/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin:5px auto 0px auto;
}
#navblock a {
	color:#000000;
	font-weight:bold;
	line-height:1.2em;
}
#navblock a:link {
	color:#000000;
	font-weight:bold;
	line-height:1.2em;
}
#navblock a:visited {
	color:#000000;
	font-weight:bold;
	line-height:1.2em;
}
#navblock a:hover {
	color:#0000FF;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
}
#navblock a:active {
	color:#000000;
	font-weight:bold;
	line-height:1.2em;
}
#horiz_nav {
	position:relative;
	width:70%;
	font-weight:normal;
	font-size:0.9em;
	text-align:center;
	margin:0px auto 0px auto;
	padding:10px 5px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
}	
#horiz_nav a {
	color:#000000;
	width:100px;
	font-weight:normal;
	line-height:0.9em;
	text-decoration:none;
/*	background-color:#CC6600;
*/	background-color:transparent;
	border:0px solid #000000;
	margin:0px 10px 0px 10px;
	padding:10px 0px 10px 0px;
	float:left;
	display:block;
	background-image: url(/images/horiz-button.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#horiz_nav a:link {
	color:#000000;
}
#horiz_nav a:visited {
	color:#000000;
}
#horiz_nav a:hover {
	color:#000000;
}
#horiz_nav a:active {
	color:#000000;
}
a {
	color:#000000;
	font-weight:bold;
	line-height:1.2em;
}
a:link {
	color:#000000;
	font-weight:bold;
	line-height:1.2em;
}
a:visited {
	color:#000000;
	font-weight:bold;
	line-height:1.2em;
}
a:hover {
	color:#0000FF;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
}
a:active {
	color:#000000;
	font-weight:bold;
	line-height:1.2em;
}
.row {
	position:relative;
	text-align:center;
	clear:both;
	width:70%;
}
.tbl_row {
	position:relative;
	text-align:left;
	clear:right;
	width:100%;
}
.tbl_cell {
	float:none;
}
.opt_cell {
	display:block;
	clear:both;
}
.label {
	float:left;
	clear:right;
	width:40%;
	font-size:0.8em;
}
.label_1 {
	float:left;
	width:20%;
	font-size:0.8em;
}
.label_2 {
	float:left;
	width:35%;
	font-size:0.8em;
}
.usr_label {
	float:left;
	clear:left;
	width:25%;
	font-size:0.8em;
}
.fld_label {
	float:left;
	width:40%;
	font-size:0.8em;
}

.input {
	float:left;
	width:60%;
	font-size:0.9em;
}
.chk_label {
	float:left;
	font-size:0.8em;
}
.chk_box {
	float:left;
	clear:left;
	width:25px;
	font-size:0.9em;
}
.chk_box_1 {
	float:left;
	width:10%;
	font-size:0.9em;
}
.clear {
	clear:both;
}
.small {
	font-size:0.8em;
}
.tiny {
	font-size:0.7em;
}
.reduced {
	font-size:0.9em;
}
input.reduced {
	font-size:1em;
}
.left {
	float:left;
}
.right {
	float:right;
}
.italics {
	font-style:italic;
}
.txtleft {
	text-align:left;
}
.txtcentre {
	text-align:center;
}
.txtright {
	text-align:right;
}
.red {
	color:#FF0000;
}
.blue {
	color:#0000FF;
}
#step_one {
	position:relative;
	height:100%;
	border:1px solid blue;
}
#step_two {
	position:relative;
	border:1px solid blue;
}
.help_text {
	color:#000000;
	font-weight:bold;
}
#no_marker ul {
	list-style-type:none;
}
#num_marker ul {
	list-style-type:decimal;
}