/* NurtritionWeb Style Sheet	*/
/* Last updated: 20FEB06	*/

body	{
	background-color: #E9DECF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}

p	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: .75em;
	}
#doc	{
	background-color: #FFFFFF;
	}
#hd,#bd {margin-bottom:0;
	border-left: #A46464 solid 2px;
	border-right: #A46464 solid 2px;
	border-bottom: #A46464 solid 2px;
	}

#ft	{
	background-color: #E9DECF;
	}
.content{
	background-color: #FFFFFF;
	}

.side	{ }

.header	{
	margin:0;
	background-color: #E9DECF;
	height: 63px;
	}

.header img	{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-left: 17px;
	}
	
.left	{
	width: 180px;
	height:100%;
	background-color: #E9EEB4;
	padding: 5px 10px 10px 5px;
	margin: 0 5px 5px 0;
	border-right: 2px solid #A3A137;
	border-bottom: 2px solid #A3A137;
	}
.left h1, .center h1
	{
	font-weight: bold;
	font-size: medium;
	color: #A3A137;
	margin-bottom: 0px;
	}

.center{
	padding:10px;
	}

.center ul li div
	{
	background-color: #E9EEB4;
	border-bottom: 1px solid #A46464;
	padding:3px;
	color: #A46464;
	}
.center > ul > li
	{
	margin-bottom:1em;
	background-color: #E9EEB4;
	border-bottom: 1px solid #A46464;
	padding:3px 0 0 0;
	color: #A46464;
	list-style-type:none;
	}

.center ul li ul,
.center ul li ul li
	{
	list-style-type:none;
	padding:3px;
	background-color: #FFFFFF;
	border-bottom:none;
	}



p.first	{
	margin-bottom: 1em;
	}
	
label	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	}

.button	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: .5em;
	}
	
.welcomePic	{
	margin: 0;
	padding: 0;
	background-image: url(/static/images/bg_stripe.gif);
	background-repeat: repeat;
	border-left: #A2B846 solid 1px;
	} 
	
.welcomePicBottom	{
	background-image: url(/static/images/bg_stripe.gif);
	background-repeat: repeat;
	border-left: #A2B846 solid 1px;
	} 
	
.welcomePic img	{
	margin-top: 5.5em;
	margin-left: 0px;
	} 

table	{
	margin-left: 17px;
	}

tr	{
	vertical-align: top;
	}

th	{
	text-align: left;
	}
		
.logon td{
	background-color: #E9EEB4;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 34px;
	padding-top: 24px;
	}
	
.logonBlank td{
	background-color: #FFF;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 34px;
	}
