/* OSCLG Stylesheet, version 1.0 

	Prototype:  Dave Wraight
	Date:  18th September 2007
*/





body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.hiddenblock
{
	display: none;
}

.navtext
{
	color:#6D4B7D;
}

.navheader
{
	border-top: 1px solid #ACCA59;
	margin-top: 20px;
	font-weight:bold;
}

.navblock
{
	display:none;
}

.subnavtext
{
	padding-top: 0px;
	font-size:-2;
	font-weight:normal;
	padding-left:30px;
}

/* Links */
a:link
{
	text-decoration:none;
	color: #6d4b7d;
}
a:link
{
	text-decoration:none;
	color: #6d4b7d;
}
a:hover
{
	color: #6d4b7d;
	border-bottom: 1px dashed #88881D;
}
a:visited
{
	color: #6d4b7d;
	text-decoration: none;
}

a.navtext:link
{
	text-decoration:none;
}

a.navtext:hover
{
	border-bottom: 1px dashed #88881D;
}

a.navtext:visited
{
	text-decoration:none;
}

/* SubNav Text Links */
a.subnavtext:link
{
	text-decoration:none;
	padding-left:0px;
	background-color: none;
}

a.subnavtext:hover
{
	background-color: #ACCA59;
	color: #ffffff;
}

a.subnavtext:visited
{
	text-decoration:none;
	background-color: none;
	color: #6d4b7d;
}


a.subnavtext:link
{
	text-decoration:none;
	padding-left:0px;
	background-color: none;
}

a.subnavtext:hover
{
/*	border-bottom: 1px dashed #88881D;*/
	background-color: #ACCA59;
	color: #ffffff;
}

a.subnavtext:visited
{
	text-decoration:none;
	background-color: none;
	color: #6d4b7d;
}

/* For the Breadcrumbing */
.breadcrumbs
{
	font-family: Georgia;
	font-size:12px;
	font-weight:normal;
	color:#ACCA59;
	text-align:right;
	padding-right: 0px;
}


a.breadcrumbs:link
{
	color:#ACCA59;
	text-decoration:none;
}

a.breadcrumbs:hover
{
	color:#ACCA59;
	border-bottom: 1px dashed #88881D;
	font-weight:bold;
}

a.breadcrumbs:visited
{
	color:#ACCA59;
	text-decoration:none;
	font-weight:normal;
}

td.separator
{
	border-top: 1px solid #ACCA59;
}


/* Body Content Styling */
.content
{
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2
{
	color:#6d4b7d;
}

h3
{
	color : #8A707F;
	font-weight:bold;
	font-size:16px;
}

.important
{
	color : #8A707F;
	font-weight:bold;
}

.contentquote
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	color: #88881D;
	border:1px solid #6d4b7d;
	padding: 5px;
	padding-right:20px;
	padding-left:15px;
	margin-right:30px;
	margin-left:50px;
	
}

a.content:link
{
	margin-left:40px;
}

a.content:hover
{
	margin-left:40px;
}

a.content:visited
{
	margin-left:40px;
}


.tabletitle
{
	color: #ffffff;
	font-size: 16px;
	font-weight:bolder;
	padding: 5px;
	background-color: #6d4b7d
}


/* Copyright / Footer */
.footer
{
	text-align:center;
	font-size:11px;
	text-transform:lowercase;
}