/* Global Styles */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#54544B;
	text-align:center;
	line-height: 17px;
	margin-top:0;
	margin-bottom:0;
	background-color: #bac856;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #A5BA41;
	line-height: 23px;
}
h2 {
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	color: #A5BA41;
}


 .mainBox {
	position: relative;
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/shadow_shim.gif);
}
 .mainBoxInner {
	position: relative;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/mainbox_background.gif);
}
 .columnLeft {
	position: absolute;
	width: 163px;
	height: 490px;
}
 .columnMid {
	padding-left: 163px;
	position: static;
	width: 387px;
}
 .columnRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 190px;
	height: 486px;
	margin-bottom: 0px;
}
 .columnMidPadding {
	position: relative;
	top: 0px;
	padding-left: 35px;
	padding-right: 35px;
}



.row {
	position: relative;
}
 .bottomBar {
	background-image: url(../images/bottom_bar_shim.gif);
	position: relative;
	height: 38px;
	color: #a5ba41;
	text-align: center;
}
 .bottomMenu {
	position: relative;
	top: 11px;
}
 .rightColPadding {
	position: relative;
	padding-left: 34px;
	padding-right: 10px;
}
 .imagePadding {
	padding-bottom: 5px;
	padding-left: 5px;
}
 .rightColText {
	color: #F6F5E1;
}
 .privacyLink {
	position: absolute;
	bottom: 49px;
	color: #99a174;
	left: 21px;
}

 .textFields {
	background-color: #FCFBF5;
	border: 1px solid #ECE8CA;
	color: #8F8A61;
	font-size: 11px;
}
 .buttonPosi {
	padding-left: 10px;
	position: relative;
}
