/* CSS Document 
	border-top: solid 1px white;

*/
img{
	border: 0px;
}
#banner {
	top: 0px; left: 0px;
	background-image: url(images/front_of_school.jpg);
	background-repeat: no-repeat;
	font-family: georgia, serif;
	background-color: white;
	color: #000066;
	height: 131px;
	border-bottom: solid 1px #000066;
}
#sunflowertop{
background-image: url(titles/sunflowertop.gif);
background-repeat: no-repeat;
background-position: bottom left;
height: 50px;
}
#contentandnav{
border-bottom: solid 1px #006;
background-image: url(sunflower_bg.jpg);
background-repeat: no-repeat;
	background-color: white;
	border-top: solid 1px #000066;
	margin-bottom: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	background: url(grass.jpg);
	background-repeat: repeat-y;	
	background-color: #ADC8E6;
	/*	
	background-color: #89A5D3;
	*/
}
input, textarea{		
	background-color: #ADC8E6;
	border: dashed 1px #006;
}
b{
	font-family: georgia, serif;
}
	
#coo{
	margin: 0px; padding: 0px;
	float: left;
}
a{	
	font-weight: bold;
	font-family: georgia serif;
}

td, th{	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	border-bottom: dotted 1px #AAA;
	border-right: dotted 1px #AAA;
	color: #006;
}
th{
	font-weight: bolder;
}
#menu {
position: relative;
top: 20px; 
left: 0px;
WIDTH: 210px; 
background-repeat: no-repeat;
background-position: left bottom;
PADDING: 0; 
padding-bottom: 5px;
padding-left: 20px; 
margin: 0; 
margin-left: 0px;
float: left;
font-size: smaller;
color: #006;
}

	

#footer {
	height: 70px;
background-image: url(titles/Clover_bottom.gif);
background-repeat: no-repeat;
background-position: top left;
margin: 0px; padding: 0px;
}
#content {
	border-left: dashed 1px gray;
	border-right: dashed 1px lightgrey;
	POSITION: relative;
	MARGIN-LEFT: 275px;
	margin-right: 5px;
	WIDTH: 70%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: smaller;
	color: #006;
	padding: 20px;
}

