body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #5985C6;
	text-align: center;
	margin: 0px;
	background-image: url(images/mainbgr.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#mainContent {
	background-color: #FFFFFF;
	background-image: url(images/jh-mainbgr.jpg);
	overflow: hidden;
	width: 760px;
}
#contentHead {
	height: 52px;
	width: 760px;
	background-image: url(images/jh-h1bgr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#contentHead h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -6px;	
}
#contentLeft {
	float: none;
	width: 480px;
	margin-left: 40px;
}
#iefixer {
	float: left;
	width: 520px;
	margin: 0px;
}
#contentLeft h1 {
	font-size: 24px;
	color: #1D3047;
}
#contentLeft h2 {
	font-size: 18px;
	color: #902116;
	font-weight: normal;
}
#contentLeft .photo {
	width: 180px;
	float: right;
	margin-left: 10px;
	font-size: 80%;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentRight {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#contentRight .menu {
	list-style-type: none;
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #b12a1c;

}
#contentRight .menu li {
	margin-top: 15px;
}
#contentRight a, #contentRight a:visited, #contentRight a:link, #contentRight a:active {
	color: #b12a1c;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(images/menu-dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#contentRight a:hover {
	background-image: url(images/menu-dot_over.jpg);
}
#mainFooter {
	background-image: url(images/jh-base.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 24px;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #D9DAD4;
}
#mainFooter a {
	color: #D9DAD4;
	text-decoration: none;
}
#mainFooter a:hover {
	text-decoration: underline;
}
.inconspicuousLink {
	font-size: 85%;
	color: #769ACF;
	text-align: right;
}
.inconspicuousLink a {
	color: #769ACF;
	text-decoration: none;
}
.inconspicuousLink a:hover {
	text-decoration: underline;
}
