﻿/*
HEAB Style Sheet
Created 9/9/08 by Colette Brown
Last modified 12/16/08 by Colette Brown
*/


/* general site styles */

body {
	margin: 0;
	padding: 0;
    background: #fff url('/images/backgrnd.gif') repeat;
}

/* font-sizing and typography ideas at Owen Briggs' site here: http://www.thenoodleincident.com/tutorials/typography/index.html */

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}

h1 {
     font-size: 2.0em;
     font-weight: bold;
}

h2 {
     font-size: 1.7em;
     font-weight: normal;
}

h3 {
     font-size: 1.5em;
     font-weight: normal;
}

img {
	border: none;
}

/* styles for index page */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	font-size: 12px;
}

table#main {
     text-align:center; 
}

table#contents {
     background-color: #f5f5f5;
     margin: 0;
}



#contents a { 
     color: #111111; 
     font-size: 1.2em; 
     font-weight: bold; 
     text-decoration: none;
} 

#contents a:hover { 
     color: #0000ff;
     text-decoration: underline;
}

#quicklinks a {
     color: #111111; 
     font-size: 1.0em; 
     font-weight: bold; 
     text-decoration: none; 
}

#quicklinks a:hover { 
     color: #0000ff;
     text-decoration: underline;
}

table td#left-nav {
     background: url('/images/marble.gif');
     text-align: center;
}

div#footer {
	text-align: center;
	width: 50%;
	margin: 2em auto 1em;
}

div#footer a {
	font-size: 85%;
}

div#footer table {
	font-size: 85%;
	width: 50%;
	margin: 1em auto 0;
     text-align: center;
}

