body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5;
}
h1,h2,h3 { color:red;}
h1{	
	font-size: 12pt;
}
h2{font-size:11pt;
}
h3{
	font-size:10pt;
	}
p{
	/*
	font-size: 9pt;
	line-height: 1.5;
	*/
	}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	color: #8E969D;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#topMenu>li {
	float: right;
	margin-left: 10px;
	font-size: 9pt;
	display: inline;
	color: gray;
}

.menuItem:hover {
	text-decoration: underline;
}
/*
.leftMenu {
	border-bottom-color: gray;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 2px;
	padding-bottom: 5px;
}
*/
.leftMenu a {
	display: block;
	border-bottom-color: gray;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
}

.leftMenu a:hover {
	background-color: gray;
	color: white;
}

.leftMenu a:first-child {
	border-top-color: gray;
	border-top-width: 1px;
	border-top-style: solid;
}
.firstMenu {
	border-top-color: gray;
	border-top-width: 1px;
	border-top-style: solid;
}

.selecteed {
	background-color: gray;
}

a {
	text-decoration: none;
	color:gray;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	 
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.sponsorship {
	margin-top: 20px;
	border-top: 1px;
	border-top-color: black;
	border-top-style: solid;
	border-bottom: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
}

.contentFrame {
	border: 1px;
	border-color: gray;
	border-style: solid;
	padding: 0px 15px;
}

.footerNote {
	margin-top: 10px;
	border: solid 1px;
	border-color: gray;
	padding: 0 5px;
	font-size: 6pt;
}
