td {
	font-family: Georgia, Times, "Times New Roman", serif;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {font-family: Georgia, Times, "Times New Roman",  serif;
	background-color: #F9F7EB;
}

body, td, th {font-family:  Georgia, Times, "Times New Roman",  serif;
	color: #000000;
}

/* Link formatting */
a:visited {
    color:#660033;
	font-weight: 400;
	text-decoration: none;
}

a:link, a:hover {
	color: #990033;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Heading formatting */

h1, h2, h3 {font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
	color: #006666;
}

h4 {font-family: Georgia, Times, "Times New Roman",  serif;
	color: #006666;
}

h1 {font-size: large; font-weight:900;
}

h2 {font-size: large; font-weight:700;
}

h3, h4 {font-size: medium; font-weight:900;
}

h5 {font-family: Georgia, Times, "Times New Roman",  serif;
	color: #000000;
	font-size: medium; 
	font-weight:700;
}

/* Section layout */
#content{
	float:right;
	width: 75%;
	margin: 0 0 0 20px;
	padding: 0 20px;
}

#footer{
	width: 100%; 
	font-size: 80%;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid  #066;
	border-top: 1px solid #066;
}

#navBar{
	margin: 0 10px 0 0;
	padding: 2px 10px;
}
