a {	
	color: #663300;	
	text-decoration: none
}
a:link {
	color: #003399;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #000000;
	text-decoration: underline
}

body {
	background: #ececec url(images/headbg.jpg) 0 0 no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.3em;
}

#body {
	position:absolute;
	padding-left: 40px;
	padding-right: 75px;
	padding-top: 20px;
	padding-bottom: 15px;
	width:80%;
	z-index:1;
	top: 20px;
	left: 54px;
	background-color: #FFFFFF;
	border: #666666 1px solid;
}
#back {
	position:absolute;
	width:125px;
	height:100%;
	z-index:2;
	left: 0px;
	top: 0px;
}
#main {
	position:absolute;
	width:910px;
	height:115px;
	z-index:3;
	top: 25px;
	left: 17px;
}
.sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
.sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
.greybox {
	background-color: #f6f6f6;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: #859984 3px solid;
	margin-left: 5px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sidenote {
	float: right;
	background-color: #f6f6f6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: #859984 1px solid;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	max-width:250px;
}
.leftnote {
	float: left;
	background-color: #f6f6f6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: #859984 1px solid;
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	max-width:250px;
}
.inlinenote {
	background-color: #f6f6f6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: #859984 1px solid;
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ratingfloat {
	float:right; 
	width:200px;
	white-space:nowrap;
}
.headshot1 {
	float:left;
	width:92px;
	border-color:#333333;
	padding-right:16px;
	padding-bottom:13px;
}
.headshot2 {
	float:right;
	width:92px;
	border-color:#333333;
	padding-left:10px;
	padding-bottom:10px;
}
.h1 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight:bold;
	line-height: 1.5em;	
	color: #0a0a0a;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
}
.endnote {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
.darkredtext {color: #9C0E0E}
.smaller {font-size:0.8em}