﻿body 
{
	font-family:Arial, Sans-Serif;
	font-size:100%;
	color:#000000;
	text-align:center;
	margin:5px auto 0px auto;
	background:#ffffff;
	line-height:1.8;
}

h1, h2, h3, h4, h5
{
	font-family:Trebuchet MS, Arial, Sans-Serif;
}

a, a:visited
{
	color:#1999a5;	
	text-decoration:underline;
}

a:hover
{
	color:#999999;
}

/* Master page styles */
.container
{
	width:768px;
	background:#ffffff;
	text-align:left;
	border:solid 1px #1999a6;
	margin-left:auto;
	margin-right:auto;
}

.mainlogo img
{
	border:0px;
}

.organistionlogo
{
	width:290px;
	float:left;
	margin:0px;	
}

.header
{
	min-height:150px;
}

.divider
{
	float:left;
	width:768px;
	height:4px;
	line-height:4px;
	background:#1999a6;	
}

.left
{
	margin:10px 0px 0px 0px;
	width:200px;
	float:left;
}

.left p
{
	font-size:80%;
	padding:0px 10px 0px 10px;
}

.lefttext
{
	margin:0px 0px 0px 0px;	
}

.content
{
	float:left;
	padding:10px 10px 10px 10px;
	width:548px;
}

.footer
{
	float:none;
	width:768px;
	padding:20px 0px 20px 0px;	
}

.footer p
{
	color:#bbbbbb;
	text-align:center;	
	font-size:70%;
	margin:0px;
}

.footerlinks
{
	text-align:center;	
	margin:2px 0px 2px 0px;
	font-weight:bold;
	font-size:70%;
	color:#1999a6;
}

.footer a, .footer a:visited
{
	color:#bbbbbb;
	text-decoration:underline;
}

.footerlinks a, .footerlinks a:visited
{
	text-decoration:underline;
	color:#1999a6;
}

.footerlinks a:hover
{
	text-decoration:underline;	
}

.content h3
{
	width:540px;
	_width:520px;
	float:left;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	color:#1999a6;
}

.content h2
{
	width:540px;
	_width:520px;
	float:left;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	color:#ffffff;
}

.mainparagraph
{
	width:540px;
	font-size:80%;
	margin:0px 0px 10px 0px;
}
 
/* Login form styles */
.login
{
	float:left;
	width:520px;
	font-weight:bold;
	font-size:80%;
	background:#ebaf0f;
	padding:10px;
	margin:0px 0px 20px 0px;
}

.login .field
{
	margin-top:10px;
	float:left;
	width:220px;
}

.login .text
{
	font-weight:normal;
	color:#ffffff;
}

.login p
{
	margin:0px 0px 10px 0px;
}

.login h3
{
	font-size:110%;
	margin:0px;
}

.login input
{
	width:200px;
	float:left;
}

.login .buttonfield input
{
	border:solid 1px #666666;
	margin:27px 0px 0px 0px;
	width:80px;
}

.login .warning
{
	float:left;
	width:500px;
	display:block;
	font-size:95%;
	font-weight:bold;
	color:#ffffff;
	margin:10px 0px 0px 0px;
}

/* Register form styles */
.register
{
	float:left;
	width:520px;
	font-weight:bold;
	font-size:80%;
	background:#1999a6;
	padding:10px;
}

.register .field
{
	margin-top:10px;
	float:left;
	width:220px;
}

.register .text
{
	font-weight:normal;
	color:#ffffff;
}

.register p
{
	margin:0px 0px 10px 0px;
}

.register h3
{
	font-size:110%;
	margin:0px 0px 10px 0px;
	color:#ffffff;
}

.register input
{
	float:left;
	border:solid 1px #ebaf0f;
	width:200px;
}

.register .buttonfield input
{
	border:solid 1px #666666;
	margin-top:26px;
	width:80px;
}

.register .warning
{
	width:500px;
	float:left;
	display:block;
	font-size:90%;
	font-weight:bold;
	color:#ffffff;
}

/* Featured story configuration */
.featureditem
{
	width:254px;
	float:left;
	margin:0px;
}

