body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body a {
	color: #000000;
	text-decoration:underline;
}
body a:hover {
	color: #007413;
	text-decoration:underline;
}


<!-- FOR EDITOR -->
td, tr, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #000000;
	text-decoration:underline;
}
a:hover {
	color: #007413;
	text-decoration:underline;
}
.ContentLeftHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #056939;
}
.ContentLeftHeader a {
	color:#056939;
	text-decoration:none;
}
.ContentLeftHeader a:hover {
	color:#056939;
	text-decoration:underline;
}
.ContentMainHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #056939;
}
.ContentMainHeader a {
	color:#056939;
	text-decoration:none;
}
.ContentMainHeader a:hover {
	color:#056939;
	text-decoration:underline;
}
.ImageBorder {
	border: 1px solid #666666;
}



.header {
	background-image: url(../images/header.jpg);
}
.admin-header {
	background-image: url(../awd-cms/images/header.jpg);
}
.nav-button {
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	text-transform: uppercase;
}
.nav-button a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-button a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-hand {
	cursor: hand;
}
.footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
.footer a {
	color: #FFFFFF;
}
.footer a:hover {
	color: #c0e1bd;
}
.content {
	background-color: #FFFFFF;
	text-align: left;
}