@charset "utf-8";
body  {
	background: #eee;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#container { 
	width: 720px;  
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#maincontent {
	margin: 0px 0px 0px 175px;
	padding: 10px 20px 20px 0px;
}	
#sidebar {
	float:left;
	padding:10px 20px 20px 20px;
	width:135px;
}
h1 {
	color: #009749;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 21px;
	font-weight: bold;
	letter-spacing: 0.25px;
	margin: 5px 0px -5px 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px -10px 0px;
}
form {
	background-color: #dfeee3;
	width: 320px;
	padding: 5px;
	font-size: 11px;
}
table {
	font-size: 11px;
}
input {
	height: 15px;
	background-color: #dfeee3;
	border: 1px solid #000000;
}
ul {
	margin: 5px 0px 5px 0px;
}
li {
	list-style-position: inside;
}
a {
	font-weight: normal;
	text-decoration: underline;
	color: #009749;
}
select {
	background-color: #dfeee3;
	border: 1px solid #000000;
}
.bsubmit {
	border-style: none none none none;
	width: 73px;
	height: 20px;
	margin: 5px 0px 10px 0px;
}
.RtColumnContainer {
	float: right;
	width: 210px;
	margin: 20px 15px 0px 10px;
}
.subscribe {
	width: 500px;
}
.mailingAddress {
	color: #000000;
	font-style: italic;
	margin-left: 25px;
}

.aboutTheAuthorHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px -5px 0px;
}
.footer {
	font-size: 9px;
	margin: 0px 80px 10px 0px;
	line-height: 12px;
	text-align: right;
}
.smallPrint {
	font-size: 9px;
	line-height: 12px;
	color: #999999;
}
.formTitleText {
	font-size: 16px;
	font-weight: bold;
	color: #009749;
	text-align: center;
	margin: 10px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.aboutTheAuthor {
	width: 155px;
	border: 1px solid #009749;
	font-size: 10px;
	background-color: #dfeee3;
	line-height: 12px;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 5px 5px 8px 5px;
}
.requiredForm {
	color: #FF0000;
}
.elancoLogo {
	margin: 35px 0px 20px 0px;
}
.hhimage {
	margin: 0px 0px 16px 0px;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.greenItalicText {
	font-style: italic;
	color: #009749;
}
.greenBoldCaps {
	font-weight: bold;
	text-transform: uppercase;
	color: #009749;
}
.hhemailIMG {
	float: right;
	margin: 20px 10px 100px 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.errorMsg {
	color:#900;
}
.error {
	border: #900 solid 1px;
	padding: 4px;
	background-color:#eee;
	margin-top: 8px;
	margin-bottom: 8px;
}
.error ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
.error_head {
	color: #900;
	font-weight:bold;
}
.footerUSA {
	font-size: 80%;
	color: #959595;
}
