/* CSS Document */

body, tr, td {
  font-family: Trebuchet MS, Arial;
  font-size: 11px;
  text-align: center;
}

tr, td {
  font-family: Trebuchet MS, Arial;
  font-size: 11px;
}


div#innerbody {
	position: relative;
	top: 55px;
	margin: 0px auto;
	border: 1px solid;
	padding-right: 0px;
	margin-bottom:138px;
	width: 718px;
	
	background: #ffffff;
	text-align:left;	
	font-family: Trebuchet MS, Arial, sans serif;
}

#body .column {
  float: left;
}

.clear
{
	clear: both;
}

div#header {
	position: absolute;
	top: -21px;
	left:0px;
	width: 718px;
	background: #fff;
	}
	
	
#footer {
	position: absolute;
	bottom: -85px;
	left: 0px;
	width:718px;
}



/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}
	
#logo {
	position: absolute;
	top: 0px;
	width: 45px;
	left: -23px;
	z-index:100;
}

.title {
	font-size: 17px;
	color: #5E3710;
	font-weight: bold;
}

.orangeaccent {
	color: #DB5F05;}

#footercontainer {
	position: relative;
	margin: 0 auto;
	width: 718px;
}
#footerbottom {
	background-color:#CC99FF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	background: #ffffff;
}

#primarytext {
	position:absolute;
	width:190px;
	text-align:justify;
	z-index:100;
	top:40px;
}

div.pma {
	color:black;
	font: bold 13px/21px Trebuchet MS, Arial;
}

div.body {
	color:#51351b;
	font: normal 12px/21px Trebuchet MS, Arial;
}

#back {
	position: absolute;
	top: 23px;
	width: 45px;
	left: 90px;
	text-transform: uppercase;
	font-weight: bold;
	color: #DB5F05;
	z-index:100;
}

.footer-1 { border-left: solid 1px #ccc; width: 210; float:left; margin:35px 0 0 0; padding:0; text-align:left; }
.footer-2 { border-left: solid 1px #ccc; width: 255; float:left; margin:35px 0 0 0; padding:0; text-align:left; }
.footer-3 { border-left: solid 1px #ccc; width: 108; float:left; margin:35px 0 0 0; padding:0; text-align:left; }
.footer-4 { border-left: solid 1px #ccc; width: 140; float:left; margin:35px 0 0 0; padding:0; text-align:left; }

.footer-1 div, .footer-2 div, .footer-3 div, .footer-4 div { padding:5px 0 30px 10px; font: 12px/14px normal 'Trebuchet MS', Arial; }

#copy { color: #ccc; font: 10px/12px normal 'Trebuchet MS', Arial; left:0; position:absolute;}

.mailto { text-decoration:none; color: #000; }
.mailto:hover { text-decoration:underline; }

a.blue-link { color:#f8f3ff; }