body {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #f6f6f6;
}

a {
	color: #b6b000;
	text-decoration: none;
}

a:visited {
	color: #b6b000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*<group=masthead styles>*/

#logo {
	float: left;
}

#masthead {
	border-bottom: thin solid #6a6a6a;
	/*border-top-style: hidden;*/
	margin: 0;
	height: 50px;
	padding: 3px 0px 3px 1em;
	background: #d6c400;;;
}

#masthead h1 {
	display: block;
	font-size: 180%;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-variant: small-caps;
	color: #ffffff;
}

#masthead h2 {
	margin: 0px;
	font-size: 100%;
	margin-left: 15px;
	color: #ffffff;
	font-weight: normal;
	display: block;
	font-variant: small-caps;
}
	
/*</group>*/

/*<group=globalNav styles>*/

#globalNav ul{
  padding-left: 0px;
	border-bottom-style: none;
	border-bottom-width: thin;
	padding-bottom: 1px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}

#globalNav ul li {
	display: inline;
	border-bottom: thin solid #000000;
}

#globalNav ul li a {
	padding: 0.2em .7em 0.2em .7em;
	background-color: #eeeeee;
	text-decoration: none;
	border-left: thin solid #3e3e3e;
	border-right: thin solid #3e3e3e;
	border-top: thin solid #3e3e3e;
	font-size: 80%;
}

#globalNav ul li .active {
	color: #636363;
	border-bottom: thin solid #ffffff;
	background: white;
}

#globalNav ul li a:hover {
  background-color: #ffffff;
}

#globalNav ul li #active a:hover {
	background: white;
}
	
/*</group>*/

/*<group=rightbar styles>*/

.linklist li {
	font-size: 90%;
}

#rightbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#rightbar ul li {
	font-size: 100%;
	color: #74993B;
	list-style: none;
	padding-top: 10px;
}

#rightbar ul ul li {
	display: list-item;
	list-style: inherit disc;
	color: #636363;
	margin-left: 5px;
	padding-top: 0px;
}

#rightbar {
	width: 15em;
	border-style: dotted;
	border-width: thin;
	font-size: 80%;
	background-color: white;
	position: absolute;
	right: 0.75em;
	top: 82px;
	color: #636363;
	padding: 5px 3px 5px 5px;
}
	
/*</group>*/

/*<group=footer styles>*/

#footer {
	font-size: 70%;
	color: #585858;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 220px;
	padding-right: 8px;
	padding-left: 8px;
}

.footerimg {
	margin-right: 10px;
	float: left;
}
	
/*</group>*/

#content p {
	font-size: small;
}

#content {
	border-style: dotted;
	border-width: thin;
	background: white;
	color: #636363;
	margin-left: 10px;
	margin-right: 220px;
	padding-right: 8px;
	padding-left: 8px;
}

#tableForm input, #tableForm label {
	display: block;
	float: left;
	margin-bottom:  5px;
	width:  200px;
}

#tableForm label {
	width: 125px;
	text-align: right;
	padding-right: 20px;
}

#tableForm br {
	clear: left;
}

#button {
	width:  50px;
}

#req {
	color: #ea4800;
	display: inline;
}

#content ul li h4, #content ul li h5, #content ul li p {
	margin: 0px;
}

#content ul li {
  margin-bottom:  10px;
}

#content dl {
	margin-left: 10px;
	margin-top: 0px;
}

dl dt {
	font-size: small;
	font-weight: bold;
}

dl dd {
	font-size: small;
	margin-left: 5px;
	margin-bottom: 5px;
}

#content label {
	font-size: small;
	float: left;
}

#content h2 {
	font-size: 140%;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #74993B;
}

#content h3 {
	font-size: 100%;
	color: #74993B;
	margin-bottom: 5px;
}

.error {
	background: #ffc89c;
	padding: 3px;
	border-style: dotted;
	border-width: thin;
}

td {
	border-style: solid;
	border-width: thin;
	padding: 3px;
}

.r0 td {
	background: #eeede3;
}

.r1 td {
	
}