p {
	font-size: 1em;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
td {
	font-size: 1em;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
} 
.twoColFixRtHdr #header{
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-weight: bold;
}
ul {
	padding-top:0;
	margin-top:0;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}
ol {
	padding-top:0;
	margin-top:0;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}
h1 {
	font-size: 20px;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-weightnormal;
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	text-align: left;
}
h3 {
	font-size: 16px;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-weight: bold;
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
}
a:link {color: #6666FF; text-decoration: underline;}
a:visited {color: #6600CC; text-decoration: underline;}
a:active {color: #6600CC;}
a:hover {text-decoration: none;}
.navTitle{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
}
li {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 14px;
}
.dogTitles {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-align: left;
}
.box {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 10px;
}
#header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #333;
	background-color: #CCC;
}
.nowrap {
	white-space: nowrap;
}
.myFonts {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}
.centerImage {
	background-position: center center;
	background-color: #9FF;
	background-image: url(Images/JHBanner.jpg);
	background-repeat: no-repeat;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px none #000;
	text-align: center;
	background-color: #cae0ec;
	background-image: url(Images/bgPage.png);
	font-size: 100%;
}
#main {
	border: 0px none #333;
	padding: 10px;
	margin: 0px;
}
.twoColFixRtHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
} 

