/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #6F925C;
	font-size: 12px;
	color: #6F925C;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #526C44;
	text-decoration: underline;
	font-weight: normal;
}

a:hover{
	color: #999999;
	text-decoration: none;
}
.clearboth {
	clear: both;
	width: 100%;
}


/************** header tag styles **************/

h1{
	font: bold 150% Arial, sans-serif;
	color: #6F925C;
	margin: 20px 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}

h2{
	font: bold 120% Arial, sans-serif;
	color: #6F925C;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: thin solid #6F925C;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3{
	color: #526C44;
	margin: 20px 0px 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
}

h4{
	font: 100% Arial, sans-serif;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h5{
	color: #6F925C;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

p {
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #6F925C;
}

/*************** list tag styles ***************/

ul{
	list-style-type: square;
	text-align: left;
	color: #6F925C;
}

ul ul{
	list-style-type: circle;
	line-height: 150%;
}

ul ul ul{
 list-style-type: none;
}
.hr_line {
	border-bottom: 1px solid #690;
	width: 100%;
}


/********* form and related tag styles *********/

form {
	display: block;
	margin: 0;
	padding: 0;
}

/***********************************************/

.light {
	FONT-SIZE: 12px; COLOR: #778899; FONT-FAMILY: Geneva,Arial,Helvetica,sans-serif
}

#SearchLayer {
	position:absolute;
	left:470px;
	top:150px;
	width:314px;
	height:22px;
	z-index:1;
	margin-top: 30px;
}

/************* breadCrumb styles ***************/
#breadCrumb{
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	background: #FFF;
	position: relative;
	padding-top: 5px;
	padding-bottom: 13px;
	padding-right: 5px;
	border-bottom: 1px solid #036B6C;
	display: block;
	padding-left: 10px;
}
#breadCrumb a{
	color: #6F925C;
}
#breadCrumb a:hover{
	color: #046A6C;
	text-decoration: underline;
}
#breadCrumb #search{
	display: block;
	float: right;
	width: 200px;
	position: relative;
	z-index: 100;
}

/*************** search styles *****************/
#search{ display: block; float: right; width: 300px; position: inherit; }
#search input{
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
 }
#search a:link, #search a:visited {
	font-weight: bold;
	
}
#search a:hover{
	margin: 0px;
}
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 180px;
	left: 2%;
	right: 2%;
	width:765px;
	background-color: #FFF;
	background-repeat: repeat;
	background-attachment: fixed;
	background: #FFF;
	border: 1px solid #6F925C;
}
#pagecell1 #pageNav .light h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin: 0px;
}
#tl {
	position:relative;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:relative;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	left: 2%;
	right: 2%;
	border: thin #FF0000;
	height: 176px;
	width: 765px;
	background-image: url(../images/sprclogo.gif);
	background-repeat: no-repeat;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana, sans-serif;
	color: #006D6F;
	text-align: left;
}
#pagecell1 #breadCrumb #form {
	display: block;
	float: right;
}


#content{
	background: no-repeat left 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 178px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	display: block;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#content .feature ol {
	font-weight: bold;
}
#content img {
	margin: 10px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 10px 0px 2px;
	color: #ffffff;
	font-weight: normal;
	left: 2%;
	width: 765px;
	right: 2%;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 10px;
	right: 2%;
	color: #919999;
}

#utility a{
	color: #FFFFCC;
}

#utility a:hover{
	text-decoration: underline;
	color: #F5F7F7;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background: #1B7979;
	position: relative;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: relative;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	min-width: 640px;
	height: 32px;
	color: #CCCCCC;
	padding: 0px;
	background-image:  url(../images/glbnav_background.gif);
	top: 108px;
	border: thin #0000CC;
	width: 765px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#globalNav img{
	border: thin #0066FF;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: relative;
	top: 6px;
	height: 19px;
	min-width: 640px;
	color: #006D6F;
	width: 761px;
	border-top: 1px solid #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: #FFFFFF;
	left: 2px;
	right: 2px;
}


a.glink, a.glink:visited{
	font-size: 12px;
	color: #526C44;
	font-weight: bold;
	margin: 0px;
	border-right: 1px solid #046A6C;
	text-indent: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#pagecell1 #content #indexTable p {
	font-size: 12px;
	text-align: left;
}


a.glink:hover{
	background-image:  url(../images/glblnav_selected.gif);
	text-decoration: none;
	color: #000000;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: relative;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}
/************** feature styles *****************/

.feature{
	padding: 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
}
.feature label {
	font-weight: normal;
	color: #6F925C;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img {
	padding: 1px;
	margin: 8px;
	margin: 8px;
	border: thin solid #666666;
	padding: 1px;
}

.feature h1 {
	text-transform: uppercase;
}

/*************** story styles ******************/

.story {
	color: #CC9900;
	background: #FFDA8C;
	font-size: 10px;
	border-bottom: 1px solid #CC9900;
	padding: 5px;
	border-right: 1px solid #CC9900;
	width: 200px;
	left: 550px;
	top: 75;
}

.story h3{
	font: bold 125% Arial, sans-serif;
	color: #CC6600;
}

.story p {
	text-align: left;
	padding: 2px;
}

.story a.capsule{
	font: 1em Arial, sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	text-decoration: underline;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	border: 1px dotted #FFCC00;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
	display: block;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 5px 0px 2px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #526C44;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #F5F7F7;
	font-weight: bold;
	text-decoration: none;
	background-position: right;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #030;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 4px;
	background: center;
}

#advert img{
	display: block;
	border: thin solid #CCCCCC;
}

