/* +++ 'Reset' browser +++ */

body {
	font-size: 62.5%;
	font-family: verdana, helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
	color: #333333;
}
* {
	padding: 0;
	margin: 0;
}
table {
	font-size: 1em;
}
/* +++ Basic text formatting +++ */



p {
	line-height: 1.4em;
	margin: 20px 0px 0px 0px;
}
ul {
	line-height: 1.4em;
	margin: 20px 0px 0px 0px;
}
ol {
	line-height: 1.4em;
	margin: 20px 0px 0px 0px;
	padding-left: 20px;
}
img {
	border: 0;
}
a {
	color: #74a500;
	font-weight: bold;
}
a:visited {
	color: #de3288;
}
a:hover {
	color: #ca0668;
}
h1 {
	font-size: 1.6em;
	color: #000;
}
h2 {
	font-size: 1.4em;
	color: #000;
	margin: 20px 0px 0px 0px;
}
/* +++ Column layout +++ */



#wrapper {
	background-color: #fff;
	position: relative;
	margin: 10px auto 10px auto;
	padding: 0;
	border: 0;
	width: 760px;
	text-align: left;
}
#header {
	height: 104px;
	width: 760px;
	background-color: #fff;
}
#content {
	position: relative;
	text-align: left;
}
#textWrapper {
	background-color: #fff;
	margin: 28px 22px 0px 158px;
	_height: 490px;
	min-height: 490px;
	font-size: 1.1em;
}
html> div#textWrapper {
	height: auto;
	min-height: 490px;
}
#textWrapper.narrow {
	margin-right: 185px;
}
#logos {
	position: absolute;
	width: 134px;
	margin: 28px 0px 0px 600px;
}
.backtop {
	font-size: 0.8em;
	text-align: right;
	margin: 10px 0px 0px 0px;
}
#regSteps {
	color: #999;
}
#regBoxout {
	padding: 15px 15px 15px 15px;
	background-color: #ffffff;
	margin: 20px 0px 0px 0px;
	border: 1px dashed #74a500;
}
#infoBoxout {
	padding: 15px 15px 15px 15px;
	background-color: #e1f0ae;
	margin: 20px 0px 0px 0px;
	border: 1px dashed #a0d329;
}
/* +++ Left menu +++ */



#leftMenu {
	margin: 28px 0px 0px 14px;
	width: 122px;
	position: absolute;
	border: 1px solid #74a500;
	background-color: #eefccb;
}
#leftMenu ul {
	list-style:none;
	margin: 0;
}
#leftMenu li {
	/*background-color: #fff;*/

	width: 110px;
	height: 18px;
	margin-bottom: 8px;
	padding: 4px 0px 0px 12px;
	font-size: 1.1em;
}
#leftMenu li#small {
	/*background-color: #fff;*/

	width: 110px;
	height: 11px;
	margin-bottom: 8px;
	padding: 4px 0px 0px 12px;
	font-size: 1.0em;
}
#leftMenu a {
	text-decoration: none;
	color: #74a500;
	font-weight: bold;
}
#leftMenu a:hover {
	text-decoration: none;
	color: #ca0668;
}
#leftMenu #current {
	text-decoration: none;
	background-color: #74a500;
	color: #eefccb;
	font-weight: bold;
}
#leftMenu #current a {
	text-decoration: none;
	/*background-color: #0f85e0;*/
	color: #ffffff;
	font-weight: bold;
}
#leftMenu #current2 {
	text-decoration: none;
	background-color: #FDDFFD;
	font-weight: bold;
	font-size:9px;
	color:#FFFFFF;
}
#leftMenu #submenu {
	text-decoration: none;
	font-weight: bold;
	font-size:9px;
}
/* +++ Image layout +++ */



img.logo {
	margin: 0px 0px 10px 0px;
}
/* +++ Forms layout +++ */



input.submit {
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 0.25em;
	background-color: #74a500;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999;
	border-bottom-color: #999;
}
input.submit:active {
	background-color: #74a500;
	color:#FFFFFF;
}
/*input.submit:active {

	background-color: #0F85E0;
	color:#FFFFFF;


}*/
input.submit:hover {
	background-color: #f41585;
	color:#FFFFFF;
}
input.text {
	border: 1px solid #999;
	padding-left: 2px;
}
select {
	border-color: 1px solid #999;
	background-color: #fff;
	color: #036;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
div.row {
	clear: both;
}
div.row span.label {
	padding-top: 13px;
	float: left;
	width: 130px;
	text-align: left;
}
div.row span.formText {
	padding-top: 13px;
	margin-left: 20px;
	float: right;
	width: 230px;
	text-align: left;
	font-weight: bold;
}
div.row span.formw {
	padding-top: 10px;
	margin-left: 20px;
	float: right;
	width: 230px;
s  text-align: left;
}
/* +++ Tables layout +++ */



td {
	padding: 3px 3px 3px 3px;
	width: 104px;
}
#reportTable td {
	font-size: 0.9em;
}
