/*	GAS COLOURS
	0067c6	corp blue		4691d5	dark blue
	000000	black			6666CC	mid blue - THIS IS THE ONLY ONE I HAVE CHANGED
	ffffff	white			d9e8f7	light blue
	333333	white			666666	dark grey
							999999	mid grey
							cccccc	light grey

/*	100% = 12pt Mac (72ppi) | 16pt PC (96ppi) | 20pt PC large font (120ppi) */
/*	1024x768 | fold: 580 */

/*=============bar header=============*/

h1 {
font-size:150%;
color:#00008B;
font-family:verdana,arial,helvetica,sans-serif;
}

h1 img {
vertical-align:middle;
margin-right:2px;
}

.searchForm {
/* inline doesn't work for NS7.1, 
must still position <form></form> strategically to avoid line break before & after form */
display:inline; 
margin-left:5px;
}

/*==============Pods============*/



.podTitle {
border:1px solid #999999;
padding:2px 2px 2px 28px;
margin:0px;
color:#ffffff;
font-size:100% !important;
background-color:#6699ff !important;
font-family:arial, helvetica, sans-serif;
}

.podTitleNoImg {
border:1px solid #999999;
padding:5px;
margin:0px;
color:#0067c6;
font-size:100% !important;
background-color:#ffffff !important;
font-family:arial, helvetica, sans-serif;
}

.podTitle img {
margin-left:-27px;
}

.podBoxed {
border:1px solid #999999;
border-top:0px;
padding:5px 5px 5px 5px;
margin:0px;
}

.podNoBoxBG {
background-color:#d9e8f7 !important;
margin:0px;
padding:5px 5px 5px 5px;
}

/*=============Tables=============*/

.tblTitle {
color:#ffffff;
background-color:#6666CC;
text-align:left;
font-size:100%;
}

.current {
color:#000000 !important;
}

.g2content th {
background-color:#6666CC;
color:#ffffff;
text-align:left;
padding:2px 2px 2px 2px;
}

/*	=============PAGE ELEMENT POSITIONING ============= */
.hskpcol1 {
width:38%;
/*border:1px solid #6666CC;*/
float:left;
/*margin-bottom:2px;*/
}

.hskpcol2 {
width:60%;
/*border:1px solid #6666CC;*/
float:right;
/*margin-bottom:2px;*/
}

.hskpcol1 img, .hskpcol2 img {
border:0px;
}

/***************Menu Button Code*************/
.navGitem {
width:30px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-align: center;

}

.navGitemCurrent:link {
width:30px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
text-align:center;
background-color:#00008B;
color:White;
}
.navGitemCurrent:hover {
width:30px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
text-align:center;
background-color:#00008B;
color:White;
}
.navGitemCurrent:visited{
width:30px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
text-align:center;
background-color:#00008B;
color:White;
}


a:link, a:visited {
color:#0067c6;
text-decoration:none;
}


.navGitem {
width:30px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-align: center;

}





.navCell {
padding-right: 1px;
padding-bottom: 0px;
width:120px;
overflow: hidden;
white-space: nowrap;
float:left;
position:static;
}
.navCellSm {
padding-right: 1px;
padding-bottom: 0px;
width:100px;
overflow: hidden;
white-space: nowrap;
float:left;
 
}


.navCellFirst {
padding-right: 1px;
padding-bottom: 0px;
overflow: hidden;
white-space: nowrap;
float:left;
width:120px;


}

/*========= Search Stuff =========*/

#Searchpanel1 h1, #results h1 {
font-size:120%;
color:#ffffff;
background-color:#6666CC;
padding:5px;
}

#Searchpanel1 input {
font-size:90%;
}

.whitebg {
	background-color:#ffffff;
}
BODY
{
	margin-left:2px;
	margin-top:0px;
}
/*==============Links============*/


