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

table td.one
{
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
}

tr.one > td
{
  padding-bottom: 10px;
}

h1
{
	font-family: sans-serif;
	font-size: 24pt;
	font-weight: normal;
}

h2
{
	font-family: sans-serif;
	font-size: 18pt;
	font-weight: normal;
}

h3
{
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: normal;
}

a:link    {color: #7e2e2d;}
a:visited {color: #7e2e2d;}
a:hover   {color: #7e2e2d;}
a:focus   {color: #7e2e2d;}
a:active  {color: #7e2e2d;}

#content
{
	width: 600px;
	min-height: 350px;
	background: #F6F3DC;
	color: #402815;
	position:relative;
	
	margin-bottom:  0px;
	margin-left:   auto;
	margin-right:  auto;
	margin-top:     30px;
	
	padding-top: 50px;
	padding-left: 120px;
	padding-right: 120px;
	padding-bottom: 60px;
	
	font-family: serif;
	font-size: 12pt;
}

#content table
{
	color: #402815;
}

.citation
{
	background: white;
	color: black;
	
	padding: 20px;
}

.citation td
{
	color: black;
}

#links
{
	padding-top: 60px;
	
	font-family: sans-serif;
	font-size: 15pt;
	color: #402815;
}

#links table
{
	font-family: sans-serif;
	font-size: 15pt;
	color: #402815;
}

#links a
{
	color: #7e2e2d;
}

#footer table
{
	width:840px;
	color: #7a7862;
	position: relative;
	
	font-family: sans-serif;
	font-size: 9pt;
	
	margin-bottom:  30px;
	margin-left:   auto;
	margin-right:  auto;
	margin-top:     15px;
}