/* Food for Thought CSS Document */

body{
	background-color: #5D7E87;
	margin: 0px auto;
	background-image: url(../foodforthought/images/template_02.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
/* layout */

#container{
	width: 750px;
	margin: 0px;
	background-image: url(../foodforthought/images/template_03.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left 123px;
	padding-bottom: 0px;
}

#top{
width: 750px;
height: 123px;
background-image: url(../foodforthought/images/template_01.jpg);
}

#topprint{
display: none;
}

#content{
margin-left: 10px;
margin-top: 30px;
margin-bottom: 20px;
width: 650px;
}

.menu {
text-align: center;
font-size: 85%;
background-color: #F8F8F8;
border: 1px solid #CCCCCC;
padding: 5px;
width: 50%;
margin-top: -15px;
margin-bottom: 
}


#footer {
padding-top: 10px;
background-color: #BF5413;
border-top: 1px solid #CCCCCC;
}

/* styling */


.menu a{
color:#666633;
font-weight: bold;

}

.menu a:hover{
text-decoration: none;
}

#content h1{
	text-align: center;
	font-size: 150%;
	color: #003366;
	font-weight: bold;
	margin: 0px auto 10px auto;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	border-bottom-style: solid;	
}

#content h3{
font-size: 120%;
color: #1370BF;
}

#content p{
text-align: left;
font-size: 85%;
}

#content li{
font-size: 85%;

} 


.eyecatcher {
	color: #000000;
	padding-left:15px;
	padding-right:30px;
	width: 400px;
	background-image: url(images/eyecatcherbg.jpg);
	background-repeat: repeat-y;
	margin-top: -20px;
	margin-bottom: -20px;
	
}


.eyecatcher p{
width: 375px;
}

.eyecatcher ul{
width: 320px;
}
.eyecatcher ul{
width: 320px;
}
.eyecatcher li{
list-style-type:disc;
margin-left:15px;
}

.eyecatchertop{
	background-image: url(images/eyecatcherbottom.jpg);
	background-repeat: no-repeat;
	width: 400px;
	height:20px;
	
}

.eyecatcherbottom{
	background-image: url(images/eyecatchertop.jpg);
	background-repeat: no-repeat;
	width: 400px;
	height:20px;
}

.navtext {
font-weight: bold;
}

.navtextbottom {
	font-weight: bold;
	border-top: 1px solid #999999;
	padding-top: 5px;
	margin-top: 5px;
}
