@charset "utf-8";
/* CSS Document */

html{
	margin: 0;
	padding:0;
	height: 90%;
	width: 100%;
	clear: both;
	background-color: #333333;
	}
	
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: #333333;
	background-repeat: repeat;
	background-position: center center;
	height: 600px;
	clear: both;
	background-attachment: scroll;
	background-image: url(imagesmed/bg_rpt.gif);
	}
			#container {
	width: 693px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

h3 {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #74736a;
}

h4 {
	text-align: left;
	text-indent: 15px;
}

#container .headerimg {
	background-image: url(imagesmed/header.gif);
	background-repeat: no-repeat;
	height: 219px;
	width: 693px;
}
#container #footer .cross-links {
	font-size: 14px;
	color: #A69E8E;
	font-weight: 400;
	margin-top: 20px;
}
#container #headingtitle {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


#container .headerimg .headernav {
	float: right;
	height: 167px;
	width: 100px;
	margin-right: 32px;
	margin-top: 25px;
	padding: 0px;
}
#container .headerimg .headernav li {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -.09em;
	text-align: center;
	line-height: 1.6em;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #A69E8E;
	width: 100px;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	height: 25px;
}
#container #bodyrpt {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#container #footer {
	height: 45px;
	width: 693px;
	background-image: url(imagesmed/footer.gif);
}
#jon {
	font-size: 11px;
	color: #FFFFFF;
}
#jon a {
	color: #FFFFFF;
	text-decoration: underline;
}
#jon a:hover {
	color: #CCCCCC;
}


#container #bodyrpt .content {
	border: thin solid #A69E8E;
	text-align: left;
	font-size: 13px;
	line-height: 1.3em;
	padding-right: 5px;
	padding-left: 5px;
}
.content p {
	font-size: 13px;
	line-height: 1.3em;
	display: inline-block;
}


#container .headerimg .headernav ul {
	padding: 0px;
}
a {
	text-decoration: none;
	color: #A69E8E;
	width: 100px;
}

a:hover {
	color: #666051;
	list-style-type: none;
	width: 100px;
}

