/******** CSS Document ***********/
/***** FOOD FOR CHILDREN ******/
/********** PRINT ONLY  **********/


body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	padding-bottom: 5px;
	font-size: 110%;
	
}


h2 {
	font-size: 100%;
	
}

h3 {
	font-size: 80%;
	margin-bottom: -10px;
	
}

h4 {
	font-size: 80%;
}

p {
	font-size: 82%;
	line-height: 18px;
}


/******************************/
/*********LIST STYLES ******/
/*****************************/

li {
	font-size: 80%;
	list-style: none;
}


ul.top {
	
}


li.top {
	
	
}

li.side {
	font-size: 75%;
	
}





/***********************************/
/********  DIV STYLES ***********/
/**********************************/

#header {
	margin-left: 30px;
}

#sidenav1, #sidenav2, #sidenav3 {
	
	
}


#container {
	margin-left: 30px;
}


#content {
	width: 350px;
	
}


#contentLarge {
	width: 530px;
	
}

#footer {
	
	
	
}



/******************************/
/******** LINK & NAV Styles *********/
/*********USE STANDARD *****/


/********** Special style for *************/
/*****LINK to identify current page*****/

#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active {
	color: #A60000;
	font-weight: bold;
	text-decoration: none;
}



/******************************/
/*****SPAN CLASSES ******/
/******************************/

p.bold {
	font-weight: bold;
	font-size: 90%;
}

.small {
	font-size: 70%;
	color: #756942;
}



/**** H3 & IMAGE spacing fix *****/
h3.pic {
	padding-bottom: 20px;
}


