@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.heading3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a:link {
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:active {
	color: #3366CC;
}

.nav_table {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #BEDCF4;
	font-size: 12px;
	text-align: center;
}

.nav_table_cell a:link {
	color: #3366CC;
}
.nav_table_cell a:visited {
	color: #3366CC;
}
.nav_table_cell a:active {
	color: #3366CC;
}

.thrColElsHdr #container { 
	width: 800px;
	background: #FFFFFF;
background-image: url('http://www.realthyroidhelp.com/images/BFlyBack.jpg');
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.thrColElsHdr #header { 
	background: #DDDDDD;
	background-image: url(http://www.realthyroidhelp.com/images/banner.jpg);
	height: 199px; 
	padding: 0 10px;
} 
.thrColElsHdr #header h1 {
	margin: 0;
	padding: 0px 0;
}

.thrColElsHdr #subheader {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	color: #000000;
}

.thrColElsHdr #sidebar1 {
	float: left; 
	width: 150px;
	background: #BEDCF4;
	padding: 15px 0;
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 150px;
	background: #BEDCF4;
	padding: 15px 0;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}

.thrColElsHdr #mainContent {
 	margin: 0 12em 0 12em;
	width: 450px;
	padding: 15px;
} 
.thrColElsHdr #footer { 
	padding: 0 10px;
	background:#BEDCF4;
} 
.thrColElsHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

/* 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;
}