body
{
	background: #FFC870;
}

hr
{
	margin: 10px 0;
}

.content
{
	background: #FBF7BE;
	border: 11px solid #D3A44F;
	width: 700px;
	margin: 30px auto 30px auto;
	padding: 20px;
}

ul.links
{
	white-space: nowrap;
	margin: 10px auto;
	text-align: center;
}

ul.links li
{
	list-style-type: none;
	display: inline;
	padding: 3px 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #996;
}

ul.links li a
{
	color: black;
	text-decoration: none;
}

ul.links li a:hover
{
	color: #CD6620;
	text-decoration: underline;
}

div.title
{
	text-align: left;
	vertical-align: bottom;
}

div.title img
{
	float: left;
	margin-left: 0;
	margin-right: -117px;
border: none;
}

div.title p
{
	margin: 0 0 10px 127px;
	padding: 15px 0 0 0;
	font-family: Times, serif;
	font-size: 22pt;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

div.title ul.links
{
	margin: 0 0 0 122px;
}

div.title ul.links li
{
	padding: 3px 5px;
	font-size: 10pt;
}

div.text
{
	font-family: arial;
	font-size: 12pt;
	text-align: justify;
	background: #FEFDEF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	clear: both;
	margin-top: 20px;
	padding: 0;
}

div.text .t
{
	margin: 0 -1px;
	background: url("content_t.png") repeat-x 0% 0%;
}

div.text .tl
{
	background: url("content_tl.png") no-repeat 0% 0%;
}

div.text .tr
{
	background: url("content_tr.png") no-repeat 100% 0%;
}

div.text .b
{
	background: url("content_b.png") repeat-x 0% 100%;
}

div.text .bl
{
	background: url("content_bl.png") no-repeat 0% 100%;
}

div.text .br
{
	background: url("content_br.png") no-repeat 100% 100%;
	padding: 0 30px;
}

h1
{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	text-align: left;
	color: #CD6620;
	margin: 15px 0;
	padding-top: 10px;
}

h2
{	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 25px;
	text-decoration: underline;
}

h3
{
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	margin: 30px 0 -5px 0;
}

p
{
	margin: 15px 0;
}

a
{
	color: #754C23;
}

a:visited
{
	color: #603811;
}

blockquote
{
	margin: 0.5em 4em;
	clear: left;
}

blockquote p.attribution
{
	margin-top: -15px;
	text-align: right;
}

.copyright
{
	text-align: center;
	font-size: 8pt;
	color: #999;
	clear: both;
}

.photo
{
	padding: 2px;
	border: 2px solid #CCC;
	margin-bottom: 15px;
}

.photo.right
{
	margin-left: 15px;
	float: right;
}

.photo.left
{
	margin-right: 15px;
	float: left;
}

.photo img
{
	border: 1px solid #BBB;
	padding: 0;
	display: block;
}

.photo div
{
	margin-top: 2px;
	border: 1px solid #BBB;
	padding: 2px;
	display: block;
	text-align: left;
}
.time
{
	white-space: nowrap;
	vertical-align: top;
}

