body {
	color: #363636;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 10px;
	padding: 0;
	text-align: center;
	background-color: #EBF4F3;	
	}
#wrap {
	width: 700px;
	padding: 0;
	margin: 10px auto;
	border: 1px solid #369;
	background-color: #fff;
	}
#header {
	padding: 0;
	margin: 0;
	clear: both;
	}
	
#header-image-left {
	background-image: url('images/full-stethoscope.gif');
	background-repeat: no-repeat;
	background-color: #fff;
	width: 409px;
	height: 199px;
	float: left;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border: 0;
	}
#header-image-right {
	float: right;
	text-align: right;
	width: *;
	margin: 0;	
	padding: 10px 10px 10px 0;
	}
#header-image-right h1 {
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	}
#navcontainer {
	width: 700px;
	clear: both;
	}
#navcontainer ul {
	width: 100%;
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #369;
	color: #fff;
	font: normal 11px arial, helvetica, sans-serif;
	text-align: center;
	}
#navcontainer li { display: inline; }
#navcontainer li a {
	text-decoration: none;
	background-color: #369;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #fff;
	letter-spacing: 2px;
	}
#navcontainer li a:hover {
	background-color: #036;
	color: #fff;
	letter-spacing: 2px;
	}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #369;
	}
#content-left {
	float: left;
	width: 450px;
	text-align: left;
	padding: 15px;
	margin: 0;
	border-right: 1px solid #369;
	vertical-align: top;
	}
#content-left h2 {
	color: #990050;
	font-weight: bold;
	font-size: 1.4em;
	font-family: Georgia, Verdana;
	text-decoration: underline;
	letter-spacing: 1px;
	margin: 5px 0 0 0;
	padding: 0;
	}
#content-left h3 {
	color: #004e87;
	font-size: 1.2em;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}
#content-left p {
	padding: 0;
	margin-top: 10px;
	line-height: 2em;
	}	
#content-left a, visited {
	color: #990050;
	text-decoration: underline;
	font-weight: bold;
	}	
#content-left a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #369
	}
#content-left ul {
	list-style-type: square;
	}	
#content-left li {
	line-height: 25px;
	margin: 0 0 10px 0;
	}
#content-left b{
	font-weight: bold;
	color: #004e87;
	}	
#content-left .return {
	color: #004e87;
	font-weight: normal;
	}
#content-right {
	float: left;
	width: 199px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	margin: 0;
	}
.highlight {
	margin: 5px 5px 15px 5px;
	background: #fffab2;
	border: 1px solid #990050;
	padding: 5px
	}
.highlight h3 {
	color: #004e87;
	font-weight: bold;
	font-size: 1em;
	font-family: Georgia, Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 5px 0 5px 0;
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid #990050;
	}
#caduceus {
	border: 1px solid #990050;
	padding: 5px;
	margin: 3px;
	background-color: #fffabd;
	}
#caduceus h3 {
	margin: 0;
	padding: 0;
	color: #004e87;
	}
#caduceus ul {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 0;
	list-style-position: inside;
	}
#content-right p {
	font-size: 100%;
	margin: 5px 0 10px 5px;
	line-height: 25px;
	}
#content-right a, visited{
	color: #990050;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px
	}	
#content-right a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #369
	}	
#content-right ul {
	list-style: square;
	margin-left: 20px;
	padding-left: 0;
	}
#content-right li {
	line-height: 20px;
	}
#footer {
	width: 700px;
	clear: both;
	text-align: center;
	}
h1 {
	color: #369;
	font-size: 1em;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h2 {
	color: #369;
	font-size: 100%;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	size: 10px;
	}	
a {
	text-decoration: none;
}
#footer ul {
	width: 700px;
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #fff;
	color: #369;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
	}
#footer li { display: inline; }
#footer li a {
	text-decoration: none;
	background-color: #fff;
	color: #369;
	padding: .2em 1em;
	border-right: 1px solid #369;
	letter-spacing: 2px;
	}
#footer li a:hover {
	background-color: #036;
	color: #fff;
	letter-spacing: 2px;
	}
#copyright {
	width: 700px;
	margin: 10px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	}
#copyright p {
	margin: 0;
	text-align: center;
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
	}