
body {
    background: gray;
    background: url(img/bg.png);
    font-size: 20px;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: 900;
}

#container {
    color: #292722;
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
    width: 700;
}

#header {
    font: 50px Arial;
}

#content {
    background: url(img/contentbg.png);
    padding-left: 40px;
    padding-right: 40px;

}

#footer {
    background: url(img/footer.png) bottom left repeat-x;// url(img/footer.png);//#E2E2E2
    height: 40px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
}

form,input {
    font-size: 40px;
    color: #292722;
    vertical-align: middle;
}

h2 {
	font-size: 20px;
	display: inline;
}

h2.middle {
	vertical-align: middle;
}

h1 {
	font-size: 20px;
	
	line-height: 0em;
	padding-top: 0.5em;
	margin-top: 0.0em;
	margin-bottom: 0.7em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

strong {
	font-weight: 600;
}

.bread {
	font-size: 12px;
	font-weight: 500;
	
	padding-left: 30px;
	padding-right: 30px;
}

.greenText {
    color: #578B4E;
}

.redText {
    color: #DB5050;
}

#linkList {
    font-weight: 800;
}

#menubar{
    list-style-type: none;
    font-family: "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
}

#menubar a{
    color: #578B4E;//#292722;
    //background: #578B4E;
    padding: 6px 10px;
    display: block;
}

#menubar a:hover{
    //background: #DB5050;//url(img/ziglong.gif) bottom left repeat-x;// #292722;
    color: #DB5050;//#292722;//#578B4E;//#D2D2BA;
}

#menubar li{
    float: left;
    margin: 2px;
    list-style-image: none;
}

table.BMI {
    border-width: 1px;
    border-spacing: 1px;
    border-style: none;
    border-color: #000000;
    border-collapse: separate;
    font-size: 16px;
    color: #292722;
    //background-color: #ffffff;
}

table.BMI th {
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #000000;
    //background-color: #ffffff;
}

table.BMI td {
    border-width: 1px;
    padding: 3px;
    border-style: solid;
    border-color: #000000;
    //background-color: #ffffff;
}

td.BMIinfo {
    border: none;
}







