/* Our main styles */
body {
	margin: 0;
	padding: 0;
	background: #095930;
	font: 10pt Arial, Verdana, Helvetica;
	color: #000;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font: bold 16pt Arial, Verdana;
	color: #333;
	border-bottom: 2px solid #dedede;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 12pt Arial, Verdana;
	color: #444;
}

hr {
	border: none 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	height: 2px;
	text-align: left;
}

p {
	font: 10pt Arial, Verdana;
	color: #000;
}
p.alert {
	color: #f00;
}


/* Wrapper */
#wrapper {
	margin: 0 auto;
	padding: 0 0 5px 0;
	width: 618px;
	background: #095930 url(/images/public_bg.jpg) top left repeat-y;
}

/* banner */
#banner {
	margin: 0;
	padding: 22px 0 0 0;
	width: 600px;
	background: #095930 url(/images/public_banner_bg.jpg) top left repeat-x;
	border-bottom: 1px solid #a8b5b5;
}

#banner img {
	margin: 0;
	padding: 0;
	border: 0;
}


/* content */
#content {
	margin: 15px 15px 10px 15px;
	padding: 15px;
	width: 538px;
	background: #fff;
	border: 1px solid #999;
}

/* footer */
#footer {
	margin: 0 auto;
	padding: 0;
	width: 618px;
	background: #095930 url(/images/public_footer_bg.jpg) top left no-repeat;
}

#footer p {
	margin: 0;
	padding: 15px 0 0 0;
	width: 600px;
	font: 8pt Arial, Verdana, Helvetica;
	color: #000;
	text-align: center;
}

#footer a, #footer a:active, #footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #111;
}


/* Styles for regular tables */
table {
	border-spacing: 1px;
}
th {
	font-size: 10pt;
	color: #ddd;
	background-color: #03400f;
	vertical-align: bottom;
	padding: 4px;
}
	th a, th a:active, th a:link, th a:visited {
		color: #dfdf78;
		text-decoration: none;
	}
	th a:hover {
		color: #dfdf78;
		text-decoration: underline;
	}
th.secondary {
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	background-color: #d1d1d1;
	vertical-align: bottom;
	padding: 4px;
}
tr {
	background-color: #e5e5d1;
	vertical-align: top;
}
tr.secondary_header {
	background-color: #d1d1d1;
	text-align: center;
}
tr.recordcount {
	background-color: #fff;
	text-align: right;
}
tr.highlight {
	background-color: #cbcba3;
	font-weight: bold;
}
tr.break {
	background-color: #d1d1d1;
	font-size: 3pt;
	height: 5px;
}
tr.footer {
	background: #fff;
}
td {
	font-size: 8pt;
	padding: 5px;
	border: 0px;
}




/* Styles for form tables */
table.form {
	border-spacing: 1px;
}
table.form tr {
	background-color: #fff;
}
table.form td {
	background-color: #fff;
	font-size: 10pt;
	padding: 5px;
	border: 0px;
}
select {
	font-size: 11px;
	font-family: Arial, Helvetica;
}



/* Links */
a, a:active, a:link, a:visited {
	color: #0d4575;
}
a:hover {
	color: #bd0707;
}