body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-color: #000;
	margin: 0;
	background-image: url("images/gradient.jpg");
	background-repeat: repeat-x;
	background-position:top;
	background-color: #ccc;
}
#maincontainer {
	margin: 10px auto;
	width: 703px;
}
a {
	color: #a1e809;
	text-decoration: underline;
}
a:hover {
	color: #a1e809;
}
#menu {
	vertical-align: top;
	text-align: left;
}
#content {
	vertical-align: top;
	font-size: .8em;
}
#menulist {
	font-size: .7em;
	text-align: left;
}
#menulist li {
	list-style: circle;
}
#menulist a {
	text-decoration: none;
	color: #a1e809;
	font-variant:small-caps;
	font-weight: bolder;
}
#footer {
	font-size: 1em;
	color:#a1e809;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.blocktitle {
	font-size: 1.3em;
	font-weight: bolder;
	color:#a1e809;
	font-variant: small-caps;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.blockcontent {
	font-size: .8em;
}
.blockcontent a {
	text-decoration: underline;
	color: #666;
	font-size: .9em;
}
.blocksubtitle {
	font-size: .8em;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #030;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #a1e809;
}
table tbody tr th {
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
}
/* form.css */
.button {
	border: 1px solid #a1e809;
	background-color: #333;
	font-family: Tahoma, Arial, sans-serif;
	padding: .2em;
	font-variant: small-caps;
	font-weight: bolder;
	color: #a1e809;
}
.form_error {
	border: 1px solid #069;
}
.error_message {
	display: inline;
	vertical-align: top;
	color: #069;
}
form {
	margin: 0 4px;
	font-size: 110%;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #DB8101;
}

form fieldset {
	font-size: 100%;
	border: 1px solid #666;
	padding: 10px;
}

form fieldset legend {
	padding: 0.2em 0.5em;
	border:1px solid #666;
	color:#fff;
	font-size:90%;
	text-align:right;
	background-color:#003300;
	font-variant: small-caps;
}
label {
	float:left;
	width:35%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:normal;
}
label u {
	font-style: normal;
	text-decoration: underline;
}

input, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	margin-bottom: 5px;
}

textarea {
	overflow: auto;
}

form div {
	clear: left;
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 5px;
  border: 1px solid #666;
  background-color: #ffffe1;
  color: #666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0px 3px 27px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #666;
  color: #666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #666;
  margin: 0px 0px 0px 142px;
  padding: 0px 5px 5px 5px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0px 3px 0px 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 100px;
  background-color: #f4f4f4;
  font-size: 12px;
  padding: 3px 5px;
  margin: 0px 0px 5px 0px;
  text-align: right;
  white-space:nowrap;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  margin: 0px 0px 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0px 0px 5px 0px;
}
p.error {
  color: #DB8101;
  background-color: #DBA941;
  font-size: 14px;
  padding: 1em;
}

form div input, form div select, form div textarea {
  padding: 1px 3px;
  margin: 0px 0px 0px 0px;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
}

