/* CSS exclusively for Oxford Fetal Medicine by and Copyright 2005 Dom Howells */
body {
	margin: 0px 75px 0px 75px;
	padding: 0px;
	background: #f7f2eb;
	color: black;
	font-family: Verdana, Ariel, Sans, Helvetica;
	font-size: 12px;
	}

div#menu {
	float: left;
	clear: right;
	width: 200px;
	border-top: 1px #191a08 solid;
	border-left: 1px #191a08 solid;
	border-right: 1px #191a08 solid;
	border-bottom: 4px #191a08 solid;
	padding: 0px;
	margin: 0px;
	}

div#menu ul {
	display: block;
	border-top: 1px solid #191a08;
	list-style-type: none;
	margin: 25px 0px 25px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	}

div#menu ul li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #191a08;
	}

div#menu ul li a {
	display: block;
	background: #cfcfdf;
	padding: 10px;
	margin: 0px;
	color: #191a08; 
	text-decoration: none;
	}
	
div#menu ul li.noselect a:hover {
	text-decoration: underline;
	background: #b37e9c;
	}

div#menu ul li.select a {
	background: #8ba3bf;
	font-style: italic;
	}

div#header {
	width: 100%;
	border-top: 4px #191a08 solid;
	padding: 25px 0px 0px 0px ;
	margin: 25px 0px 0px 0px ;
	}

div#header h1 {
	border-top: 1px solid #191a08;
	border-bottom: 1px solid #191a08;
	background-image: url("../background.jpg");
	background-repeat: repeat-x;
	background-position: center right;
	margin: 0px;
	padding: 10px;
	color: #f7f2eb;
	font-family: Garamond, Palatino, Utopia, 'Times New Roman', Serif;
	font-size: 52px;
	line-height: 100px;
	text-align: right;
	}

div#content {
	text-align: justify;
	padding-left: 50px;
	}

div#content, div#footer {
	position: relative;
	clear: right;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 201px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	border-top: 1px #191a08 solid;
	}

div#content a, div#footer a {
	color: blue;
	}

h1,h2,h3,h4,h5,h6 {
	margin-left: -25px;
	text-align: left;
	}

h1 {
	font-size: 200%;
	}

h2 {
	font-size: 150%;
	}

h3 {
	font-size: 120%;
	}

dl dt {
	font-style: italic;
	}

div#footer {
	border-bottom: 4px #191a08 solid;
	padding-left: 25px;
	font-size: 10px;
	}

.nocss {
	display: none
	}

.iefixes {
	width: 100%;
	height: 25px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	}

table tr {
	padding: 3px 0px 3px 0px;
	}

img.block {
	display: block;
	width: 100%;
	}

table tr td, table tr th {
	padding: 0px 10px 0px 10px;
	}

img.float {
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	border: 1px solid #191a08;
	padding: 0px;
	margin: 6px 0px 6px 12px;
	}
