
/*
Style sheet for http://ab.mec.edu/abprojectgrad.htm
Author: Janice M. Ward
Created: March 27, 2007
Last updated: 
Copyright(c) AB Project Graduation; all rights reserved

*/

body {
   font-family: arial, 'lucida console', sans-serif;
   font-size: 11px;
   line-height: 16px;
   color: #363636;
   background-color: #fff;
   margin: 0;
   padding: 0;
   height: 100%;
}

h1 {
	font-family: arial, 'lucida console', sans-serif;
	font-size: 17px;
	color: #333399;
	font-weight: bold;
	padding: 0 0 20px 0;
	text-align: left;
	margin: 10;
}

h2 {
	font-family: arial, 'lucida console', sans-serif;
	font-size: 15px;
	color: #881C1C;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: left;
	margin: 10;
}

h3 {
	font-family: arial, 'lucida console', sans-serif;
	font-size: 13px;
	color: #B9A566;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: left;
	margin: 10;
}

h4 {
	font-family: arial, 'lucida console', sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: left;
	margin: 10;
}

p, ul, td, div {
	font-family: arial, 'lucida console', sans-serif;
	font-size: 11px;
	color: #363636;
	line-height: 18px;
	list-style-type: square;
	margin: 10;
}
ol {
	font-family: arial, 'lucida console', sans-serif;
	font-size: 11px;
	color: #363636;
	line-height: 18px;
	list-style-type: decimal;
}
li { 
	line-height: 12px; 
	margin-bottom: 14px; 
}

.nav {
	font-family: arial, 'lucida console', sans-serif;
	font-size: 11px;
	color: #363636;
	line-height: 0px;
	list-style-type: square;
	margin-bottom: 0px;
}
.sidebartitle { 
	font-family: arial, 'lucida console', sans-serif;
	font-size: 11px;
	color: #881C1C;
	font-weight: bold;
	text-align: left;
	margin: 10;
}
.sidebartext { 
	font-family: arial, 'lucida console', sans-serif;
	font-size: 11px;
	color: #363636;
	font-weight: normal;
	text-align: left;
	margin: 10;
}

a:link, a:visited {
	font: 11px arial, 'lucida console', sans-serif;
	color: #333399; 
	text-decoration: none; 
	font-weight: normal;
}
a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: normal;
}

hr { color: #6F97B1; 
	 height: 1px;
	 border: 0; 
}

