@font-face {
font-family: Delicious;
font-weight: normal;
src: url('/jh/fonts/delicious-bold.otf');
}

@font-face {
font-family: Delicious;
font-weight: bold;
src: url('/jh/fonts/delicious-heavy.otf');
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 76%;
	color: #000;
	margin: 20px;
	background: #3667A8 url(/jh-beta/images/backgrounds/dark_blue_gradient.gif) top left fixed repeat-x;
	text-align: center;
}
a
{
	color: #0073FF;
	font-weight: bold;
}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: red;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Delicious, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
h1 {
	color: #08487e;
	font-weight: bold;
	letter-spacing: -2px;
	font-size: 2.5em;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	}
h2 {
	font-size: 1.7em;
	border-bottom: 1px solid silver;
	padding-bottom: 3px;
	clear: both;
	}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	}
h4 {
	font-size: 1.1em;
	}
h5 {
	font-size: 1.0em;
	}
h6 {
	font-size: 0.8em;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	}
p, table, tr, td, th {
	font-size: 1.0em;
	}
pre {
	font-family: Courier New,Courier,monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
table, tr, td {
	font-size: 1.0em;
	border-collapse: collapse;
}
td, th {
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	padding: 3px;
}
th {
	background: #3667A8;
	color: white;
}
ol ol {
	list-style-type: lower-alpha;
}
textarea, code {
	font-family: Courier New,Courier,monospace;
	font-size: 0.9em;
}
code {
	background-color: white;
	border: 1px dashed black;
	display: block;
	padding: 10px;
}
.header {
	text-align: left;
	background: #3667A8;
	border-top: 1px solid black;
	border-right: 10px solid black;
	border-left: 10px solid black;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.header h1 {
	color: black;
	font-size: 3.0em;
	font-weight: bold;
	letter-spacing: -3px;
	clear: none;
	padding: 0px;
	margin: 0px 10px;
	border: 0;
}
.message {
	float: right;
	text-align: right;
	font-weight: bold;
	color: white;
	padding: 5px;
}
.message a {
	color: white;
}
.message a:hover {
	color: red;
}
.navigation {
	background: #08487E;
	text-align: left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 10px solid black;
	border-left: 10px solid black;
	padding: 5px 0;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.navigation ul {
	display: inline;
	margin: 0;
	padding: 0;
}
.navigation li {
	list-style: none;
	display: inline;
	font-size: 1.0em;

}
.navigation a {
	color: White;
	text-decoration: none;
	padding: 5px 5px;
	font-weight: bold;
}
.navigation a:hover {
	background: White;
	color: #08487E;
}
.locator {
	text-align: left;
	background: #3667A8;
	border-bottom: 1px solid black;
	border-right: 10px solid black;
	border-left: 10px solid black;
	font-size: 0.8em;
	padding: 2px 10px;
	color: white;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.locator a {
	color: white;
	font-weight: normal;
}
.content {
	margin-top: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	background-color: #F5F5F5;
	border: 1px solid Black;
	padding: 2em;
	line-height: 150%;
}
* html .content {
	width: 780px;
}
.content h1 {
	margin: 0px;
}
.footer {
	text-align: center;
	margin-top: 10px;
	background: #3667A8;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 10px solid black;
	border-left: 10px solid black;
	font-size: 0.8em;
	color: white;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.footer img {
	margin: 15px;
}
.footer p {
	margin: 10px;
}
.footer a {
	color: white;
}
.resume-section {
	margin-left: 60px;
}
.license {
	font-size: 0.8em;
	line-height: 100%;
}
h1.hastagline {
	border: 0;
}
h2.tagline {
	color: #747673;
	clear: none;
	margin-top: 0em;
}
div.download {
	background-color: #c4efa1;
	background: #c4efa1 url(/jh/images/icons/download_arrow.gif) 235px 0px no-repeat;
	width: 245px;
	padding: 15px;
	font-size: 0.9em;
	line-height: 100%;
	padding-top: 10px;
}
div.download a {
	font-weight: normal;
	color: #666666;
}
div.download a.download {
	color: #1d9101;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 130%;
}
/*printer styles*/ 
@media print{ 
body {margin: 0; padding: 0;}
.navigation, .locator, .footer a, .message, .footer-links {display:none;} 
.footer, .content, .header {border: none;}
a {text-decoration: none; font-weight: normal; color: black;}
}