body  {
	font: 100%  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	background: #515151;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
#column {
	border: #82af5a solid 1px;
}
p {
	text-align:left;

}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
h1 a:link, h1 a:visited {
	color:#000000;
}
.red-head {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
}
a:link, a:visited {
	color:#390;
}
a:hover, h1 a:hover {
	color: #C00;
}
h1.main {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
li {
	margin-left:-30px;
	padding-left: 0px;
} 
#form_box {
	border: #82af5a solid 1px;
}
#header {
	height: 173px;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(../images/ExpandPage_01.jpg) no-repeat left top;
}
#menu {
	position: relative; 
	width: 574px; 
	height: 29px;
	left: 110px;
	top: 4px;
}
#logo {
	width: 279px;
	height: 123px;
	left: 3px;
	float:left;
	margin-top: 10px;
	margin-left: 3px;
}
#CTA {
	position: relative; 
	float: right;
	width: 176px; 
	height: 41px;
	margin-right: 10px;
    top: 18px;
}
span.right, .right {
	text-align:right;
	right: 0;
}