.featureditemheader
{
	display:block;
	margin:0px 0px 2px 0px;
	padding:3px 0px 0px 0px;
	text-decoration:none;
	font-size:85%;
	font-weight:bold;
	color:#ffffff;
	background:#1999a6;
	width:526px;
}

.featureditemheader a,
	.featureditemheader a:visited
{
	display:block;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-size:85%;
	font-weight:bold;
	color:#ffffff;
	background:#1999a6;
}

.featureditemheader a:hover
{
	text-decoration:underline;	
}

.featureditemcontent
{
	float:left;
	margin:0px;
	padding:1px;
	width:256px;
	border:solid 1px #1999a6;
	background:#ffffff;
}

.featureditemimage
{
	float:left;	
	width:110px;
	margin:0px;
	padding:10px;
}

.featureditemtext
{
	float:left;
	margin:8px 8px 8px 8px;
	_margin:8px 0px 8px 8px;
	padding:0px 0px 10px 0px;
	font-size:70%;
}

.featureditemfooter
{
	float:left;
	margin-top:2px;
	width:260px;
	font-size:80%;
	/*background:#1999a6;*/
	background:#ffffff;
	padding-bottom:1px;
}

.featureditemfooter a,
	.featureditemfooter a:visited
{
	margin:2px 0px 0px 0px;
	padding:3px;
	text-decoration:underline;
	font-weight:normal;
	color:#ffffff;
	width:254px;
}

.featureditemfooter a:hover
{
	text-decoration:underline;	
}

.featureditemdivider
{
	width:18px;
	float:left;
}

table.questionnaire
{
	width:530px;
	font-size:80%;
	padding:10px;
}

/* Latest updates configuration */
.latestupdates
{
	width:540px;
	float:left;
	margin:2px 0px 18px 0px;
	display:block;
}

.latestupdates .featureditemheader
{
	margin:0px;
	padding:3px;
}

.latestupdates featureditemheader a,
	.latestupdates .featureditemheader a:visited
{
	text-decoration:none;
	font-size:85%;
	font-weight:bold;
	color:#ffffff;
	background:#1999a6;
}

.latestupdates .featureditemheader a:hover
{
	text-decoration:underline;
}

.latestupdates .featureditemcontent
{
	float:left;
	margin:0px;
	padding:1px;
	width:528px;
	border:solid 1px #1999a6;
	background:#ffffff;
}

.latestupdates .featureditemtext
{
	float:left;
	margin:8px 8px 8px 8px;
	_margin:8px 0px 8px 8px;
	padding:0px 0px 10px 0px;
	font-size:70%;
}

.latestupdates .featureditemfooter
{
	float:left;
	margin-top:2px;
	width:532px;
	font-size:80%;
	/*background:#1999a6;*/
	background:#ffffff;
	padding-bottom:1px;
}

.featureditemfooter a,
	.featureditemfooter a:visited
{
	margin:2px 0px 0px 0px;
	padding:3px;
	text-decoration:underline;
	font-weight:normal;
	color:#1999a6;
	width:532px;
}

.featureditemfooter a:hover
{
	text-decoration:underline;	
}

/* Section page configuration */
.sectionselectarea
{
	width:510px;
	padding:10px;
}

.sectionselect
{
	width:300px;
}

.selectbutton
{
	border:solid 1px #000000;
	margin:1px 0px 0px 20px;
	width:80px;
}

.categoryicon
{
	float:left;
	width:39px;
	height:30px;	
	margin:0px 10px 0px 0px;
}

.categorytitle
{
	width:481px;
	height:30px;
	float:left;
	font-size:100%;
	font-weight:bold;
	padding: 5px 0px 10px 0px;
}

.categorybreak
{
	float:none;
	height:15px;
}

.contentlevels
{
	float:none;
	font-size:60%;
	width:500px;
	padding-bottom:10px;
}

.pagelink a, .pagelink a:visited
{
	width:500px;
	float:left;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	font-size:80%;	
}

.pagelink a:hover
{
	text-decoration:underline;
}

.pagesummary
{
	font-weight:normal;
	color:#000000;
	float:left;
	width:540px;
	font-size:80%;
	margin:0px 0px 10px 0px;
}

/* Search navigation bar */
.searchnav
{
	float:left;
	width:540px;	
	margin:20px 0px 20px 0px;
}

