body {
	background-image: url(../images/bkgtile.gif);
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
td { padding: 0; }
#outer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 790px;
	position: relative;
}

/*----------------TOP area-------------------*/
#toparea {
	text-align: center;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#topinner {
	text-align: right;
	height: 146px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

/*-----------------------left navigation----------------*/
#leftnavouter {
	width: 100%;
	position: relative;
	height: 100%;
}
#leftnav {
	width: 155px;
	height: 360px;
	position: absolute;
	left: -14px;
	top: 0px;
}
#leftnav ul {
	list-style-type: none;
	margin: 0px;
}
#leftnav li {
	line-height: 2em;
	text-align:right;
}
#specialoffer {
	position: absolute;
	height: 123px;
	width: 132px;
	left: 7px;
	bottom: 57px;
	text-align: center;
}
#mmbranding  {
	position:absolute;
	height:55px;
	width:120px;
	left:13px;
	bottom:0px;
	font-size:9px;
	text-align:center;
}

a {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}

/*-----------------------------content areas---------------*/
#content {
	height: 351px;
	width: 568px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
}
#leftcontent {
	clear: both;
	float: left;
	height: 328px;
	width: 175px;
	font-size: 12px;
	text-align: left;
	position: relative;
}
#leftcontent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftcontent li {
	line-height: 2em;
}

#rightcontent {
	float: right;
	height: 328px;
	width: 375px;
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
}
#rightcontent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#rightcontent li {
	line-height: 2em;
}

td.layout { 
	background-color:#FFFFFF; 
	vertical-align:top;
}

#copyright {
	position: absolute;
	bottom: -20px;
	right: 0px;
	font-size: 11px;
	color: #99CC33;
	text-align: right;
	height: 18px;
	width: 565px;
	padding-right: 3px;
	background-color: #669900;
	clear: both;
	}
hr {
	border: 1px dashed #999999;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #669900;
}
.smallText {
	font-size: 12px;
}
.greenHeading {
	font-weight: bold;
	color: #669900;
}
.greentext  {
	color:#669900;
	}

/*-----------------------------input styles----------------------------*/

input {
	border:none;
	background-color:#CCFF99;
	color: #669900;
}
textarea {
	border:none;
	background-color:#CCFF99;
	color: #669900;
}
.nobkg input {
	background-color:#FFFFFF;
}
.errors {
	font-size: 12px;
	font-style: italic;
	color: #FF0000;
}
