body 
{ 
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	line-height: 2.0;
}

#page
{
	padding: 0;	
}

#navigation 
{
	display: none;
}

#breadcrumbs
{
	clear: both;
	font-size: 0.916667em;	
	padding: 0 0 80px 0;
}

#breadcrumbs a:link, #breadcrumbs a:visited 
{ 
	color: #999; 
	text-decoration: none; 
}

#breadcrumbs a:focus, #breadcrumbs a:active, #breadcrumbs a:hover
{ 
	color: #000; 
	text-decoration: none; 
	outline: none;
}

#content
{
	clear: both;	
}

h1
{
	font-size: 1.333333em;	
	padding: 0 0 3.25em 0;
	margin: 0;
	line-height: 1.5;
}

h2
{
	font-size: 1.1em;
	padding: 0.25em 0 1em 0;
	margin: 3em 0 0 0;
	line-height: 1.5;
	color: #80a317;
	border-top: #CFDBC5 solid 1px;
	
}

h3
{
	font-size: 1em;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	color: #000;
}

a:link, a:visited 
{ 
	color: #000; 
	text-decoration: underline; 
}

a:focus, a:active, a:hover 
{ 
	color: #000; 
	text-decoration: underline; 
	outline: none;
}

p
{
	padding: 0 0 1.5em 0;
	margin: 0;	
}

p.spaced
{
	padding-top: 3em;	
}

ul
{
	padding: 0 0 1.5em 3em;
	margin: 0;	
}

strong
{
	font-weight: bold;	
}


table
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em 0;
	padding: 0;
	clear: both;
}

tr
{
	vertical-align: top;
}

th
{
	font-weight: bold;
	color: #fff;	
}

td, th
{
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 7px 0;
	line-height: 1.25;
}

td.left, th.left
{
	text-align: left;	
}

td.right, th.right
{
	text-align: right;	
}

td.centre, th.centre
{
	text-align: center;	
}

table.uniform
{
	table-layout: fixed;	
}

table.spelling
{
	table-layout: fixed;	
	font-size: 0.916667em;
	color: #333;
}

table.spelling tr td:first-child
{
	padding-right: 5px;
}

table.spelling tr td:last-child
{
	padding-left: 5px;
}	

hr
{
	color: #fff;
	background-color: #fff;
	height: 1px;	
	clear: both;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0 0 1.5em 0;
}


.subdued
{
	color: #CFDBC5;
}

.box
{
	border: 1px solid #CFDBC5;
	padding: 10px 10px 0;	
	margin: 0 0 1.5em 0;
}

.content-image-left
{
	float: left;
	margin: 0 10px 10px 0;	
}

.content-image-right
{
	float: right;
	margin: 0 0 10px 10px;	
}

.content-image
{
	margin: 0 0 1.5em 0;	
}

.content-image-left img, .content-image-right img, .content-image img
{
	display: block;	
}