/********************* end **********************/
.story td {
	border: 1px #6F925C;
	padding: 5px;
}
#siteName img {
	float: left;
}
.relatedLinks a:hover {
	color: #999999;
}
h6 {
	font-size: 80%;
	padding: 3px;
	width: auto;
	text-transform: uppercase;
	border-right: thin #999999;
	border-bottom: thin #999999;
}
.centrePage {
	background: center;
	text-align: center;
}
.centrePage p {
	text-align: center;
}
th {
	color: #030;
	text-align: center;
	padding: 5px;
	background: #9BBB59;
}
table {
	color: #557047;
	text-align: left;
}
.table2 {
	color: #6F925C;
	border: thin solid #333333;
}

.announceCenter {
	text-align:center;
	padding: 10px;
	width: 500px;
	border: thin dotted #FF9900;
	position: relative;
	color: #6F925C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

.centrePage h2 {
	border: none;
}
.story table {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFCC;
	font-size: 12px;
	color: #6F925C;
	border: none;
}

.story img {
	border: none;
	background: center;
}
.storyleft {
	padding: 5px;
	border: thin solid #FFCC00;
	left: 190px;
	top: 75px;
	width: 300px;
	height: 375px;
}
#siteInfo p, a:visited {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#address p{
	text-align: center;
	font-size: 10px;
	display: block;
	clear: both;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 178px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	padding: 10px;
	margin-top: 0px;
}
.storyfull {

	color: #CC9900;
	background: #FFDA8C;
	font-size: 10px;
	border-bottom: 1px solid #CC9900;
	padding: 5px;
	border-right: 1px solid #CC9900;
	width: 95%;
	left: 550px;
	top: 75px;
}
#announceIndexLeft {
	font-size: 12px;
	color: #6F925C;
	float: left;
	list-style: square;
	position: relative;
	display: block;
	top: 20px;
	width: 230px;
	padding: 10px;
	margin: 10px 5px;
	border: 3px double;
	height: 350px;
	background-repeat: repeat-x;
	background-position: left top;
}
#announceRight {
	text-align: right;
}

#announceIndexRight {
	font-size: 12px;
	color: #6F925C;
	list-style: none;
	border: 3px double #FEC458;
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
	margin: 10px;
}
#announceIndexCenter {
	font-size: 12px;
	color: #6F925C;
	background: #FFEEAA repeat-x left top;
	list-style: none;
	position: relative;
	display: block;
	line-height: normal;
	width: 500px;
	top: 20px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: none;
}
#announceIndexLeft p {
	text-align: left;
}
#announceIndexRight p {
	text-align: left;
}
#announceIndexCenter h2 {
	font-size: 120%;
	color: #CC6600;
	border-top: thin #CC6600;
	border-right: thin #CC6600;
	border-bottom: thin solid #CC6600;
	border-left: thin #CC6600;
	padding-top: 10px;
	padding-bottom: 10px;
}
#indexTable {
	color: #030;
	border: 1px solid #6F925C;
	background-color: #F4F7F2;
}
.IndexTable td {
	text-align: center;
	line-height: 150%;
}
.table img {
	border: none;
}
.announceIndexLeft2 {

	font-size: 12px;
	color: #000000;
	background: url(../images/body_green.jpg) repeat-x left top;
	float: left;
	border-right: thin solid #333333;
	list-style: square;
	position: relative;
	display: block;
	border-bottom: 1px none #333333;
	border-top: thick solid #333333;
	border-left: medium none #333333;
	top: 20px;
	width: 380px;
	padding: 15px;
	margin: 10px 30px;
}

.announceIndexLeft2 p {


	font-size: 12px;
	color: #000000;
	background: url(../images/body_green.jpg) repeat-x left top;
	float: left;
	border-right: 1px none #CCCCCC;
	list-style: square;
	position: relative;
	display: block;
	border-bottom: 1px none #CCCCCC;
	border-top: medium solid #CCCCCC;
	border-left: medium solid #CCCCCC;
	top: 20px;
	width: 230px;
	padding: 15px;
	margin: 10px 5px;
}
.announceIndexCenter2 {
	font-size: 12px;
	color: #6F925C;
	background: #FFFFCC repeat-x left top;
	list-style: none;
	position: relative;
	display: block;
	line-height: 150%;
	top: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: medium none #CCCCCC;
	width: 250px;
}
.announceIndexCenter2 h4 {
	text-align: right;
	line-height: 70%;
}
#rollannounce {
	padding: 2px;
	width: 260px;
	height:144px;
	border: 3px double #FEC458;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*************Suggest Framework*****************/
.SuggestFramework_List
{
	border: 1px solid #CCCCCC;
	border-top: 0;
}

.SuggestFramework_Heading
{
	padding: 0 1px 0 1px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
}

.SuggestFramework_Highlighted
{
	padding: 0 1px 0 1px;
	background-color: Highlight;
	color: HighlightText;
}
.letfimg {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#pagecell1 #content ul li ul li {
	list-style: circle;
}

