html {
  overflow: auto;
  }

.tabcontent {
	padding: 20px; 
	clear: both;
	background-color: #FFFFFF;
	/*border: 1px solid #6A0E01; */
	border: 1px solid #455660;
	overflow: hidden;
  }
  
* html .tabcontent {
   width: 448px;
   }
  
.tabcontent p {
  color: #000000;
	font-size: 1.2em;
	font-family: arial, verdana, sans-serif;
	line-height: 150%;
	}
	
.tabcontent a, .tabcontent a:hover, .tabcontent a:visited {
   color: #b70050;
   font-size: 1.2em;
   }
  
#mainnavtabbed1 {
	clear: both;
	list-style-type: none;
	padding: 1px;
  }
  
#mainnavtabbed1 li {
	margin-left: -1px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	width: 120px; 
	margin-bottom: 0px;
  }

/* this is the active tab class, just as below */

#mainnavtabbed1 li a {
	padding: 5px;
	/*border-left: 1px solid #6A0E01;*/
	border-left: 1px solid #455660;
	/*border-top: 1px solid #6A0E01; */
	border-top: 1px solid #455660; */
	border-bottom: 0px;
	/*border-right: 1px solid #6A0E01; */
	border-right: 1px solid #455660; 
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
}

/* the folowing section deals with the tabbed button when active */

#mainnavtabbed1 li a.tabon, #mainnavtabbed1 li a.tabon:hover {
	color: #FFFFFF;
	font-weight: bold;
	/*background-color: #6A0E01;*/
	/*border-left: 1px solid #6A0E01;*/
	/*border-top: 1px solid #6A0E01;*/
	border-bottom: none;
	/*border-right: 1px solid #6A0E01;*/
	background-color: #b70050;
	background-image: url('images/pink_graded_fill_4x40.jpg');
	border-left: 1px solid #455660;
	border-top: 1px solid #455660;
	border-right: 1px solid #455660;
}

/* the folowing section deals with the tabbed button when hovered */

#mainnavtabbed1 li a:hover {
	color: #000000;
	/*background-color: #CCCCCC;*/
	/*border-left: 1px solid #6A0E01;*/
	/*border-top: 1px solid #6A0E01;*/
	border-bottom: none;
	/*border-right: 1px solid #6A0E01;*/
	background-color: #C7CCCF;
	background-image: url('images/grey_graded_fill_4x40.jpg');
	border-left: 1px solid #455660;
	border-top: 1px solid #455660;
	border-right: 1px solid #455660;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0px;
  overflow: visible;
  background-color: #FFFFFF;
  }
  
iframe.map {
  height: 510px;
  }

iframe.askaquestion {
  height: 420px;
  }
  
.align_right_friend {
  float: right;
  margin-top: 10px;
  }
  
td.friend_info {
  vertical-align: top;
  width: 180px;
  }
  
td.messageStackError {
  font-family: arial, verdana, sans-serif;
  font-size: 0.8em;
  }
  
img.margin_bottom {
   margin-bottom: 10px;
   }
