a {
	color: #648300;
}

.clear {
	clear: both;
}

.nowrap { white-space:nowrap; }

.siteDocs a:hover {
	color: #fff;
}

.txtCopyright a {
	color: #ff3;
}

.txtCopyright a:hover {
	color: #f30;
}


.txtCopyright, a.txtCopyright {
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	color: #ddd;
}

.siteDocs {
	text-align: center;
	color: #ddd;
}

.siteDocs a {
	color: #ddd;
}

.logosContainer {
	text-align: center;
	width: 100%;

}

.logosContainer img {
	display: block;
	padding-bottom: 5px;
	margin: 0 auto;	
}

.copyBox {
	font-size: 13px;
	border: 1px solid green;
	padding: 10px;
	background-color: #ffe;
	height: auto !important;
	height: 500px;	
	min-height: 500px;
}

fieldset.emailForm {
	background-color: #f6f6f6;
}

fieldset.emailForm legend {
	font-size: 12px;
	font-weight: bold;
}

fieldset.emailForm ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

fieldset.emailForm li {
	margin-bottom: 10px;
}

fieldset.emailForm label {
	display: block;
	width: 130px;
	float: left;
}


