/* CSS Document */

body {															background-color: #015b01;
																font: 12px Arial, Helvetica, sans-serif;
																color: #010;
																font-weight: normal;
																margin: 0px; }

#header {
		width: 875px;
		padding-right: 45px;
		text-align: right;
		font-weight: bold;
		color: #CCCCCC;
	}
	#header a:link {
		color: #CCCCCC;
		text-decoration: none;
		font-weight: bold;
	}
	#header a:visited {
		text-decoration: none;
		color: #CCCCCC;
		font-weight: bold;
	}
	#header a:hover {
		text-decoration: underline;
		color: #FFCC00;
		font-weight: bold;
	}
	#header a:active {
		text-decoration: underline;
		color: #FFCC00;
		font-weight: bold;
	}
	#header ul {
		text-align:right;
		margin: 0 0 0 0;
		padding-left: 10px;
		padding-top: 2px;
	}
	#header li {
		list-style-type:none;
		padding: 0px 5px 0px 7px;
		border-left: 1px groove;
		display: inline;
	}
	#header li:first-child {
		border: none;
		padding: 0px 5px 0px 4px;
	}

#content {														text-align: left;
																padding: 0 20px 0 20px;
																font-weight: normal; }

h1 {															font-size: 18px;
																color: #FFF;
																text-decoration: none; }

h2 {															font-size: 15px; }

a:link {														color: #010;
																text-decoration: underline;
																font-weight: bold; }

a:visited {														color: #030; }

a:hover {														color: #FC6; }

a:active { 														color: #FC0; }

#sidebar {														text-align: left;
																padding: 0 25px 0 25px;
																color: #FFF; }

.sidebar_title {												font-size: 13px;
																color: #000;
																font-weight: bold; }

#sidebar a {													color: #F90;
																text-decoration: underline;
																font-weight: bold; }

#sidebar a:hover {												color: #FC0; }

#footer {														width: 850px;
																color: #FFF;
																text-align: center;
																font-weight: normal; }

#footer a:link, #footer a:visited {								color: #FFF;
																text-decoration: none; }

#footer a:hover, #footer a:active  {							text-decoration: underline;
																color: #CCAA00; }

#footer ul {													text-align:center;
																margin: 0;
																padding: 5px 0 0 10px; }

#footer li {													display: inline;
																background-image: url(../_images/bullet.gif);
																background-repeat: no-repeat;
																padding: 0 5px 0 17px; }

#footer li:first-child {										background-image: none;
																padding: 0 5px 0 0; }

#login
{
	position: absolute;
	text-align: left;
	padding-top: 5px;
	width: 688px;
	height: 0px;
	top: 0px;
	left: 50%;
	margin-left: -419px;
	overflow: hidden;
}
#loginElements
{
	padding-top: 5px;
	width: 686px;
	height: 28px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	color: #cccccc;
}
	.button_style {
			font-size: 11px;
	}
	.field_style {
			font-size: 11px;
	}

.drawLeft { 													margin-left: -8px; }

#flash_column {													padding: 0 18px 0 18px; }

.button_style {													font-size: 11px; }

fieldset {														border: 1px solid #6C6;
																padding: 10px 15px 15px 15px;
																margin-bottom: 20px; }

legend {														background: #6C6;
																margin-left: -7px;
																padding: 3px 6px; }

table.form {													width: 100%; }

td.label {														width: 40%; }

td.field {														text-align: right; }

div.fieldwrapper {												background: #FFF;
																border: 1px solid #030;
																height: 22px; }

div.filewrapper {												background: #FFF;
																border: 1px solid #030;
																height: 26px; }

div.textareawrapper {											background: #FFF;
																border: 1px solid #030;
																height: 155px; }

div.fieldwrapper p, div.textareawrapper p,
div.filewrapper p {											font-size: 0.9em;
																color: #555;
																margin: 4px 0 0 5px; }

div.fieldwrapper p.req, div.textareawrapper p.req,
div.filewrapper p.req {										font-size: 0.9em;
																color: #C00;
																margin: 4px 0 0 5px; }

																
div.fieldwrapper input, div.filewrapper input,
div.fieldwrapper select {										float: right;
																width: 280px;
																border: 1px solid #999;
																margin: 1px 1px 1px 0;
																text-align: right; }

div.textareawrapper textarea {									width: 455px;
																height: 100px;
																border: 1px solid #999;
																margin: 1px; }

span.checkbox {													margin-left: 20px; }

p.charsleft, input.charsleft {									font-size: 0.9em;
																color: #555; }
