body {
	margin: 0;
	padding: 10px;
	text-align: center;
	font: ariel, verdana, sans-serif;
	background-color: white;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
	}
    
div#container {
	width: 800px;
	margin:0 auto;
	padding:0;
    background: white;
    color: black; 
    border: solid 1px black;
    }
    	
	div#news, div#contactus, ul#menu, div#jointcommission{
		width: 200px;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		float: left;
		background-color: white;
		border-right: 1px solid #bebebe;
		border-bottom: 1px solid #bebebe;
		border-top: 1px solid #bebebe;
		font: 13px Georgia, Times New Roman, Times, serif;
		color: #666;
	}
	
	div#jointcommission p{font-size: 13px;}
	
	div#news {}
		
		div#news h2 {
			font: 25px Georgia, Times New Roman, Times, serif;
			text-decoration: none;
			margin: 3px;
		}
		div#news p {
			color: #666;
			font: 13px Georgia, Times New Roman, Times, serif;
		}
		div#news a{
			text-decoration: none;
			color: #666;
		}
		
		div#news a:hover{
			text-decoration: underline;
		}
		/*div#news a {
			display: block;
			text-decoration: none;
			background-color: white;
			font-size: 10px;
			color: gray;
			border: dotted white 1px;

		}
		div#news a:hover {
			background-color: gray;
			color: white;
			border: dotted black 1px;
		}*/
			
	div#contactus{
		font-size: 15px;
	}
		div#contactus h2{
			margin: 0;
			padding: 0;
			text-decoration: underline;
		}
		div#contactus a{
			margin: 0;
			padding: 0;
			text-decoration: none;
			color: black;
		}
		
		div#contactus a:hover{
			text-decoration: underline;
		}
		
		div#contactus div#phone_fax_container{
			margin: 0;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			text-align: left;
		}
		div#contactus span#phone, div#contactus span#fax{
			margin: 0;
			padding: 0;
			font-size: 15px;
			color: blue;
		}
		div#contactus span#phoneid, div#contactus span#faxid{
			margin: 0;
			padding: 0;
			text-decoration: underline;
			color: black;
		}
		
		div#contactus span#faxnum{
			margin-left: 19px;
		}
		
		div#contactus address{
			margin: 0;
			padding: 0;
		}
		div#contactus p{
			margin: 0;
			padding: 0;
			text-indent: 0;
			font-size: 13px;
			
		}
		

p {
	margin: 0 0 15px 0; 
	text-align: justify;
	text-indent: 20px;
	font-family: ariel, verdana, sans-serif;
	font-size: 17px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	}
p.first span.blue {
	font-family: helvetica;
	font-weight: bold;
	font-size: 30px;
	color: blue;
	}
	
h1 {
	text-indent: -2000px;
	font-size: 0;
}
	
h2 {
	color: #434343;
	font: 25px Georgia, Times New Roman, Times, serif;
}
	
h3 {
	color: #434343;
	font: 17px Georgia, Times New Roman, Times, serif;
	text-align: left;
	border-bottom: 1px #434343 solid;
}
	
ul{
	list-style-type: square;
	list-style-position: inside;
}

ul li{
	margin-bottom: 20px;
	font-size: 13pt;
	list-style-image: url(../images/bullet.jpg);
}

.bold{
	font-weight: bold;
	color: red;
	font-size: 14pt;
}

.align_left{
	text-align: left;
}
    
	
	
    
div#logo {
	font-weight: bold;
	font-family: helvetica;
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	background-position: right; 
	height: 193px;
	margin: 0;
	padding:0;
	}

div#mathplus img.diagram{
	/*float: left;*/
	width: 200px;
	height:  200px;
}


/*Menu */
ul#menu{
	text-indent: 10px;
	background-color: white;
	text-align: left;
	list-style-image: none;
}

ul#menu li{
display: inline;
}

ul#menu li a{
	/*color: #494949;*/
	color: blue;
	padding-left: 3px;
	display: block;
	text-decoration: none;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}

ul#menu li a:visited{
	color: #494949;
} 

ul#menu li a:hover{
	color: #000;
	background-color: #bebebe;
}

body#home a#home, body#directions a#directions, body#information a#information, body#ecp a#ecp, body#jointcommission a#jointcommission, body#vaccinations a#vaccinations, body#mathplus a#mathplus {background-color:#dedede;}

/*End of Menu */