/*
	nutpol_subpages.css
	
	this provides css for all subpages
	off the nutritionpolicy homepage
*/

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

div.main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
}

div.main p, div.main li {
	font-size: 13px;
}

h1 {
	background-color: #eff3eb;
	font-size: 18px;
	padding: 4px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
	special for ImproveSchoolMeals.html
*/

div.JunkFoodQuiz p {
	font-size: 16px;
	font-weight: bold;
}

/*
	ensure no image borders
*/

a img {
	border: none;
}

/*
	fix issues with navbar
*/

.navbarInput { 
	position: relative; top: -9px;
}

input.ie6adjust {
	*margin-left: -55px;
}


