body {
	background-color: #000000;
	color: #FFFFFF;
	margin: 50px 0;
	padding: 0;
}

img { border: 0; }

.subjectH1 {
	color: #F78F1E;
	font-size: 38px;
	font-weight: normal;
	margin: 0;
}

.authorH1 {
	font-size: 33px;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0;
}

.authorH2 {
	font-size: 33px;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0;
	color:#FF9900;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.by {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}

.author {
	font-size: 24px;
	font-variant: small-caps;
}

.subject {
	color: #F78F1E;
	font-size: 27px;
	font-style: italic;
}

.author-info {
	color: #FFFFFF;
	display: block;
	font-size: 21px;
	font-style: italic;
}

#main {
	margin: 0 auto;
	width: 770px;
}

#header { text-align: right; }

#header img {
	height: 37px;
	margin-bottom: 20px;
	width: 181px;
}

#nav {
	color: #F78F1E;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 100%;
}

#nav td {
	text-align: center;
}

#nav a {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 10px;
	text-decoration: none;
	vertical-align: middle;
}

#nav a:hover { color: #F78F1E; }

#content {
	padding: 35px 0;
}

#stopFloats {
	clear: both;
	display: block;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
}

#content img {
	float: left;
	margin: 0 30px 30px 0;
}

#content a { color: #FFFFFF; }

#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.subjects ul, .authors ul {
	float: left;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	list-style: none;
	list-style-position: outside;
	margin: 0 0 0 60px;
	padding: 0;
	width: 293px;
}

.subjects li, .authors li {
	padding-bottom: 24px;
}

.subjects a, .authors a {
	color: #F78F1E !important;
	text-decoration: none;
}

.subjects a:hover, .authors a:hover { color: #FFFFFF !important; }

.subjects { font-size: 29px; }

.subjects, .authors {
	font-size: 24px;
	font-variant: small-caps;
}

.home { background-color: #333333; }

strong {
	color: #F78F1E;
	text-transform: uppercase;
}

#footer {
	background-image: url(../images/footerbg.png);
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 200%;
	padding-top: 10px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.divider {
	padding: 0 10px;
}

.indented {
	padding-left: 60px;
}

strong a {
	color: #F78F1E !important;
	text-decoration: none;
}

strong a:hover {
	color: #FFFFFF !important;
}

#content table { width: 100%; }



table img {
	float: none;
	text-align: center;
	vertical-align: middle;
}