/* STANDARD LINKS */
	A:link {text-decoration: underline; color: #000;}		/* deep orange: FF3300  V3Blue: 003399 */
	A:visited {text-decoration: underline; color: #000;}
	A:active {text-decoration: underline;}
	A:hover {text-decoration: underline; color: #FF3300;}
	#midsection A B {font-size:1.12em; font-weight:600; text-decoration: none;}
	#midsection A:link B {text-decoration: none; color: #251252;}
	#midsection A:hover B {text-decoration: underline; color: #251252;}	
	#midsection A:visited B {text-decoration: none; color: #251252;}
/* FONT SIZES */
	body { font-size:100%; /* HAS TO BE 100% FOR CROSS BROWSER */
	font-family: Arial, Helvetica, sans-serif;
	}

	#rightcol { font-size:.84em;
	}
	table { font-size:1em;  /* use ems to avid opera bug! */
	}
	H3 { margin-bottom: .5em; margin-top:0px; font-size:1.5em; 
	}	
	.smalltext {
	font-size:85%;
	}	
	.mediumheader { /* menu, contactheader, featurestitle, themeheader */
	font-size: 0.9em;
	font-weight:bold;
	color:#000066;
	}
        img{
          border: 0px;
        }
/* ----------- CORE BLOCKS ----------- */
	/* --- see layout.css 
	#container {
	width:750px; position:relative; margin:0px auto;
	}*/
	#midsection {
	background-color: #fff;
	}
	#leftcol {
	width:152px;
	float:left;
	background-color: #FFCC66;
	margin: 0px 0px 0px 0px;
	border:1px solid #FFCC66; /*ff6600 FFCC66*/
	}
	#rightcol {
	background-color: #FFFFFF;
	margin-left:160px;
	}
	/*hide from IE mac\*/
	* html #rightcol
	{
	height:1%;
	}
	/*end hide*/
	#masthead {
	width:100%;
	background-color:#ff6600;
	position:relative;
	}
	#textbar {
	color:#000;
	padding: 4px 6px 4px 6px;
	font-size:80%;
	position:relative;
	}
	#searchbar {
	background-color: #FFFFCC;
	color:#000;
	padding: 4px 6px 4px 6px;
	font-size:80%;
	margin-top:2px;
	margin-bottom:8px;
	}
	#searchbox form {
	margin:4px;
	}
	.searchfield {
	font-size:79%;
	} 
	.searchbtn {
	width:5em;
	font-size:79%;	
	}	
	#footer {
	clear:both;
	font-size: 75%;
	color:#000;
	margin:2px 0px 0px 0px;
	text-align:center;
	}
	#footlogos {
	padding-top:4px;
	height:30px;
	}
	#footer img {
	vertical-align: middle;
	}	
	#contactsection {
	xmargin:8px 0px 0px 0px;
	padding:6px 0px 0px 8px;
	background-color: #ffffcc;	
	font-size: 75%;
	height:150px;
	}
	#wanttosection{
	padding:0px 4px 0px 4px;
	}
	hr {
	border-top: 1px dotted #999999;
	color: #fff;
	background-color: #fff;
	height: 4px;
	}
/* ----------- LINKS ----------- */	
	#searchbar A, #textbar A, .servicecolumn A, #footer A {
	color:#000;
	text-decoration: none;
	}
	#searchbar A:visited, #textbar A:visited, .servicecolumn A:visited, #footer A:visited {
	color:#000;
	text-decoration: none;
	} 		
	#searchbar A:Hover, #textbar A:Hover, .servicecolumn A:hover, #footer A:Hover {
	color:#000;
	text-decoration: underline;
	} 
/* ----------- VERSION 3 ----------- */	
	.paleBlue {    
	BACKGROUND-COLOR: #ffffcc; 
	}
	.titlebartext {    
	FONT-WEIGHT: bold; 
	FONT-SIZE:1em; 
	COLOR: #ffffff;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #000066;
	}
	.comMinsTdHead { /* for intranet comm mins [HW 15-Feb-07] */
	background-color: #FFCC66;
	color:#000; padding:3px;	
	}	
/* ---- Added for SD fix [CSantry 25-Oct-2007] ----- */
.backTrim{
  background-color: #eee;
}
.reqflag{
  color: crimson;
  font-weight: bold;
}
.redtext{
  color: crimson;
}
.greentext{
  color: green;
}
.greytext{
  color: silver;
}
.smalltext{
  font-size: 0.85em;
}
.smallertext{
  font-size: 0.7em;
}
.selectHighLight{
  font-weight: bold;
  background-color: #ffffcc;
  border: 1px solid #ffcc66;
}
.pageLocator{
  font-weight: bold;
  border: 1px solid crimson;
  padding-left: 3px;
  padding-right: 3px;
}

a.showHighlight{
  color: blue;
  text-decoration: none;
  padding:0px 1px 0px 1px;
}
a.showHighlight:visited{
  color: blue;
  text-decoration: none;
  padding:0px 1px 0px 1px;
}
a.showHighlight:hover{
  color: white;
  background-color: #f33; //#ff6347
  text-decoration: none;
  padding:0px 1px 0px 1px;
}
/* ---- Site Morse accessibility fixes [HW 13-Dec-06] ----- */
.imageleft {
float:left;
}
.imageright {
float:right;
}
.tablecentre {
text-align:center;
}
.cellleft {
text-align:left
}
.cellright {
text-align:right
}
