@charset "utf-8";
/* CSS Document */

/*animal of the month photo fade*/

#photoholder {
  width:316px;
  height:421px;
  background:#fff url('/images/loading.gif') 50% 50% no-repeat;
}
#thephoto {
  width:316px;
  height:421px;
}


/*no bullet list */
ul.NoBullet {
  list-style-type: none}

/*two-column */
#wrap {
width:400px;
margin:0 auto;
}

#main {
float:left;
width:200px;
}
#sidebar {
float:right;
width:200px;

}

h2.red {
	color:#990000;
	
}

h3.red {
	color:#990000;
	
}

h3.green {
	color:#060;
	
}

h4.red {
	color:#990000;
	
}

h4.green {
	color:#060;
	
}

h4.brown {
	color: #773228;
}

/*styles for membership eco-bag */
h4.spacing {
	color:#006600;
	margin-bottom:0px; 

}

p.spacing {
	margin-top:0px; 
}

/*styles for tables */

table.styled {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

/*styles for School Programs*/

#schoolcontentdiv {
	width:460px;
	
}

table.school {
	font-family:Verdana, Geneva, sans-serif;
	text-align: left;		
}

th.school {
	text-align:left;
	font-size:16px;
	vertical-align:top;
	padding-bottom:5px;
	padding-top:15px;
	color:#009900;
}

td.school {
	text-align:left;
	vertical-align:top;
	font-size:12px;
	
}
tr.school{
	text-align:left;
	font-size:12px;
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	
}

#titleschool{
	font-size:14px;
	font-weight:bold;
	
}

/*ul 2-col*/
#schooltwocol {
	width:300px;
	
}

#schoollef { 
float: left; 
clear: left;
width:150px;
}
#schoolright { float: right; clear:right;width:150px;}


