	/* CSS Document */
	
/************* BODY TEXT STYLES **************/
/******************************************/

	body{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		line-height: 1.3em;	
		margin: 0px;
		padding: 0px;
	}

	.bodywhite{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		line-height: 1.3em;	
		margin: 0px;
		padding: 0px;
	}
	
	.bodywhitebold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.3em;	
	margin: 0px;
	padding: 0px;
	}
	
	.body{
		font-size: 75%;
		line-height: 1.6em;
	}
	
	.bodybold{
		font-weight: bold;
		font-size: 100%;
		line-height: 1.6em;
		color: #000000;
	}
	
	.bodyitalic{
	    font-style:italic;
		font-size: 100%;
		line-height: 1.6em;
	}
	
	#dotted_greyline{
	border-bottom: 1px dotted #666666;	
	}
	
	#dotted_line{
	height: 3px;
	margin-left: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #666666;	
	}
	
/************* LIST TEXT STYLE - BLUE CIRCLES **************/
/**********************************************************/
	
	ul {
		list-style-type: circle;
		color: #005FA9;
	}
	
	.small{
		text-align: left;
		font-size: 60%;
		color: #666666;
		line-height: 1.6em;
	}
	
	.white{
		font-size: 65%;
		color: #FFFFFF;
	}
	
/************* HEADER STYLES **************/
/******************************************/
	
	h1 {
		font: Verdana, Arial, Helvetica, sans-serif;
		font-size: 110%;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	
	h2 {
		font: Verdana, Arial, Helvetica, sans-serif;
		font-size: 160%;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	
/************* OUTSIDE CONTAINER **************/
/**********************************************/
	
	#wrapper{
		position: relative;
		top: 0px;
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		background-repeat: repeat-y;
	}
	
	#masthead {
		position: center;
		top: 2em;
		left: 1em;
		width: 760px;
		height: 170px;
		background-color: #FFFFFF;
		background-repeat:no-repeat;
	}
	
	#content {
		position: relative;
		padding:0px 0px 0px 0px;
		background-color: #fff;
		margin-top: 0px;
		width: 760px;
		height: 123px;
		z-index:auto;
	}
	
	#floatright{
		float:right;
		width: 510px;
		height: 340px; 
		margin-left:15px;
		margin-top: 5px;
		margin-right: 5px;
	}
	

	
/************* SPACER ABOVE FOOTER STYLE ***************/
/******************************************/
	
	#spacer {
		clear: both;
		padding: 0px;
		margin: 0px 0px 0px 0px;
		height: 0px;
		width: 760px;
		text-align: left;
	}
	
	#copyright {
		clear: both;
		padding: 0px;
		width: 760px;
		margin: 8px 0px 0px 0px;
		height: 20px;
		background-color: #FFFFFF;
		text-align: left;
	}
	
	#copyright a {
		color: #666666;
		background-color: transparent;
	}
	
	#copyright a:hover {
		color: #666666;
		text-decoration: underline;
	}
	
/************* FOOTER STYLE ***************/
/******************************************/
	
	#footer {
		clear: both;
		padding: 0px;
		margin: 0px 0px 0px 0px;
		width: 760px;
		height: 30px;
		background-image: url(/images/footer.jpg);		
		text-align: left;
	}
	
	#fnl {
		float: left;
		top: 0px;
		left:0px;
	}
	
	#fnr {
		float: right;
		top: 0px;
		right:0px;
	}
	
	.footer {
		colour: FFFFFF;
	}
	
	#footer a {
		color: #FFFFFF;
		background-color: transparent;
	}
	
	#footer a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
/************* BREADCRUMB LINK STYLES GREY ***************/
/*********************************************************/
	
	#breadCrumb{
		padding: 5px 0px 5px 220px;
		font: Verdana,sans-serif;
		font-size: 70%;
		color: #AAAAAA;
	}
	
	#breadCrumb a{
		color: #AAAAAA;
	}
	
	#breadCrumb a:hover{
		color: #AAAAAA;
		text-decoration: underline;
	}
	
/************* TEXT LINK STYLES BLUE ***************/
/***************************************************/
	
	a:link, a:visited{
		color: #005FA9;
		text-decoration: none;
	}
	
	a:hover{
		text-decoration: underline;
	}
	

	
