body{
/* bv. background-color: #ffffff; */
background: #e4e3e6 url(../images/bck_site.gif) top repeat-x;
}

body, th, td, h1, h2, h3, h4, h5, h6 {
font-family: Verdana, sans-serif, Arial, Helvetica;
color: #3E001F;
line-height: 1.3em;
}

th{
font-size: 0.75em;
}

td{
font-size: 0.75em;
}

h1{
font-size: 1.1em;
color: #DA2128;
margin-top: 0px;
margin-bottom: 4px;
}

h2{
font-size: 1em; 
color: #660033;
margin-top: 12px; 
margin-bottom: 2px;
}

h3{
font-size: 1em; 
color: #550D2A;
margin-top: 12px; 
margin-bottom: 2px;
}

p{
margin: 0;
}

A:link, A:active{
color: #DA2128;
text-decoration: none;
}

A:visited{
color: #D33636;
text-decoration: none;
}

A:hover{
color: #5E5D93;
text-decoration: none;
}

#schools {
	margin: 0;
	padding: 20px 0;
	list-style-type: none;
}

	#schools li {
		float: right;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#schools li.first {
		float: left;
		padding: 0 30px 0 0;
	}
	
		#schools a {
			display: block;
		}
		
			#schools img {
				display: block;
				border-style: none;
			}
