/* CSS Document */

body {
	margin: 0px;
	background-image:  url(images/background.jpg);
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#page {
	background-color: #000033;
	background-image:  url(images/layout_background.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
}
#content {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
}
#content p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 12px;
}
a:link {
	color: #FFFF66;
}
a:visited {
	color: #FFFF66;
}
a:active {
	color: #FFFF66;
}
a:hover {
	color: #FFFF66;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
}
#content p.indent {
	margin-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-style: italic;
}
#content p.credit {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 30px;
}
#content h2 {
	font-size: 17px;
	font-weight: bold;
	color: #999999;
}
#content p.quote {
	font-style: italic;
	margin-right: 25px;
	margin-left: 25px;
}
#content p.title {
	font-size: 20px;
	text-align: center;
}
#content p.byline {
	text-align: center;
}
#content p.footnote {
	font-size: 11px;
	color: #999999;
	line-height: 15px;
}
p.footer {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 25px;
}
#content2 p {
	font-size: 13px;
	margin-right: 25px;
	margin-left: 15px;
}
