*
{
	font-family: Helvetica, Arial, sans-serif;
	border: 0;
	padding: 0;
	margin: 0;
}
#border
{
	left: 0;
	top: 0;
	z-index: 5;
	width: 25px;
	height: 100%;
	background-color: #004F27;
	border-right: 1px solid black;
	position: fixed;
	opacity: 0.3;
	filter: alpha(opacity=30);	
}
#header
{
	height: 80px;
	background-color: #e5f1eb;
	background-image: url('/media/images/school.png');
	background-position: top right;
	background-repeat: no-repeat;
}
#header a img
{
	float: left;
	height: 60px; 
	margin: 10px 0 0 40px;
}
#header div
{
	float: left;
	width: auto;
	margin: 35px 0 0 35px;
}
#header h1
{
	color: #007A3C;
	font-size: 20px;
	padding: 0 0 3px 0;
}
#header h2
{
	color: #004F27;
	font-size: 14px;
}
#break
{
	height: 15px;
	background-color: #18417c;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
}
#nav
{
	float: left;
	width: 167px;
	margin: 0 0 0 25px;
}
#nav ul
{
	list-style-type: none;	
}
#nav ul li
{
	border-bottom: 1px solid black;
	padding: 10px 0 8px 15px;
}
#nav ul li.active
{
	background-color: #e5e9f0;
	border-left: 5px solid #022E48;
	padding-left: 10px;
}
#nav ul li:hover
{
	border-bottom: 1px solid black;
	border-left: 5px solid #18417c;
	padding-left: 10px;
}
#nav ul li a
{
	text-decoration: none;
	color: black;
}
#content
{
	margin: 0 0 0 225px;	
}
#title
{
	height: 35px;
	background-color: #a3b3cb;
}
#title h1
{
	font-size: 18px;
	padding: 12px 0 0 10px;
	color: #18417c;
}
#content p, #content table td, #content ol li, #content ul li
{
	font-size: 14px;
}
#content p
{
	padding: 5px 0 10px 10px;
	width: 700px;
}
#content table td p
{
	width: auto;
}
#content p a, td a
{
	color: #007a3c;
	font-weight: bold;
}
#content h2
{
	margin: 0;
	padding: 20px 0 0 10px;
	color: #18417c;
	font-size: 18px;
	font-weight: bold;
}
#content h3
{
	margin: 0;
	padding: 15px 0 3px 10px;
	color: #022E48;
	font-size: 16px;
	font-weight: bold;
}
#content ol
{
	padding: 5px 0 0 30px;
}
#content ol li
{
	padding: 3px 0;
}
#content table
{
	margin: 5px 0 15px 10px;
	border: 1px solid #e5e9f0;
	width: 700px;
}
#content table th
{
	text-align: center;
	background-color: #ebf6ff;
	padding: 7px 5px 5px 5px;
}
#content table td
{
	padding: 3px;
	border-bottom: 1px solid #ebf6ff;
}
#content table th.date { width: 20%; }
#content table th.time { width: 10%; }
#content table th.location { width: 50%; }
#content table th.agenda { width: 10%; }
#content table th.minutes { width: 10%; }