﻿.BodyRed {

	margin-left: auto;

	margin-right: auto;

	border: 3px solid #BF0A30;

	position: relative;

}

.BodyWhite {

	margin-left: auto;

	margin-right: auto;

	border: 3px solid white;

	position: relative;

}

.BodyBlue {

	margin-left: auto;

	margin-right: auto;

	border: 3px solid #002868;

	position: relative;

}

.BodyIndent {

	margin-left: .5em;

	margin-right: .5em;

}

h1.header {

	font-family: Arial;

	font-weight: bold;

	color: #000000;

	line-height: 115%;

	padding: 0;

	margin: 0;

}

h2.header {

	font-family: Arial;

	font-weight: bold;

	color: #000000;

	line-height: 115%;	

	padding: 0;

	margin: 0;

}

div.container {

	font-family: Arial;

	font-weight: bold;

	color: #000000;

	width: 100%;

	margin: 0px;

	border: 1px white;

	line-height: 150%;

}

div.left {

	font-size: medium;

	float: left;

	width: 220px;

	margin: 0;

	padding: .5em;

}

div.content {

	font-weight:normal;


	margin-left: 255px;

	padding: 1em;

}

div.center_content {

	float:left;
	
	width: 70%;
	
	padding: .5em;
	
}

div.right_bar {
	float: right;
	width: 10%;
	padding: .5em 50px;
	z-index:100;
}

div.JHMfooter {

	font-family: Arial;

	font-weight: bold;

	color: #000000;

	font-size: medium;

	clear: left;
	
	width: 100%;

}

.ds2 {
	font-weight: bold;
	margin-top: .5em;
}

.Not_Bold {

	font-weight: normal;

}

.large_centered {

	text-align: center;

	font-size: x-large;

	color: #000000;

}

.large_black_centered {

	text-align: center;

	font-size: large;

	color: #000000;

}

.medium_centered {

	text-align: center;

	font-size: medium;

	line-height: 1.3;

}

.centered_paragraph {

	text-align: center;

	font-size: medium;

	font-style:italic;

}

.centered_regular_paragraph {

	text-align: center;

	font-size: medium;

}

.small_centered {

	text-align: center;

	font-size: small;

}

.small_left {

	text-align: left;

	font-size: small;

}

.auto-style1 {
	font-size: xx-small;
}

.left_nosize {
	text-align: left;
}

.right_nosize {

	text-align: right;

}

a:link {

	color: #002868;

}

a:visited {

	color: #666600;

}

a:focus {

	color: #800080;

}

a:hover {

	color: purple;

	font-size: 104%;

}

a:active {

	color: #FF0000;

}

.highlightit img {

	border: 0px solid #ffffff;

}

.highlightit:hover img {

	border: 1px solid purple;

}

.highlightit:hover {

	color: purple; /* Dummy definition to overcome IE bug */

}

