@charset "utf-8";


body {
	font: 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px; 
	
}
a img { 
	border: none;
}

a:link {
	color: #686d77;
	text-decoration: none;
}
a:visited {
	color: #686d77;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 810px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

.topper {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	padding: 10px 0px 90px 0px;
	background-color: #FFFFFF;
	position: relative;
	letter-spacing: 2px;
	clear: both;
}

.sidebar1 {
	float: left;
	width: 50px;
	height: 603px;
	text-align:center;
	background-color: #FFFFFF;
}
.content {
	position: relative;
	padding: 0px 0;
	width: 570px;
	border: none;
	text-align:center;
	float: left;
	top: -10px;

}	

.contentCopy {
	position: absolute;
	bottom: 40px;
	left: 0px;
	width: 120px;
	border: none;
	text-align: center;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #616648;
	font-size: 12px;
	overflow: visible;
	z-index: 500;
}

.contentCopy a:link a:visited {
	decoration: none;
	color: #616648;
}

a:hover, a:active, a:focus {
	color: #000000;
}

.sidebar3 {
	float: left;
	width: 190px;
	font-size: 12px;
	line-height: 14px;
	color: #a4a8ad;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-color: #FFFFFF;
	padding: 135px 0px 0px 0px;
}

.content ul, .content ol { 
	padding: 0;
}

.footer {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 0px 10px 50px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
}

.fade {
	transition: opacity .25s ease-in-out;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   border: 3px solid #ffffff;
}

.fade:hover {
      opacity: 0.7;
	  border: 3px solid #c2ce84;
}

.Nofade {
   border: 3px solid #ffffff;
}

.fltrt {
	float: right;
	border: none;
	margin-left: 8px;
}
.fltlft {
	float: left;
	border: none;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

div.positioner {position: absolute; right: 0;} 
div.fixed {
  width: 570px; 
  border: none; 
  height: 113px; 
  position: fixed; 
  top: 130px; 
  margin-left: 15px;
}
