body {
	background-color: #FDECD0;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 1.2em;
}

/* layout */

#homepage {
	width: 1024px;
	height: 768px;
	background: #FDECD0 url(/images/home-page-background.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 1px solid #FDECD0;
}

#wrapper {
	width: 1050px;
}

#leftnav {
	float: left;
	height: 768px;
	width: 250px;
	background: url(/images/sidenav-background.jpg) top left no-repeat;
}

#leftnavflash {
	float: left;
	height: 768px;
	width: 250px;
	background: url(/images/sidenav-background.jpg) top left no-repeat;
}

#main {
	float: left;
	width: 450px;
	background: url(/images/pagecontent-background.gif) top center no-repeat;
}

#logo {
	height: 160px;
	vertical-align: middle;
	text-align: center;
}

#content {
	font-size: 1.2em;
}

#footer {
	padding-top: 10px;
	font-size: 1.2em;
	text-align: center;
}

#rightbar {
	float: left;
	width: 170px;
}

#rightbio {
	float: left;
	width: 306px;
	height: 768px;
	background: url(/images/rightbio-background.jpg) top left no-repeat;
}

/* */

#homepage p {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding-top: 80px;
}

#leftnav ul {
	list-style: none none none;
	list-style-type: none;
	margin: 160px 0 0 10px;
	padding: 0;
}

#leftnavflash ul {
	list-style: none none none;
	list-style-type: none;
	margin: 3px 0 0 10px;
	padding: 0;
}

#leftnav ul li, #leftnavflash ul li {
	margin-bottom: 0px;
}

#logo img {
	margin-top: 10px;
}

#content p {
	font-size: 1.1em;
	line-height: 1.3em;
}

#content h2 {
	font-size: 1.4em;
	font-weight: bold;
}

#content h3 {
	color: #6F0F0E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content p.description {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.0em;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content author {
	font-style: italic;
	font-size: 1.0em;
}

#content img.portrait {
	border: 1px solid #000;
}

#content address {
	font-size: 1.4em;
	text-align:center;
	font-style: normal;
}

#footer p {
	font-size: 1.0em;
}

#rightbio {
	padding-top: 50px;
	padding-left: 20px;
	font-size: 1.6em;
}

#rightbio ul {
	list-style: none none none;
}

img.embedded {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

table th,td {
	padding: 4px;
}

table tr {
	border-top: 2px;
}

table th {
	text-align: left;
	font-weight: normal;
}

table.quotegrid th {
	color: 6F0F0E;
}