 /* CSS definition file containing site wide stylesheets */

body {
	height: 100%;
	 	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFFA;
	background-image: url(images/greensidebar.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

#nonfooter {
	height: 100%;
	left: 0px;
	top: 0px;

}
* html #nonfooter {
	height: 100%;
	text-align: center;
}
	
	
#footer{
float: right; width: 800px;
	font-size: x-small;
	text-align: center;
	margin-top: -15px;
	
}	
			
			


td,th {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

h1 {
	font-size: 28px;
	color: #7A8E46;
}
h2 {
	font-size: 26px;
	color: #B2AD8F;
}
h3 {
	font-size: 20px;
	color: #7A8E46;
}
h4 {
	font-size: 16px;
	color: #515436;
}
a:link {
	text-decoration: underline;
	color: #004329;
}
a:visited {
	text-decoration: underline;
	color: #8F8C33;
}
a:hover {
	text-decoration: underline;
	color: #8F8C33;
}

a:active {
	text-decoration: underline;
	color: #D0C381;
}

.success {
   color: #056050;
}
	
.warnmsg {
   color: #CC9900;
}
.paddedtext {
	padding: 10px;
	z-index: 3;
}

.error {
   color: #8F2D07;
}
 .plaincel { font-size: 16px;}
 .errortext { color: rgb(2,46,2); font-style: italic;}
 .Caps { font-size: large; color: rgb(102,0,0);}

 .smallprint {
	font-size: 10px;
	color: #004329;
}
 .smallondark {
	font-size: 11px;
	color: #F7F7DE;
}

.redbold {
	font-weight: bold;
	color: #990000;
}
.greenbold {
	font-weight: bold;
	color: #006600;
}

table.tableform, table.tableform td, table.tableform th {
	border-collapse: collapse;
	padding: 3px;
	background-color: #FBF9EE;
	border: thin solid;
}
table.tableform th, table.tableform th a:link, table.tableform th a:visited, table.tableform th a:hover, table.tableform th a:active  {
	background: #004D00;
	color: #FFFFFF;
	font-size: 12px;

}
.warning {
	font-size: 10px;
	font-style: normal;
	color: #AA0000;
}

input.formButton {
	background: #D0C381;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #000000;
	margin: 3px 1px 0px 0px;
}
input.alertformButton {

	background: #D9A19C;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #000000;
	margin: 3px 1px 0px 1px;
}
.lighttextbold {

	color: #F8F5ED;
	font-size: 16px;
	font-weight: bold;
}
.boldtable {
	color: #F4F3EA;
	background-color: #FFFFE8;
	border-collapse: collapse;
	border: 1px solid #606C37;
}
.btmline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}
.hilite {
	font-size: 14px;
	font-weight: bold;
	color: #404824;
	background-color: #C7D1A5;
}
.emphasized {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #4A552B;
}
 .hideme {
	 display: none;
	 padding: 5px 5px; margin-top: 5px;
	 line-height: 125%;
font-family: sans-serif;	
	border-bottom: 1px dashed black;
	border-top: 1px dashed black;
	background-color: #e5ead6;}	
	
.showme {
	 display: block;
	 padding: 5px;
	font-family: sans-serif;
	border-bottom: 1px dashed black;
	border-top: 1px dashed black;
	background-color: #e5ead6;}	
	