body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #1A4F00;
	margin: 0px;
	padding: 10px;
}
a, a:active, a:visited {
	color: #308F00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	color: #333;
	line-height: 1.5em;
	padding: 10px;
	margin: 0px;
}
ul.bullets {
	line-height: 1.5em;
	color: #333;
	margin: 0;
	padding: 0 5px 10px 25px;
	list-style-image: url(/images/arrowpro2.gif);
}
.bullets li {
	margin: 0 0 5px;
}
input, textarea, select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
strong {
	color: #000;
}
h1 {
	background-color: #EEE;
	border-top: 1px solid #308F00;
	border-bottom: 1px solid #308F00;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px 0px 5px;
	margin: 5px;
}
h2 {
	color: #308F00;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
}
h5 {
	margin: 0px;
}
.title {
	background-color: #308F00;
	border: 1px solid #000;
	color: #FFF;
	padding: 0px 0px 2px 5px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 82px;
	width: 770px;
	background-color: #EDF2F5;
}
#flashheader {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 159px;
	border-top: 5px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#footer p {
	font-size: 9px;
	color: #eee;
}
#timestamp {
	color: #666;
	font-size: 9px;
	font-weight: normal;
	float: right;
	margin: 8px 5px 0px 0px;
}
#mainTable {
	border-bottom: 5px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#mainContent {
	width: auto;
}
/*#mainContent img {
	margin: 5px;
}*/
#mainContent img {
	border:2px solid #308F00;
	padding: 2px;
	float: left;
	margin: 5px 5px 0 0;
}
.imageborder {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCC;
}
#sideBar {
	width: 195px;
	background: url(../images/sidebarbkgrd.jpg) repeat-y;
	padding: 5px;
	margin: 0px;
}
#navbar {
	background-image: url(../images/navbarbkgrd.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	height: 26px;
	border: 1px solid #000;
}
#navbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navbar li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto;
}
#navbar a, #navbar a:visited, #navbar a:active {
	display: block;
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding: 6px 11px 6px 11px;
	float: left;
	border-right: 1px solid #ccc;
}
#navbar a:hover {
	background-image: url(../images/navON_grx.jpg);
	background-repeat: repeat-x;
	color: #000;
}
div.procedure {
	display:none;
}
