@charset "utf-8";
/* CSS Document */

body {
	background-color: #5A96C2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color: #FFFFFF;
	background-image: url(http://www.healthtruthrevealed.comgraphics/page-bg.jpg);
	background-repeat: repeat-x;*/
	margin:0px;

}

.top_nav {
	width:900px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
}

.top_nav #top_left {
	float: left;
	width:50%;
	height:20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:10px;
}

.top_nav #top_left a{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.top_nav #top_left a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.top_nav #top_right{
	float:right;
	width:40%;
	height:30px;
	padding:10px;
}

.top_nav #top_right a{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.top_nav #top_right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.header {
	width:900px;
	height:91px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}

.header #head_left{
	float:left;
	width:473px;
	margin:0px;
	padding:0px;		
}

.header #head_right{
	float:right;
	background-image: url(../graphics/temp-top-right.png);
	background-repeat: no-repeat;
	height:91px;
	width:427px;
	margin:0px;
	padding:0px;
	background-position: right center;
}


/* content */
.content_wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	clear:both;
}

#content_top {
	margin:0px;
	background-image: url(../graphics/content-top.png);
	background-position: left top;
	background-repeat: no-repeat;
	height:35px;

}

#content_fill {
	margin:0px;
	background-image: url(../graphics/content-fill.png);
	background-repeat: repeat-y;
}

	

#center_box {
	margin:0px 5px;
	padding-top:0px;
	width:90%;
	border: 1px #FFCC66 solid;	
}

#center_box h3{
	background-image: url(../graphics/mid-nav-bg.png);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #800000;
	padding-left:10px;
}


#center_box p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

#center_box a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

#center_box a:hover {
	text-decoration: underline;
}
#content_bottom{
	background-image: url(../graphics/content-bottom.png);
	background-repeat: no-repeat;
	height:42px;
}



.footer_box {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color: #bcd9f0;
	border: 1px solid #666666;
	height: 150px;
	padding: 5px;
}

.footer_box #f_left_box {
	float:left;
	width:20%;
	padding-top:5px;
	padding-left:5px;
}

.footer_box #f_right_box {
	float:right;
	width:20%;
	padding-bottom:3px;
	padding-right:5px;
	margin-top:15px;
}

.footer_box #f_center_box {
	float:left;
	width:55%;
	padding: 5px;
	text-align:center;
}

.footer_box2 {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color: #bcd9f0;
	border: 1px solid #666666;
	height: 100px;
	padding: 5px;
}

.footer_box_short {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	background-color: #bcd9f0;
	border: 1px solid #666666;
	height: 125px;
	padding: 5px;
}

/* misc text*/

.you_save {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.sub_category {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}

.sub_category a{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.sub_category a:hover {
	text-decoration:underline;
}

.button3 {
	/*background-image: url(graphics/button_general2.gif);*/
	width:130px;
	height:35px;
	font-size: 10pt;
	font-weight:bold;
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	align: center;
	cursor: pointer;
	vertical-align: center;
	text-decoration: none;
	color:#FFFF66;
	background-color: #336633;
}

.gen_box {
	border: 1px #FFCC66 solid;
}

.gen_box h3{
	background-image: url(../graphics/mid-nav-bg.png);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #800000;
	padding-left:5px;
	padding-bottom:5px;
}

.gen_box a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;

}

.gen_box a:hover {
	text-decoration: underline;
}