/************* IMAGE JUSTIFICATION ***************/
/*************************************************/

	.image-left {
		float:left;
		margin-right:12px;
		border: 1px solid #000;
	}
	
	.image-right {
		float:right;
		margin-left:12px;
		border: 1px solid #000;
	}

	.image-left-no-border {
		float:left;
		margin-right:12px;

	}
	
	.image-right-no-border{
		float:right;
		margin-left:12px;

	}
	

/************* IMAGE LANDSCAPE WITH CAPTION  ***************/
	
	#image_holder{
		float:none;
		width: 180px;
		height: auto; 
		margin-right:10px;
		margin-bottom:5px;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
	}
	
	#image_header {
		float: left;
		width: 477px;
		height: 123px;
		padding: 0px 0px 0px 0px;
	}
	
	#caption {
		float: left;
		text-align: left;
		width: 445px;
		height: 344px;
		padding: 10px 10px 5px 20px;
	}
	
	#caption2 {
		float: right;
		text-align: left;
		width: 283px;
		padding: 0px 0px 0px 0px;
	}
	
	.image_text {
	font-family: Arial,sans-serif;
	text-align: left;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 75%;
	color: #333333;
	}	
	
	.image_header {
	font-family: Arial,sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 85%;
	color: #333333;
	}
	
	
	
/***************** Component Divs **********************/
/****************************************************/
	
	#siteName{
		margin: 0px;
		padding: 118px 0px 0px 0px;
		color: #000000;
		font-weight: normal;
		background-image: url(/images/top_banner.jpg);
		background-repeat:no-repeat;
	}
	
/************* Main Link Styles ****************/
	
	#globalNav{
		position: relative;
		width: 760px;
		min-width: 760px;
		height: 30px;
		padding: 0px;
		margin: 0px;
		background-image: url(/images/glbnav_background1.gif);
	}
	
	#globalNav img{
		margin-bottom: -4px;
	}
	
	#gnl {
		position: absolute;
		top: 0px;
		left:0px;
	}
	
	#gnr {
		position: absolute;
		top: 0px;
		right:0px;
	}
	
	#globalLink{
		position: absolute;
		top: 5px;
		height: 22px;
		min-width: 760px;
		padding: 0px;
		margin: 0px;
		left: 10px;
		z-index: 100;
		width: 760px;
	}
	
	a.glink, a.glink:visited{
		font-size: 72%;
		color: #3e3e3e;
		font-weight: normal;
		margin: 0px;
		padding: 2px 5px 4px 5px;
		border-right: 1px solid #3e3e3e;
	}
	
	a.glink:hover{
		font-weight:500;
		color: #000000;
		text-decoration:none;
	}
	
	.skipLinks {display: none;}
	
	a.redlink, a.redlink:visited{
		font-size: 100%;
		color: #333333;
		font-weight: bold;
		margin: 0px;
		padding: 2px 5px 4px 5px;
	}
	a.redlink:hover{
		text-decoration: none;
	}
	
/************ Bottom Link Styles **************/
	
	.subglobalNav{
		position: absolute;
		top: 182px;
		left: 0px;
		/*width: 100%;*/
		min-width: 760px;
		height: 20px;
		padding: 0px 0px 0px 10px;
		visibility: hidden;
		color: #333333;
	}
	
	.subglobalNav a:link, .subglobalNav a:visited {
		font-size: 70%;
		color: #333333;
	}
	
	.subglobalNav a:hover{
		color: #333333;
	}

	body{
		font-family: Arial,sans-serif;
		color: #333333;
		line-height: 1.166;	
		margin: 0px;
		padding: 0px;
	}

	#storyholder{
		float: left;
		height: 270px;
		width: 190px;
		background-color: #9F7743;
		margin-right: 0px;
		margin-bottom:0px;
		}
	#storyholder2{
		float: left;
		height: 369px;
		width: 760px; 
		margin-left: 0px;
		margin-bottom:0px;
		background-color: #fff;
		}
	#storyholder3{
		float: left;
		height: 220px;
		width: 190px; 
		margin-left: 13px;
		margin-bottom:0px;
		}
	#storyholder4{
		float: right;
		text-align: center;
		height: 220px;
		width: 190px; 
		padding: 0px 0px 0px 0px;
		margin-left: 0px;
		margin-bottom:0px;
		}
