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

div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

a:hover{
	background-color:#FF9;
}

a:visited{
	color: #00F;
}

a img {
border: none;

} 

body  {
	background: #bbb;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}

#wrapper {
	width: 780px;
	background: #fff;
	margin: 5px auto 0;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 111px;
	width: 780px;
}

#sidebar {
	margin: 0.5em 0px 0px;
	padding: 0px;
	float: right;
	width: 170px;
}

#sidebar ul {
	padding-left: 25px;
	margin-bottom: 0.5em;
}
#wrapper #sidebar ul li {
	margin-bottom: 0.3em;
}


#mainContent {
	margin: 0px;
	padding: 0px;
	width: 609px;
	float: right;
	border-left: 1px dashed #333;
}

#mainContent #contentBox {
	width: 94%;
	margin: 0.5em auto 1em;
	text-align: justify;
	line-height: 1.2em;
}


#contentBox h1,h2 {
	font-size: 1.2em;
	padding: 0.2em;
	margin: 0px;
	background: #B9D2FA;
}
#contentBox #indexmenu {
	width: 516px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}


#contentBox p img {
	float: right;
	clear: both;
	padding-left: 1em;
}

#contentBox #cleardiv {
	clear: both;
}

#sidebar img {
	margin-right: auto;
	margin-left: auto;
}


#contentBox p #star {
	float: none;
}

#contentBox p {
	margin: .2em 0px 1em;
	padding: 0px;
}

#contentBox h3 {
	font-size: 1em;
}


#mainContent #contentBoxOther {
	width: 94%;
	margin: 1em auto 1.3em;
	text-align: justify;
	line-height: 1.2em;
}
#contentBoxOther {
	border-bottom: 1px dashed #999;
}

#contentBoxOther p img {
	float: right;
	clear: both;
	padding-left: 1em;
}

#contentBoxOther #cleardiv {
	clear: both;
}

#contentBoxOther p #star {

}

#contentBoxOther p {
	margin: .2em 0px 1em;
	padding: 0px;
}
#contentBoxOther h3 {
	font-size: 1em;
}

#table {
	margin: 0 auto;
	width: 530px;
	border-color: #333
}

#table th {
	color: #FFF;
	background-color: #999;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#table td {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#bmitable th {
	background: #CCC;
}
#formSuggest p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #444;
}
#formSuggest fieldset {
	background: #eee;
	padding: 1em;
	border-right: 1px solid #729891;
	border-bottom: 1px solid #729891;
	border-top: 1px solid #729891;
	border-left: 1px solid #729891;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#formSuggest input.text {
	width: 200px;
}

#center {
	text-align: center;
}
.bigtext {
	font-size: 1.3em;
}

.smallText {
	font-size: 0.8em;
	color: #F00;
}
.smalltext2 {
	font-size: 0.75em;
}

.redtext {
	color: #F00;
}

.underweight {
	background: #CFF;
}

.normal {
	background: #3C6;
}

.overweight {
	background: #FF3;
}

.obese {
	background: #F00;
}




#footer {
	background: #ddd;
	margin: 0px;
	padding: 1em 0px 0px;
	height: 50px;
	clear: both;
	text-align: center;
}

