﻿* {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

body {
	background-color: white;
	color: black;
}

h1 {
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	font-size: 36px;
	text-align: left;
	margin-top: 16px;
	margin-bottom: 0px;
}

h2 {
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 28px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo {
	top: 16px;
	margin: 16px auto;
	width: 480px;
	height: 72px;
	background-position: center center;
	background-image: url(logo.png);
}

.center {
	text-align: center;
}

.menu {
	text-align: center;
}

.menu .item {
	display: inline-table; 
	text-align: center;
	padding: 3px;
}

a img {
	border: none;
	margin-right: 4px;
	vertical-align: middle;
}

a:link,
a:visited {
	color: #039;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
	color: red;
}

#leftMenu {
	top: 96px;
	left: 16px;
	width: 200px;
}

#leftMenu a {
	display: block;
	height: 22px;
}

#content {
	position: absolute;
	top: 102px;
	left: 220px;
	right: 16px;
}

#home-content {
	position: absolute;
	top: 96px;
	left: 16px;
	right: 16px;
}

#bottomNav {
	border-top: solid 1px #AAA;
	padding-top: 8px;
	text-align: center;
}
