body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	font-family: arial,helvetica,verdana;
	font-size: 0.75em;
	font-weight: normal;
}

h1 {
	color: #8dc66a;
	margin-top: 0px;
	font-size: 1.8em;
	letter-spacing:-0.04em;
	font-weight:  normal;
	font-family: arial,helvetica,verdana;
}

h2 {
	color: #8dc66a;
	margin-top: 0px;
	font-size: 1.5em;
	letter-spacing:-0.04em;
	font-weight: normal;
	font-family: arial,helvetica,verdana;
}

a:link {
	color: #8dc66a;
	text-decoration: underline;
}
a:visited {
	color: #8dc66a;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
	background: #8dc66a;
}
a:active {
	color: #000;
	text-decoration: none;
	background: #8dc66a;
}

a:link.footerNav {
	color: #8dc66a;
	text-decoration: none;
}
a:visited.footerNav {
	color: #8dc66a;
	text-decoration: none;
}
a:hover.footerNav {
	color: #000;
	text-decoration: none;
	background: #8dc66a;
}
a:active.footerNav {
	color: #000;
	text-decoration: none;
	background: #8dc66a;
}

#global {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 774px;
	height: inherit;
	margin-left: -387px;
	background: url(../images/main-bg.gif) repeat-y;
}

#headerContent {
	position: relative;
	left: 4px;
	top: 0px;
	background: #000;
	width: 760px;
	height: 132px;
}

#logo {
	position: absolute;
	left: 27px;
	top: 17px;
}

#headerImage {
	position: absolute;
	right: 0px;
	top: 0px;
}

#headerLine {
	position: absolute;
	left: 181px;
	top: 132px;
	width: 583px;
	height: 1px;
}

#navContent {
	float: left;
	margin-left: 4px;
	width: 175px;
	height: 211px;
	background: url(../images/nav-bg.gif) no-repeat;
}

#mainContent {
	float: left;
	width: 543px;
	padding: 20px;
}

#pageContent-small {
	width: 330px;
	float: left;
	text-align: justify;
}

#pageContent-full {
	width: 545px;
	float: left;
	text-align: justify;
}

#rightPanel {
	width: 202px;
	height: 276px;
	float: right;
	background: url(../images/rightpanel-bg.gif) no-repeat;
}

#rightPanelContent {
	padding: 20px;
	font-size: 0.9em;
}

#footer {
	float: left;
	margin-left: 4px;
	margin-top: 10px;
	width: 760px;
	height: 59px;
	background: url(../images/footer-bg.gif) no-repeat;
}

#footerNav {
	position: relative;
	top: 7px;
	width: 745px;
	font-size: 0.8em;
	text-align: right;
	color: #7d8f85;
}

#footerCopyright {
	position: relative;
	top: 23px;
	width: 745px;
	font-size: 0.8em;
	text-align: right;
	color: #7d8f85;
}

.tableHeader {
	background: #8dc66a;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	height: 23px;
}

.tableRow {
	background: #121212;
	font-size: 0.9em;
	height: 23px;
}

.submitRow {
	background: #222;
}

input, select {
	font-size: 0.85em;
}

.mandatory {
	color: #8dc66a;
	font-size: 1.8em;
	vertical-align: middle;
}