h1 {
	text-align: center;
	margin: 0;
	padding: 0.6em 2em 0.4em;
	color: #E88C25;
	font-weight: bold;
	font-size: 1.75em;
	border-bottom: 2px solid #000;
	font-family: sans-serif,helvetica;
	border-bottom-style: solid;
	line-height: 28px;
	vertical-align: 60%;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 0.9em;
	font-family: sans-serif,helvetica;
	margin: 0;
	padding: 0;
}

.Content {
	padding: 1em 5em .5em 5em;
}

.ColumnarContent {
	position: relative;
	padding-top: .2em;
}

.ColumnLeft {
	width: 48%;
	padding-right: 2%;
	float: left;
	padding-bottom: 2em;
}

.ColumnRight {
	width: 48%;
	padding-left: 2%;
	float: left;
	padding-bottom: 2em;
}

h2 {
	font-size: medium;
	background-color: #FFFF99;
	color: #000080;
}

.footer {
	border-top-style: solid;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-width: 1px;
	border-top-color: #808080;
	background-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 3em;
	padding-left: 3em;
}

a {
	text-decoration: none;
	color: #0033CC;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #800000;
}
#menu {
	font-size: small;
	font-family: sans-serif,helvetica;
	color: #000000;
}
#menu ul {
	
	text-align:center;
	}
#menu li {
	display: inline;
}
#menu a {
	padding: 0 .3em;
	text-decoration: none;
		}
#menu a:hover {
	border: 1px solid #000080;
	color: #000066;
	background-color: #FFFF66;
	text-transform: uppercase;
}



