#left_sidebar {
	display:none;
}
/*#header {
	display:none;
}*/
#right {
	display:none;
}
#easy_answer {
	display:none;
}
#text_size {
	display:none;
}
#footer {
	display:none;
}
#adobe {
	display:none;
}
/*#bar {
	display:none;
}*/
#group_answers {
	display:none;
}
a.back {
	display:none;
}
#print {
	display:none;	
}
#navlist {
	display:none;	
}
#new_nav {
	display:none;	
}
#right_callout {
	display:none;	
}
#tab_content_wrapper {
	border:none  !important;
	margin:0px !important;
	width:100% !important;
	height:auto  !important;	
}
.scroll {
	height:auto  !important;
	overflow: visible !important;	
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

p {	
	font-size:16px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 5px;
	line-height:21px;
}
#container {
	width: 100%;
} 
.tab_content {
	display:block  !important;
	height:auto  !important;
	border:none  !important;
	overflow: visible !important;
	
}



/*These 4 IDs change layout of main section #one_col #right_col #three_col #main_content  */
#one_col {
	position:relative;
	float:left;
	width: 100%;
} 
#right_col {
	margin-left:0px;
	position:relative;
} 
#three_col {
	margin-left:0px;
	position:relative;
	margin-right:0px;
} 
#main_content {
	float:left;
	z-index:2;
	width:100%;
	position:absolute;
	left:0px; top:0px;
}



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border:none;
	outline: none;
}
