body {
	color: #000;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.scroll { color: #000; font-size: 10px; text-align: left; width: 487px; height: 100%; overflow: auto; }
li {
	list-style-type: disc;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: -1.5em;
}
hr {
	color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	margin-top: .65em;
	margin-right: 0px;
	margin-bottom: .65em;
	margin-left: 0px;
}

.form_thankyou {
	color: #00CC00;
	font-size: 13px;
}
.bkg_edge_right {
	background-image: url(../gfx/bkg-edge-right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #000000;
}
.bkg_edge_left {
	background-image: url(../gfx/bkg-edge-left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #000000;
}
.holding_cell {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
.side_panel {
	font-size: 12px;
	color: #000000;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #3D3D3D;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 8px;
}





.main_content {
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #3D3D3D;
	border-right-color: #3D3D3D;
	border-bottom-color: #3D3D3D;
	background-color: #000000;
	color: #FFFFFF;
}


.main_content_minpad td {
	font-size: 12px;
	vertical-align: top;
	padding: 3px;
	color: #FFFFFF;
}
.menu_container {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3D3D3D;
	border-bottom-color: #3D3D3D;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #3D3D3D;
	background-color: #3B4F3D;
}


.menucell {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}
.menucell_last {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}


.menu_norm {
	text-decoration: none;
	width: 150px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}
a.menu_norm:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu_norm:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.menu_norm:hover {
	text-decoration: none;
	color: #83C246;
}
a.menu_norm:active {
	text-decoration: none;
	color: #83C246;
}
.menu_on {
	text-decoration: none;
	color: #83C246;
	width: 150px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}
a.menu_on:link {
	text-decoration: none;
	color: #83C246;
}
a.menu_on:visited {
	text-decoration: none;
	color: #83C246;
}
a.menu_on:hover {
	text-decoration: none;
	color: #83C246;
}
a.menu_on:active {
	text-decoration: none;
	color: #83C246;
}



.menu_norm_arrow {
	text-decoration: none;
	width: 150px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}
a.menu_norm_arrow:link {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../gfx/menu-arrow.jpg);
	background-repeat: no-repeat;
	background-position: right 13px;
}
a.menu_norm_arrow:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../gfx/menu-arrow.jpg);
	background-repeat: no-repeat;
	background-position: right 13px;
}

a.menu_norm_arrow:hover {
	text-decoration: none;
	color: #83C246;
	background-image: url(../gfx/menu-arrow_over.jpg);
	background-repeat: no-repeat;
	background-position: right 13px;
}
a.menu_norm_arrow:active {
	text-decoration: none;
	color: #83C246;
	background-image: url(../gfx/menu-arrow_over.jpg);
	background-repeat: no-repeat;
	background-position: right 13px;
}
.menu_on_arrow {
	text-decoration: none;
	width: 150px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}
a.menu_on_arrow:link {
	text-decoration: none;
	color: #83C246;
	background-image: url(../gfx/menu-arrow_over.jpg);
	background-repeat: no-repeat;
	background-position: right 13px;
}
a.menu_on_arrow:visited {
	text-decoration: none;
	color: #83C246;
	background-image: url(../gfx/menu-arrow_over.jpg);
	background-repeat: no-repeat;
	background-position: right 13px;
}

a.menu_on_arrow:hover {
	text-decoration: none;
	color: #83C246;
	background-image: url(../gfx/menu-arrow_over.jpg);
	background-repeat: no-repeat;
	background-position: right 13px;
}
a.menu_on_arrow:active {
	text-decoration: none;
	color: #83C246;
	background-image: url(../gfx/menu-arrow_over.jpg);
	background-repeat: no-repeat;
	background-position: right 13px;
}


.copyright {
	font-size: 11px;
	color: #999999;
	padding-left: 8px;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
}
.powered_by {
	font-size: 11px;
	color: #999999;
	padding-left: 0px;
	text-align: right;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
}
.powered_by a:link {
	text-decoration: none;
	color: #999999;
}
.powered_by a:visited {
	text-decoration: none;
	color: #999999;
}
.powered_by a:active {
	text-decoration: underline;
	color: #999999;
}
.powered_by a:hover {
	text-decoration: underline;
	color: #999999;
}
.form_error_msg {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0093A8;
	display: block;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 13px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
