/*
 * This is the style sheet for the Adult and Family Ed Home Page
 * (C) 2006 John Horbacz
 */
html 
body {
  color: #143f62;
  background-color: #fefff8;
  margin: 20px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: .75em;
  line-height: 1.4em;
}

a:link {
background-color: #ffffff;
color: #050000;
text-decoration: none;

}
a:visited {
background-color: #ffffff;
color: #003366;
text-decoration: none;

}
a:hover {
	background-color: #eb0d01;
  	color: #ffffff;
  	font-weight: bold;
  	text-decoration: none;
}

em {

font-style: normal;

font-weight: bold;

}

h1 {
  color: #003366;
  font-size: 1.7em;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 285px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h2 {
  color: #003366;
  font-size: 1.7em;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}
h3 {
  color: #ffff1e;
  font-size: 1.2em;
  padding: 0;
}

ul li a {
  font-weight: normal;
}

ol li {
  margin-bottom: 5px;
}
  table {
        border: 1px solid black;
        border-spacing: 2;
	background-color: #8bbef5;
	margin-left: 100px;
	margin-right: 200px;
	margin-top: 15px;}
      td {
        padding: 4px 6px;
        border: 2px solid black;
font-size: 1em;color: #000000;}	

table.small {
        border: 1px solid black;
        border-spacing: 2;
	background-color: #8bbef5;
	margin-left: 250px;
	margin-top: 15px;
	width: 350px;  }
  
#header {
margin-left: 100px}
#header-bottom ul {
	margin: 0;
	padding: 0;
}

#header-bottom li {
	display: inline;
}

p.footer {
font-size: 1em;
text-align: center;
font-weight: bold;
}