* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial,sans-serif;
	font-size: 11pt;
}

img {
	border-width: 0px;
}

div#body {
	width: 800px;
	margin: 0px auto;
	background-image: url(./images/bg.gif);
	background-repeat: repeat-y;
}

a:link, a:visited {
	text-decoration: none;
	color: #90af2c;
}
a:hover, a:active {
	color: #FFFFFF;
}

div#top {
	height: 256px;
	width:890px;
	background-repeat: no-repeat;
	position: relative;
}

div#top.top {
	background-image: url(./images/top2.gif);
}

div#top.start {
	background-image: url(./images/top.gif);
}

div#top img#logo {
	position: absolute;
	bottom: 0px;
}

div#main {
	background-image: url(./images/menubg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: auto;
}

div#sidebar {
	min-height: 517px;
	width: 176px;
	float: left;
}

ul#menu {
	margin-top: 10px;
	list-style: none;
	width: 176px;
}

ul#menu li a:link, ul#menu li a:visited {
	display: block;
	color: #FFFFFF;
	background-color: #74951D;
	margin-bottom: 8px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-size: 12pt;
	padding-left: 15px
}

ul#menu li a.active {
	background-color: #627c17;
}

ul#menu li a:hover, ul#menu li a:active {
/*	color: #1F2E01; */
	background-color: #465715;
}

div#content {
	width: 624px;
	margin-left: 176px;
/*	background-image: url(./images/topbg.jpg);
	background-repeat: no-repeat; */
}
div#text {
	background-image: url(./images/linebg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 517px;
	padding: 10px 0px 100px;
}

div.padding {
	margin: 0px 27px;
}

h1 {
	font-size: 14pt;
	margin-bottom: 1em;
}

h2 {
	font-size: 12pt;
}

p {
	text-align: justify;
	margin-top: 1em;
}

div#content ul {
	margin-top: 1em;
	list-style: none;
}
div#content ul li {
	text-indent: -1em;
	margin-left: 2em;
	margin-top: 1em;
}
div#content ul li div {
	font-weight: bold;
	margin-bottom: 3px;
}



form label {
	display: block;
	float: left;
	width: 110px;
	margin-right: 10px;
	text-align: right;
}

form input {
	width: 17em;
	font-size: 11pt;
}
form input.submit {
	width: 7em;
	margin-left: 120px;
}

form textarea {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	width: 17em;
}

div.success {
	border: 1px solid #8bac31;
	background-color: #232b0c;
	padding: 5px;
}
div.error {
	border: 1px solid #c11c1c;
	background-color: #300707;
	padding: 5px;
}

form input.error, form textarea.error {
	background-color: #f6bfbf;
}

span.epr {
	display: none;
}