#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 96px;
	background-image: url(http://www.unisonplus.net/images/signup/stripe.gif)
}

#initialHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 113px;
	background-image: url(http://www.unisonplus.net/images/signup/initial_stripe.gif)
}

#contentBody {
	position: absolute;
	top: 96px;
	left: 0px;
	width: 100%;
}

#initialContentBody {
	position: absolute;
	top: 113px;
	left: 0px;
	width: 100%;
}

#menu {
	position: absolute;
	top: 74px;
	height: 25px;
	left: 0px;
	width: 100%;
}

#menuContent {
	width: 659px;
	padding: 0px;
	background-color: #FFF
}

#mainTable {
	width: 600px;
	font-size: 10pt
}

#lhColumn {
	padding: 15px;
	width: 90px;
}

#centreColumn {
	padding: 10px;
}

/* HTML element redefinitions */
BODY {
	margin: 0px;
	background-color: #FFF;
	font: 10pt Arial
}

IMG {
	border: 0px;
}

H3, H4 {
	color: #1D1785
}

B.heading {
 color: #8179DE;
 font-size: 8pt
}

IMG.menu {
	margin-left: 1px;
}

/* Common link attributes */
A:link {
	color: #1D1785;
	text-decoration: none
}

A:visited {
	color: #A79DE6;
	text-decoration: none
}

A:hover {
	color: #8179DE;
	text-decoration: none
}
/* For footer */
A.footer:link {
	color: #1D1785;
	text-decoration: none;
	font-size: 8pt
}

A.footer:visited {
	color: #A79DE6;
	text-decoration: none;
	font-size: 8pt
}

A.footer:hover {
	color: #8179DE;
	text-decoration: none;
	font-size: 8pt
}


/* Classes */

/* text boxes */
.textbox_on {
	background: #e6eef7;
	border: #036 1px solid;
	font-family: arial;
	font-size: 12px
}

.textbox_off {
	background: #e0e0e0;
	border: #999 1px solid;
	font-family: arial;
	font-size: 12px
}

/* Emphasis */
.redfont {
	color:#f00
}

.margin3px {
	margin: 3px
}

.footer {
 color: #8179DE;
 font-size: 7pt
}

/* These styles format the HTML from Outside */
.TextField {
	background: #e0e0e0;
	border: #999 1px solid;
	font-family: arial;
	font-size: 12px
}

.TextArea {
	background: #e0e0e0;
	border: #999 1px solid;
	font-family: arial;
	font-size: 12px
}

.Label {
	font: 10pt Arial
}

.FormContent {
	font: 10pt Arial
}

.signup_table {
}

.PanelColAtr0 {
	width: 150px
}

.PanelColAtr1 {
	white-space: nowrap
}

.Error {
	color:#f00;
	font-weight: bold
}