@charset "UTF-8";
/* CSS Document */

/*------------------------------------------ ** The usual suspects */
*
	{
	border: 0;
	margin: 0;
	padding: 0;
	}
#area_wrap
	{
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px;
	background-color: #fff;
	}
body
	{
	background-color: #c3c8c8; 
	}
#area_footer
	{
	clear: both;
	border-top: #333333 dotted 1px;
	padding-top: 5px;
	}
a
	{
	color: #363636;
	text-decoration: none;
	border-bottom: 1px dashed #363636;
	}
a:hover
	{
	border-style: solid;
	}
/*------------------------------------------ ** The usual suspects */


/*------------------------------------------ ** Text generics */
body
	{
	font-family: Arial, sans-serif;
	font-size: small;
	color: #363636;
	}
h1, h2
	{
	font-family: verdana, sans-serif;
	}
h1, p
	{
	margin-bottom: 1em;
	}
h2
	{
	margin-top: 1em;
	margin-bottom: 0.5em;
	}
ol,
ul
	{
	margin-left: 25px;
	}	
ol li,
ul li
	{
	margin-bottom: 10px;
	}
/*------------------------------------------ ** Text spacing */


/*------------------------------------------ ** TABLE! */
table
	{
	margin-bottom: 20px;
	background-color: #d6d4c0;
	border: 0;
	}
tr.first
	{
	background-color: #ad8848;
	font-size: 20px;
	color: #fff;
	font-family: verdana, sans-serif;
	}
tr.tabletitles
	{
	font-weight: bolder;
	}
tr.tabletitles td
	{	
	border-top: 0;
	}
td
	{
	border-top: 1px dashed #ad8848;
	width: 33%;
	padding: 5px;
	}
/*------------------------------------------ ** TABLE! */


/*------------------------------------------ ** Things which have a bottom margin */
#area_masthead,
#area_content,
.panel_right
	{
	margin-bottom: 20px;
	overflow: hidden;
	}
/*------------------------------------------ ** Things which have a bottom margin */


#area_masthead
	{
	position: relative;
	width: 100%;
	}
#area_masthead img
	{	
	float: left;
	width: 233px;
	}
#area_masthead h1
	{	
	margin-bottom: 0;
	position: absolute;
	bottom: 40px;
	right: 0;
	font-weight: lighter;
	color: #8f042b;
	font-size: 300%;
	}
#area_masthead p.subtitle
	{
	position: absolute;
	bottom: 0;
	right: 0;	
	}
#area_masthead span
	{
	color: #ad8848;
	}
#area_masthead p.helpnotes
	{
	color: #a8a8a8;
	font-size: 10px;
	float: right;
	width: 400px;
	text-align: right;
	}
#area_masthead a
	{
	color: #a8a8a8;
	}
#area_masthead a:hover
	{
	color: #363636;
	}
	
#area_content
	{
	clear: both;
	overflow: hidden;
	background: url(content_back_divider.gif) center repeat-y;
	}
#area_content p
	{
	line-height: 1.5em;
	}
.panel_contenttheme
	{
	border-top: 2px solid #465353;
	}
.panel_contenttheme h1.themehead
	{
	background-color: #465353;
	color: #fff;
	font-size: 110%;
	font-weight: lighter;
	padding: 0 5px 2px 5px;
	display: inline;
	}
.panel_story
	{
	margin-bottom: 20px;
	}
.panel_story h1
	{
	margin-top: .75em;
	margin-bottom: .5em;
	}
img.story_right
	{
	float: right;
	margin: 0 0 10px 10px;
	}
					
#area_leftcolumn
	{
	float: left;
	width: 500px;
	}
#area_rightcolumn
	{
	float: right;
	width: 230px;
	}

.panel_right
	{
	border-top: 2px solid #8f042b;
	}
.panel_right h1
	{
	color: #8f042b;
	}
