* {margin:0;padding:0}
body {
	padding:10px 0 0 0;
	color: #000000;
	background-color:#fff;
	text-align:center;
}
#wrapper{
	width:auto;

	
	border:1px black solid;
	min-width:800px;
	max-width:850px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#outer{
	margin-left:156px; /* Adjusts size of left column */
	margin-right:156px; /* Adjusts size of right column */
	background:white;
	color: #000000;
}

#outerFooter{
	margin-left:156px; /* Adjusts size of left column */
	margin-right:156px; /* Adjusts size of right column */
	background:white;
	color: #000000;
	background-color:#F0Cf37; 
}



#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:135px;
	line-height:125px;	
	border-bottom:none;
	border-right:none;
	border-left:none;
	overflow:hidden;
	color:black;
	background:none;
	text-align:left;
	font-size:12px;
	vertical-align:top;
}
#left {
	position:relative;/*ie needs this to show float */
	width:150px; /* left column size relative to content */
	float:left;
	margin-left:-155px;/*must be 1px less than width otherwise won't push footer down */
	left:-1px;
	text-align:right;

	margin-top:20px;
}
* html #left {margin-right:-3px;}/* 3px jog*/

* html #outer{/* 3px jog*/
	margin-left:153px;
	margin-right:153px;
}
p {margin-bottom:1em;padding:0 5px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	margin-right:-129px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;

	margin-top:20px
}
* html #right {margin-right:-130px;margin-left:-3px}/* stop float drop in ie + 3px jog */

#footer {
	width:100%;
	clear:both;
	border-top:none;
	background-color:#F0Cf37;
	color: #000000;
	text-align:center;
	position:relative;
}
#clearheader{height:135px;}/*needed to make room for header*/
#centrecontent {
	float:right;
	width:99%;
	position:relative;
	border-left:1px dotted #000;
	border-right:1px dotted #000;
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	text-align:justify;
	z-index:2;

	margin-top:20px;
	}
	
* html #centercontent{width:100%}

.outerwrap {
float: left;
width: 99%;

}

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

/* Customizations for Answer Template */

#MainNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:15px;
	margin-bottom:18px;
	color:#666666;
}

#MainNav a {

	color:#666666;
	text-decoration:none;
	}
	
#MainNav a:hover {
	text-decoration:underline;
	}

#MainSelectedNav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:15px;
	margin-bottom:18px;
	background-color:#F0Cf37;
	width:170px;padding-right:5px;
	padding-top:15px;padding-bottom:15px;
	z-index:-1
}

#MainSelectedNav a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:15px;
	margin-bottom:18px;
	background-color:#F0Cf37;
	width:170px;padding-right:5px;
	padding-top:15px;padding-bottom:15px;
	z-index:-1;
	color:black;
	text-decoration:none;
}

#MainSelectedNav a:hover {
	text-decoration:underline;
	}

#MainSelectedNavText{
	margin-right:22px;
	color:black;
	font-size:14px;
	}

#SubNav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:8px;
	margin-bottom:8px;
	color:#666666;
}

#AnswerLogo {

	position:relative;
	height:103px;
	width:207px;
	margin-bottom:0px;
	margin-left:25px;
	margin-top:15px;
	vertical-align:top;
	

}

#MainCopy {
	
		margin-left:auto;
		margin-right:auto;
		width:450px;
		line-height:20px;
		text-align:justify;
		min-height:450px;
		height:auto !important;
 		height:450px;
}

#FooterLeft {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
	width:125px;
}

#FooterRight {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
	width:125px;
	text-align:left;
}

#MainCopyFooter {
	
		margin-left:auto;
		margin-right:auto;
		width:450px;
		line-height:20px;
		text-align:justify;

}

* html #footerLeft {margin-right:-3px;}/* 3px jog*/

* html #outerFooter{/* 3px jog*/
	margin-left:153px;
	margin-right:153px;
}

* html #footerRight {margin-right:-130px;margin-left:-3px}/* stop float drop in ie + 3px jog */

