@charset "utf-8";

p, ul, li, h1, h2, h3, h4, h5  {
	margin: 0;
	padding: 0;
}
a:link, a:visited  {
	color:  #00F;
}
a:hover  {
	color: #396;
}
body  {
	background: #387DC7 url(../images/bg01.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#toptext  {
	width:  950px;
	margin: 0 auto;
	text-align: left;
	font-size: 24px;
}
#container { 
	width: 950px;  
	background: #F6F9FC;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #3F7051 url(../images/header01.jpg) no-repeat left; 
	height: 171px;
}
#menuContainer {
	margin: 0 5px;
	background: url(../images/menubg01.jpg) repeat-x;
}
#login  {
	width: 75px;
	float: right;
	height: 24px;
	border-left: 2px solid #F6F9FC;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 6px 5px 0 5px;
	background: url(../images/loginbg01.jpg) repeat-x;
	text-decoration: none;
}
#login a:link, #login a:visited {
	color: #000;
	text-decoration: none;
}
#login a:hover {
	color: #FFF;
	text-decoration: none;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	padding-top: 10px;
}
.sidebox  {
	width: 250px;
	background-color: #A2BF93;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
.sidebox p {
	padding: 10px;
}
#form {
	padding: 0 10px 10px 10px;
}
input.textfield  {
	width: 140px;
}
input.button  {
	width: 76px;
	height: 23px;
}
#textfield  {
	width: 140px;
	float: left;
	padding: 0 14px 0 0;
}

#freetrialcontainer  {
	padding: 10px;
	background: #A2BF93;
	width: 234px;
	height: 21px;
	border: 1px solid #000;
}

#freetrialcontainer input.textfield  {
	width: 140px;
	padding: 0;
	height: 19px;
}
#freetrialcontainer input.button  {
	width: 74px;
	height: 21px;
	margin-top: 0;
	float: left;
}

#mainContent { 
	margin: 0 270px 0 0; 
	padding: 0 20px; 
} 
#mainContent p {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.imageborder  {
	border: 1px solid #000000;
	padding: 2px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 18px 15px 18px;
	border: 1px solid #666;
	padding: 10px 20px 0 20px;
	background: #A2BF93;
	text-align: center;
} 
.fltrt {
	float: right;
	margin-left: 15px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 27px;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8BB787;
	color: #8BB787;
	padding: 10px 0 3px 0;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #8BB787;
}
.sidebox h3 {
	font-size: 26px;
	font-weight: normal;
	background-color: #96B386;
	color: #FFF;
	padding: 8px 10px;
}
.sidebox h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px 10px 10px;
}
.sidebox ul li {
	margin: 10px 10px 10px 25px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#sidebar1 img {
	margin-bottom: 10px;
}
.signed  {
	font-size: 24px;
	padding: 0 0 10px 30px;
	font-family: Chiller, Arial, Verdana;
}
#footerMenuTop {
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	margin-bottom: 10px;
}
#footerMenuBottom {
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	margin-bottom: 10px;
}
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer ul li{
	display: inline;
}
#footer li {
	display: block;
	padding: 5px;
	line-height: 10px;
}
#footerMenuTop li{
	display: block;
	padding: 0 20px;
}
#boottomText {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	padding-bottom: 10px;
	color: #FFF
}

.divider  {
	border-bottom: 1px dashed #A2BF93;
	margin-bottom: 10px;
}

.quote  {
	font-weight: bolder;
}

.shade01  {
	background: #E8EEE3;
	padding: 12px 8px 10px 8px;
	border-bottom: 1px dashed #96B386;
}

.shade02  {
	padding: 12px 8px 10px 8px;
	border-bottom: 1px dashed #96B386;
}
.underline {
	text-decoration: underline;
}
