﻿body {
	font-family: 'Eras Demi ITC', 'Eras Medium ITC', Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

img {
	border: none;
}

div.header {
	background-color: #F9E9C7;
	xbackground-position: right bottom; 
	xbackground-image: url('images/Header.png');
	xbackground-repeat: no-repeat;
	color: #000000;
	padding: 10px 0 0 10px;
	height: 167px;
}

hr {
	text-align: left;
	color: #2B69A4;
}

div.middle {
	background-color: #F9E9C7;
	color: black;
	padding: 1em 0;
}

div.copyright {
	clear: both;
	font-size: 60%;
	background-color: black;
}

div.copyright a {
	color: #E5B1A3;
	text-decoration: none;
}

div.copyright a:hover {
	color: #E5B1A3;
	text-decoration: underline;
}

div.menu {
	background-color: black;
	font-size: 85%; 
	color: #F9E9C7;
	margin: 0;
	padding: 0.25em 0 0.25em 0;
	border-bottom: 5px #3F90D2 solid;
	width: 100%;
	text-align: center;
}


div.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.menu li {
	display: inline;
}

div.menu ul li a {
    border-right: 2px solid #E5B1A3;
	color: #F9E9C7;
	padding: 0 1em 0 1em;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover {
	color: #E5B1A3;
	text-decoration: none;
}

div.icons {
	padding-left: 1em;
	float: left;
}

div.contentbody {
	margin-left: 175px;
	margin-right: 1em;
	font-size: 80%;
	color: black;
}

div.callout {
	margin-left: 1em;
	float: right;
	width: 200px;
}

div.calloutitem {
	border: 4px solid black;
	padding: 0.25em;
	margin-bottom: 1em;
	background-color: #99C0E5;
	background-image: url('images/Callout%20Background.png');
	background-repeat: repeat-y;
	font-size: 90%;
}

div.calloutitem a {
	color: black;
	text-decoration: underline;
}

div.calloutitem a:hover {
	color: white;
	text-decoration: underline;
}


h1 {
	margin:0;
	font-size: 160%;
}

h2 {
	font-size: 135%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
}

td {
	vertical-align: top;
}

div.columnr {
	width: 45%;
	float: right;
}

div.columnl {
	width: 45%;
	float: left;
}

.thickborder {
	border: 4px black solid;
	margin: 0 1em;
}

table.threecolumns td {
	width: 33%;
	padding-right: 1em;
}