#content, #menu, #footer {
margin:0 auto;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF9C;
}
ul {
	font-size:14px;
}
A:link {text-decoration: none; border: none; color:black;}
A:visited {text-decoration: none; border:none; color:black;}
A:active {text-decoration: none; color:black;}
A:hover {text-decoration: none; color: red;}
#page {
	margin: 10;
	width: 760px;
}
#column1, #column2 {
	margin-top: 15px;
	margin-right: 5px;
	float: left;
}
#column1 {
	width: 125px;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 10px;
}
#column2 {
	width: 600px;
}
#header, #footer {
	display: block;
	margin: 5px 0;
	width: 740px;
	clear: both;
}
#header {
	height: 100;
}
#footer {
	height: 100;
	margin-top: 50px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}
#logo, #schoolname, #colorbar, #schooltype, #location, #flag {
	float: left;
}
#logo {
	width: 125px;
	margin-right: 10px;
}
#schoolname {
	width: 600px;
	left: 10px;
}
#schooltype {
	width: 425px;
	font-size: 12pt;
	font-weight: bold;
	left: 10px;
	margin-top: 3px;
}
#location {
	width: 175px;
	margin-top: 3px;
	align: right;
}

#colorbar {
	background-image: url(images/colorbar.gif);
	background-repeat: repeat-x;
	width: 600px;
}
#address {
	font-size: 10pt;
	left: 10px;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
}
.body_text {
	font-size: 14px;
	margin-left: 10px;
}
.emphasis{
	font-weight: bold;
	color: #666666;
}