.searchnav .spacer
{
	width:540px;
	float:none;
	background:#6699cc;
	height:1px;	
}

.searchnav .previous
{
	width:80px;
	color:#000000;
	font-size:80%;
	font-weight:bold;
	float:left;
	margin:5px 0px 5px 10px;
}

.searchnav .previous a, .searchnav .previous a:visited
{
	width:80px;
	color:#000000;
}

.searchnav .pagecount
{
	width:360px;
	text-align:center;
	font-size:80%;
	font-weight:bold;
	float:left;
	color:#6699cc;
	margin:5px 0px 5px 0px;
}

.searchnav .next
{
	width:80px;
	color:#000000;
	font-size:80%;
	font-weight:bold;
	text-align:right;
	margin:5px 10px 5px 0px;
}

.searchnav .next a, .searchnav .next a:visited
{
	width:80px;
	color:#000000;
}

.newsfeatures
{
	width:540px;
	margin:20px 0px 0px 0px;
}

.newsfeaturesdivider
{
	width:18px;
	_width:10px;
	float:left;
}

.newsdate
{
	width:540px;
	font-style:italic;
	float:left;
	margin:3px 0px 0px 0px;
	font-size:70%;	
}

.newsbreak
{
	float:left;
	width:540px;
	height:18px;
	float:left;
}

.nonews
{
	font-size:80%;
	width:540px;
	padding:18px 0px 18px 0px;
	text-align:center;
	color:#000000;
	font-weight:bold;	
}

.smarttags
{
	margin:0px 0px 10px 0px;	
}

.profile
{
	width:220px;
	float:left;	
	padding:10px 0px 0px 0px;
}

.profilename
{
	font-size:75%;	
	margin-left:10px;
}

.logout a, .logout a:visited
{
	font-size:75%;	
	margin-left:10px;
	color:#1999a6;
	font-weight:bold;
	text-decoration:underline;	
}

.logout a:hover
{
	text-decoration:underline;	
}

.search
{
	width:232px;
	float:left;
	padding:15px 20px 0px 0px;
}

.searchbox
{
	float:left;
	margin:0px 5px 0px 0px;
}

.searchbox input
{
	width:150px;
}

.searchbutton input
{
	float:left;
	border:solid 1px #666666;
	background:#1999a6;
	color:#ffffff;
	font-weight:bold;
	margin-top:1px;
}

.searchresult .pagesummary
{
	float:left;
	width:480px;
	display:block;
	_margin-left:3px;
}

.searchresultspacer
{
	padding:5px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	width:540px;
	height:5px;
	float:none;	
}

.searchresults
{
	width:540px;
	float:left;	
}

.pagebreak
{
	page-break-after:always;	
}

.noresults
{
	font-size:80%;
	font-weight:bold;
	color:#000000;
	text-align:center;
	width:540px;	
}

.baigent
{
	padding:18px 0px 0px 0px;
	width:768px;
	text-align:center;	
	font-size:70%;
	font-weight:normal;
}

.baigent a, .baigent a:visited
{
	color:#bbbbbb;
	text-decoration:underline;
}

.baigent a:hover
{
	text-decoration:underline;
}

input.linkbutton
{
	font-family:Verdana, Sans-Serif;
	border:none;
	background:none;
	margin:0px;
	padding:0px;
	color:#1999a6;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	float:left;
	width:200px;
}

input.linkbutton:hover
{
	text-decoration:underline;
	cursor:pointer;
}

div.report-buttons
{
	float:left;
	width:530px;
	border:solid 1px #1999a6;
	padding:5px;
	display:block;
	margin-bottom:20px;
}

div.report-buttons input.text-button,
	div.report-buttons input.pdf-button

{
	width:auto;
	color:#1999a6;
	font-weight:bold;
	text-align:left;
	border:none;
	padding:0px 0px 0px 25px;
	margin:0px;
}

div.report-buttons input.text-button:hover,
	div.report-buttons input.pdf-button:hover
{
	text-decoration:underline;
	cursor:hand;
}

div.report-buttons input.text-button
{
	background:url('../images/icon_text.gif') no-repeat;
}

div.report-buttons input.pdf-button
{
	background:url('../images/icon_pdf.gif') no-repeat;
}

