@charset "iso-8859-1";
/***********************************************/
/* cspb.css                              	   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #000000;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #604370;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial, sans-serif;
 color: #305646;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #535873;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: absolute;
	top: 9px;
	left: 27px;
	right: 5%;
	width:94%;
	border: 1px solid #999999;
	background-color: #EDF1F1;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	float: left;
	width:150px;
	padding: 0px;
	border-right: none;
	border-bottom: none;
	font: small Verdana,sans-serif;
	border-top-style: none;
	border-left-style: none;
}

#content{
	position: relative;
	padding: 0px;
	margin:0px 0px 0px 178px;
	left: 18px;
	top: 175px;
	width: 78%;
	overflow: auto;
}


.story {
	padding: 2px;
	height: auto;
	width: auto;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 12px;
	color: #586961;
	font-weight: bolder;
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-indent: 25px;
}

#imagebar {
	position: absolute;
	top: -178px;
	left: 41px;
	right: 2%;
	width:625px;
	height: 152px;
	z-index:99;
	/* background-image: url(images/collage.jpg); */
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 150px;
	height: 150px;
	background-color: none;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 5px;
	padding: 0px;
	border: 1px solid #999999;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: none;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	background-color:  #B3C6BC;
	font-weight: bold;
	padding: 5px;
	color: #333333;
	margin: auto;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #BED4D2;
	font-weight: bold;
	text-decoration: underline;
	color: #660000;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 5px;
	padding: 10px;
}

.relatedLinks h3{
	padding: 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#nugget{
	padding: 10px;
	}

#nugget img{
	display: block;
}

/********************* end **********************/
