@import url("core.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align:center;
	font-size:11px;
	background-color: #b6be56;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
a {color: #86325e; text-decoration:none;}   
a:visited {color: #86325e} 
a:hover {color: #86325e; text-decoration:underline;}  
p {
	margin:0px;
	line-height: 14px;
	padding: 0px 0px 13px 0px;
	font-size: 11px;
}
h1 { font-size:14px; color:#999999; text-transform:uppercase; padding-bottom:5px; }
h2 { font-size:13px; color:#a7ae4d; padding-bottom:5px; }
#wrapper {
	text-align:left;
	padding:0px;
	margin:0px auto;
	width:784px;
	padding:0px 7px;
	background-image: url(../images/bg_wrapper.gif);
	background-repeat: repeat-y;
}
	#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: 431px top;
	width: 784px;
	height:99px;
}
		#logo { padding:18px 0px 0px 30px; }
		#mainnav {width:780px; clear:both; text-align:center; margin:0px 2px; padding-bottom:2px; border-bottom:14px solid #c0b7bc; }
	#mainsection { clear:both; padding:1px 1px 24px 29px; width:754px; }
		#content { float:left; width:523px; padding-right:34px; padding-top:28px; min-height:580px; }
		#content-wide { float:left; width:723px; padding-right:34px; padding-top:28px; min-height:580px; }
		#sidebar { float:left; width:197px; }
			#subnav { }
		#footer { clear:both; border-top:1px solid #eaf2f0; margin:0px 29px; width:726px; text-align:center; color:#982c4a; font-size:10px; padding-bottom:20px; padding-top:20px; }
		#footer a { color:#982c4a; text-decoration:none;}
		#footer a:hover { color:#982c4a; text-decoration:underline;}
		#footer span a { text-decoration:underline; }
		#footer span a:hover { text-decoration:none; }

.backButton{
background-image:url(/images/backbutton-gradient.jpg);
background-repeat: repeat-x;
background-position: bottom center;
border: 2px solid #dadada;
color: #86325e;
font-weight: bold;
padding: 3px;
float: right;
}
