
/************** html tag styles **************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #003399;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #95C0E0 /* url(bg_Q.gif) no-repeat fixed */;
}

hr {
	color: #8099B3;
	padding: 0px;
	margin: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #0E90CC;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}

/************** header tag styles **************/

h1{
 font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
 color: #0E90CC;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 1em Verdana, Arial, Helvetica, sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h5{
 font: bold 1em Verdana, Arial, Helvetica, sans-serif;
 color: #c80041;
 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;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Verdana, Arial, Helvetica, sans-serif;
 color: #003399;
}
				
input{
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/************** layout divs *****************/

#pagecell1{
/* this is a wrapper div around everything under the masthead */
	position:absolute;
	top: 75px;
	left: 1%; /* was 2% */
	right: 1%; /* was 2% */
	width: 97.6%; /* was 95.6% for fluid - 740px for fixed*/
	min-width: 640px;
	background-color: #ffffff;
}

#masthead{
/* this contains siteName (for the main heading at top of site), utility (top right links and search box) and globalNav (main nav) */
	position: absolute;
	top: 0px;
	left: 1%; /* was 2% */
	right: 1%; /* was 2% */
	width:97.6%; /* was 95.6% for fluid - 740px for fixed*/
	min-width: 640px;
	background: url(images2/bg_banner.jpg) no-repeat top left;
}

#pageNav{
/* this is left sidebar containing sectionLinks (the subnav), relatedLinks (other links), and advert (boxes) */
	float: left;
	width:178px;
	padding: 0px;
	background-color: #ffffff;
	border-right: 1px solid #8099B3;
	display: inline;

}


#content{
/* this is main content box */
	padding: 5px 10px 10px 20px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #8099B3; 
}
#content2{
/* this is inner content box */
	/* padding:0px 0px 0px 15px; 
	margin:0px 0px 0px 15px; */
	
}

#siteName {
/* this is main heading at top of page */
	margin: 0px;
	padding: 20px 0px 25px 0px;
}
#siteName H1{
/* this is main heading at top of page */
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;  
	color: #FFFFFF;
}

/************** content styles *****************/

#content p, li {
	font: .95em Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	color: #003399;
}
#content td  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
/* #content img{
	float: right;
	padding: 0px 0px 10px 10px;
} */

#content a:link, #content a:visited {
	color: #0E90CC;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover, #content a:active {
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}
.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}
/************** utility styles *****************/

#utility{
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 5px;
	right: 0px;
	color: #919999;
	text-align: right;
}

#utility a{
	color: #ffffff;
	padding-bottom: 5px;
}

#utility a:hover{
	text-decoration: underline;
	padding-bottom: 5px;
}

/************** strapline styles ****************/
/* this is heading with logo */
#strapline{
	padding: 5px 0px 10px 0px;
	margin: 0px;
	border-bottom:1px solid #8099B3;
}

#strapline h1{
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #0E90CC;
	margin:0px;
	padding: 0px;
}

#strapline img{
	
	float:left;
	padding: 0px 10px 0px 5px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
/* this is main nav bar */
position: relative;
width: 100%; /* 100% for fluid - 740px for fixed*/
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;

}

/************* skipLinks ***************/

.skipLinks {display: none;} /* this hides the skipLinks from newer browsers */


/************* breadCrumb styles ***************/

#breadCrumb{
	
	padding: 0px 0px 5px 0px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	text-align:right
}
#breadCrumb a:link, #breadCrumb a:visited {
	color: #AAAAAA;
	text-decoration: underline;
}
#breadCrumb a:hover, #breadCrumb a:active {
	color: #cc0000;
	text-decoration: underline;
}

/************** siteInfo styles ****************/

#siteInfo{
/* this is footer at bottom of page */
	clear: both;
	border-top: 1px solid #8099B3;
	font-size: .95em;
	color: #AAAAAA;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
	text-align:center;
}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfo a:link, #siteInfo a:visited {
	color: #0E90CC;
	text-decoration: underline;
	font-weight: normal;
}
#siteInfo a:hover, #siteInfo a:active {
	color: #cc0000;
	text-decoration: underline;
	font-weight: normal;
}

/************ sectionLinks styles **************/

.sectionLinks{
/* this is for sub nav in left sidebar */
	margin: 0px;
	padding: 0px 0px 5px 10px;
	font: bold .76em Verdana, Arial, Helvetica, sans-serif;
}	
	

.sectionLinks h3{
	padding: 5px 0px 2px 0px;
}
.sectionLinks a {
	display: block;
}
.sectionLinks a:link, .sectionLinks a:visited {
	color: #0E90CC;
	text-decoration: underline;
	font-weight: bold;
}
.sectionLinks a:hover, .sectionLinks a:active {
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}
/************* relatedLinks styles **************/

.relatedLinks{
/* this is for other links in left sidebar */
	margin: 0px;
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #8099B3;
	font: bold .76em Verdana, Arial, Helvetica, sans-serif;

}
.relatedLinks h3{
	padding: 5px 0px 2px 0px;
}
.relatedLinks a {
	display: block;
}
.relatedLinks a:link, .relatedLinks a:visited {
	color: #0E90CC;
	text-decoration: underline;
	font-weight: bold;
}
.relatedLinks a:hover, .relatedLinks a:active {
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}

/**************** advert styles *****************/

.advert{
/* this is for adverts in left sidebar */
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #8099B3;
	color: #0E90CC;
	font: bold .76em Verdana, Arial, Helvetica, sans-serif;
}
.advert h2{
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #0E90CC;
}
.advert img{
	display: block;
}
.advert a:link, .advert a:visited {
	color: #0E90CC;
	text-decoration: underline;
	font-weight: bold;
}
.advert a:hover, .advert a:active {
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}
/********************* blue spark **********************/

.bluespark a {
	color: #CCCCCC;
}
.bluespark a:link, .bluespark a:visited{
	color: #CCCCCC; 
	text-decoration: none;
}
.bluespark a:hover, .bluespark a:active {
	color: #FF9900;
	text-decoration: underline;
}