body {
	margin: 0 0 1em;
	background-color: #fdfdfd;
	border: 0;
}
body, h3, h4, p, ul {
	font-family: arial, helvetica, sans-serif;
	color: #000;
}
div.header {
	width: 100%;
	min-width: 750px;
	background: url(/images/home/bg_header.jpg) top left repeat-x #cdd4d0;
	border-bottom: 2px solid #bbb;
	overflow: auto;
}
div.header img {
	float: left;
}
h1, h2 {
	font-weight: normal;
	color: #fff;
	margin: 0 10px 0 200px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:40px;
	font-variant:small-caps;
	padding-top: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
div.title {
	width: 900px;
	height: auto !important;
	height: 330px;
	min-height: 330px;
	background: url(/images/publications/t83/bg_title.jpg) top right no-repeat;
	margin-bottom: 1.12em;
}
div.leftnav {
	width: 200px;
	float: left;
	margin: 0 10px;
}
div.leftnav p {
	font-size: 80%;
	margin:  0 0 .5em;
}
div.content {
	margin-left: 225px;
	margin-right: 10px;
}
div.content p {
		margin-right: 200px;
}
div.content ul {
	margin-right: 250px;
	padding-right: 0;
}
li {
	margin-bottom: .5em;
}
h3 {
	margin:  0 225px 0;
	padding-top: 1em;
	font-size: 2.25em;
}
h3 strong {
	color: #006f9e;
}
h4 {
	color: #bd0040;
	font-size: 200%;
}
.quote, .info {
	border: 2px solid #feeeb4;
	background-color: #fef8e2;
	padding:20px;
	font-weight: bold;
	width: 400px;
	margin-left: 40px;
}
.info {
	border: 2px solid #bdd6e6;
	background-color: #ddedf7;
}
div.info p {
	margin-right: 0;
}
.indent {
	margin: 2em 40px 0;
}
.indent strong {
	color: #bd0040;
}
strong {
 color: #265688;
}
div.right {
	width: 300px;
	padding-left: 10px;
	float: right;
}
div.right p,
div.left p {
	font-weight: bold;
	font-size: 90%;
	margin: 0 5px;
}
div.right p {
	width: 300px;
}
.left {
	float: left;
}
div.left {
	width: 200px;
	margin: 0 20px 2em;
}
.clear {
	clear: both;
}
hr { 
width: 100px; 
height: 1px; 
border: none;
text-align: left;
margin: 1em 0 0;
color: #000;
background-color: #000; 
}
.fnt {
	font-size: 80%;
}

/* footer */
div.footer {
	margin-left: 10px;
	padding: 1em 0; 
}
div.footer p {
	color: #444;
	font-size: 80%;
}

/* hyperlinks */
a:link, 
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover,
a:active	 {
	color: #0000ff;
	text-decoration: underline;
}

div.header a:link, 
div.header a:visited,
div.header a:hover,
div.header a:active	 {
	color: #fff;
	text-decoration: none;
}

