body {
	margin: 0px;
	background: #FFFFFF url(../images/body-bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {padding: 9px 0px 9px 0px; margin: 0px;}
h1 {
	margin: 0px;
	padding: 9px 0px;
	color: #103800;
	font-weight: normal;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: left;
}
h1 span {
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #A7083E;
	padding: 6px 0px 0px 2px;
}

h2, h3 {
	font-size: 18px;
	color: #01628F;
	font-weight: normal;
	padding: 9px 0px;
	text-transform: uppercase;
	margin: 0px;
	text-align: left;
}
h3 {
	color: #DC6801;
	font-size: 14px;
	font-weight: bold;
}

#content p,#content li {line-height:20px;}
#content ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#content  ul li {
	line-height: 25px;
	list-style-type: none;
	background: url(../images/bullet.png) no-repeat left 6px;
	padding-left: 17px;
}

a:link, a:visited {
	color: #d21d69;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {color: #0192EB; text-decoration: none; font-weight: normal; font-variant: normal;}

img {border: none;}

.rightimg {float: right; margin: 10px 0px 10px 10px; position:relative; display:block;}
.leftimg {float: left; margin: 10px 10px 10px 0px; position:relative; display:block;}
img.leftimg, img.rightimg {
	border: 1px solid #F6AD2A;
	padding: 4px;
}


.leftimg span, .rightimg span {visibility:hidden;display:none;}
.leftimg:hover span, .rightimg:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}
#container {
	width: 972px;
	margin: 0px auto;
	background: url(../images/container-bg.jpg) repeat-y left top;
	position: relative;
	padding: 0px;
}
#top {
	height: 355px;
	width: 972px;
	background: url(../images/top-bg.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index:5;
}

#left {
	width: 309px;
	height: 462px;
	background: url(../images/left-bg.jpg);
	float: left;
	padding-top: 140px;
}

#content {
	padding: 5px 3px 0px 0px;
	text-align: justify;
	width: 660px;
	float: right;
	background: url(../images/content-bg.jpg) no-repeat left top;
	color: #164d00;
	font-size: 12px;
}
#content #footer {
	padding: 5px 0px;
	width: 660px;
	text-align: center;
	border-top: 1px solid #216904;
	margin: 10px 0px 0px;
	color: #000000;
}
#content #footer p { line-height: normal; }

#footer a:link, #footer a:visited {color: #DC6801;}
#footer a:hover {color: #206804;}

a.conversion {color:#FF0000;}
a.conversion:hover {color:#000000;}

#clear {clear:both;}
legend {
	color: #DC6801;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	text-align: left; }
fieldset {
	float: left;
	height:107px;
	margin:10px 0px 10px 10px;
}
.rightcta {float: right; margin: 3px 2px 10px 10px; position:relative; display:block;}
.rightcta span {visibility:hidden;display:none;}
.rightcta:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}
