body {
	margin: 0;
	padding: 0;
	color: black;
	background: #a3b8cc;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	text-align: left;
	}

#container {
	margin: 0 auto;
	padding: 0;
	width: 7in;
	position: relative;
	color: black;
	text-align: left;
	}

#header {
	position: absolute;
	left: 0;
	top: 0;
	}
#header img {
	margin: 10px 0px 10px 10px;
	border: 0;
	}
#header address {
	margin-left: 10px;
	color: #16653f;
	background: transparent;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	}

#leftcolumn {
	display: none;
	}

#rightcolumn {
	display: none;
	}

.box {
	display: none;
	}

#middle-main {
	position: relative;
	margin: 2in 0 0 0;
	padding: 0;
	color: black;
	background: #003155;
	}

#middle {
	position: relative;
	margin: 2in 0 0 0;
	padding: 0;
	color: black;
	background: #003155;
	}

#tabs {
	display: none;
      }

#content {
	margin: 0;
	padding: 10px;
	color: black;
	background: white;
	}
#content h1, h2, h3 {
	margin-bottom: 0.5em;
	}
#content p {
	margin-top: 0.2em;
	line-height: 130%;
	}

#location {
	margin: 0;
	padding-left: 10px;
	font-size: 11px;
	color: #606080;
	background: #b0c0e0;
	border-top: 1px solid black;
	}

#footer {
	color: #a3b8cc;
	background: transparent;
	font-size: 10px;
	text-align: center;
	}

p {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5em;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 14px;
	}
	
em {
	font-style: italic;
	font-weight: bold;
	}
	
strong {
	font-weight: bold;
	}

th {
	font-size: 11px;
	}
td {
	font-size: 11px;
	}

th.calendar {
	font-size: 10px;
	color: white;
	background: #003155;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
td.calendar {
	font-size: 10px;
	color: black;
	background-color: white;
	vertical-align: top;
	border-right: 1px solid #003155;
	border-bottom: 1px solid #003155;
	}

.caption {
	font-style: italic;
	}

.hairline {
	border-bottom: 1px solid black;
	}

.rule {
	border-bottom: 2px solid black;
	}

