* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	background-image: url(/designimgs/bodybg-bmi.png);
	background-repeat: repeat-x;
	color: #707070;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 12px;
}

h1 { color:#001D48; font-family:Trebuchet MS; font-size: 18px; line-height:125%; margin-bottom: 11px; }
h2 { font-size: 16px; margin-bottom: 10px; }
h3 { font-size: 14px; margin-top: 25px; margin-bottom: 15px; }
h4 { color:#01005E; font-size: 12px; font-weight:normal; margin-bottom: 10px; }
h5 { color:#01005E; font-size: 11px; font-weight:normal; margin-top: 12px; }
p, td { color: #707070;	font-family: Verdana; font-size: 11px; margin-bottom: 10px; }
ol { margin-left:30px; margin-bottom:10px; }

.whitetext { color:#FFFFFF; }

a { color: #707070; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a img { border:0px; }

.memberloginheader, a.memberloginheader { color: #ffffff; font-size:11px; text-decoration: none; }
a.memberloginheader:hover, a.memberloginheader:active { text-decoration: underline; }
.memberloginlabel { color:#01005E; font-size:12px; width: 91px; height: 32px; padding-right:8px; }
.memberlogininput { height:19px; width:152px;}
.tabstablesmalltext { color: #707070; font-size:10px; line-height: 13px; }

.freebooksinput { height:15px; width:191px;}

a.footerlink { color: #707070; font-size:11px; text-decoration: none; }
a.footerlink:hover, a.footerlink:active { text-decoration: underline; }

.tabularcontent table {
	margin-bottom:25px;
}

.tabularcontent table th {
	background:url("/images/table-head.gif") repeat-x scroll left top #1A4868;
	border-color:#1E4260 #17334A #17334A #234A6B;
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
	color:#EEEEEE;
	font:bold 18px/18px Arial,Helvetica,sans-serif;
	padding:5px;
	text-align:left;
}

.tabularcontent table tbody td.firstTD {
	border-left:1px solid #CCCCCC !important;
}

.tabularcontent table td {
	background-color: #F1F1F1;
	border-color:#FFFFFF #CCCCCC #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-style:solid;
	border-width:0 1px 1px;
	color:#333333;
	font:12px/18px Arial,Helvetica,sans-serif;
	padding:4px 8px;
	vertical-align:top;
}

.clear { clear: both; }

div#page-wrap {
	width: 900px;
	margin: 0px auto;
}

div#header {
	display: block;
	/*height: 116px;*/
	height: 128px;
}	
	div#header div#header-left-col {
		float: left;
		margin-left: 8px;
		/*width: 560px;*/
		width: 360px;
	}
	div#header div#header-right-col {
		/*background-image: url(/designimgs/memberlogin-bmi.png);*/
		float: left;
		min-height: 101px;
		/*width: 332px;*/
	}

div#navbar {
	background-image: url(/designimgs/navbarbg-bmi.png);
	float:left;
	padding: 0;
	height: 41px;
	width: 900px;
}

div#page-content-home {
	background-color:#FFF;
	display: block;
	float:left;
	padding: 0;
	min-height: 516px;
	width: 900px;
}

div#page-content-inside {
	background-color:#FFF;
	display: block;
	float:left;
	padding: 10px;
	min-height: 516px;
	width: 880px;
}

div#tabcontentbox {
	background-image: url(/images/bmi-tabcontentbg.png);
	height:114px;
	padding:10px;
	width:839px;
}

div#footer {
	display: block;
}	
	div#footer div#footer-left-col {
		float: left;
		padding: 14px 8px 14px 8px;
		width: 372px;
	}
	div#footer div#footer-right-col {
		float: left;
		padding: 14px 8px 14px 8px;
		text-align:right;
		width: 496px;
	}
