body {
/*	background-color:#09b58e;
	background-image:url(../images/background-tl.jpg);
	background-repeat:no-repeat; */
	background-color:#000000;
	padding:0px;
	margin:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:justify;
}


.page  {
	margin:0px;
}


a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


label.form-entry {
	margin-bottom:8px;
}


div.page-header {
}


div.page-middle {
	width:750px;
}

div.middle-bottom {		/* after the funky angled-text part */
	padding-left:25px;
}

div.page-footer {
	width:750px;
	text-align:center;
}


.left-image {
	float:left;
}


.right-image {
	float:right;
}


#logo-image {		/* Top left on home and other pgaes */
	width:270px;
}


.header-right {
	margin-left:270px;
	padding-top:25px;
	padding-bottom:15px;
	vertical-align:middle;
}


.spacer {	
	clear:both;
}

	
.tight {
	margin:0px;
	padding:0px;
}


.tight-top {
	margin-top:0px;
	padding-top:0px;
}


.top-nav-btn {
	margin-top:75px;
	width:40px;
	margin-right:27px;
	margin-left:27px;
}


.fixed-font  {		/* for text elements that require a fixed spacing */
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
}


span.topic-title {
	font-weight:bold;
	font-size:16px;
}


#white-text  {
	color:#FFFFFF;
}


.copyright  {		/* for page-footer elements in small-type */
	font-size:xx-small;
}