/****** STANDARD FORMATTING ******/

*{
	font-family:Verdana,Arial,Helvetica, sans-serif;
}

body{
	margin:0px 5px 5px 5px;
	padding:0px;
	background-color:#f6f6f6;
	text-align:center;
}

a:link{
	color:#2C52A3;
	text-decoration:none;
}
	a:visited{
		color:#00B4FF;
		text-decoration:none;
	}
	a:hover{
		color:#A37474;
		text-decoration:underline;
	}

/*** used for clearing a div with no gap ***/
.clear{
	float:none;
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
}

/*** used for clearing a div with a gap ***/
.clearheight{
	float:none;
	clear:both;
}

/*** CONTAINER ***/
div#container{
	width:762px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	padding-bottom:10px;
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	voice-family: "\"}\"";/*ie width fix when border or padding*/
	voice-family: inherit;/*ie width fix when border or padding*/
	width:760px;	
}
html>body div#container{
	width:760px;
}


/****** HEADER ******/
div#header{
	width:760px;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	border-bottom:1px solid #D4D4D4;
}


/****** LEFT HAND NAV, STYLES APPLIED IN NAV.CSS ******/
div#lhcolumn{
	float:left;
	display:inline; /* fix ie float bug */
	width:158px;
	font-size:0.7em;
	padding:0px;
	margin:0px;
	margin-left:5px;
}

	/* search form formatting */
	div#lhcolumn form{
		padding:10px 0px;
		margin:0px;
	}
	
		div#lhcolumn form input{
			float:left;
			width:90px;
			color:#4D4D4F;
			border:1px solid #A0CBE2;
			padding:2px;
			voice-family: "\"}\"";/*ie width fix when border or padding*/
			voice-family: inherit;/*ie width fix when border or padding*/
			width:84px;
		}
		html>body div#container div#lhcolumn form input{
			width:84px;
		}
		
		div#lhcolumn form input.submit{
			width:68px;
			clear:right;
			color:#6B86BE;
			background-color:#FFFFFF;
			background-image:url(../images/background_go_arrow.gif);
			background-repeat:no-repeat;
			border-left:none;
			padding:0px;
			padding-left:20px;
			margin-bottom:10px;
			voice-family: "\"}\"";/*ie width fix when border or padding*/
			voice-family: inherit;/*ie width fix when border or padding*/
			width:47px;
		}
		html>body div#container div#lhcolumn form input.submit{
			width:47px;
		}

div#lhcolumn img{
	margin-right:20px;
}


/****** MIDDLE CONTENT AREA ******/
div#mdcolumn{
	float:left;
	display:inline; /* fix ie float bug */
	width:380px;
	font-size:0.7em;
	color:#4D4D4F;
	margin:0px 20px;
}

/*for wide column if no right hand pics*/
div#mdcolumn-wide{
	float:left;
	display:inline; /* fix ie float bug */
	width:557px;
	font-size:0.7em;
	color:#4D4D4F;
	margin:0px 19px 0px 20px; /*19 for ie mac 5*/
}

	/*** used for yellow or blue highlight boxes ***/
	div.highlight-home,
	div.highlight{
		width:380px;
		padding:10px;
		margin-bottom:15px;	
		voice-family: "\"}\"";/*ie width fix when border or padding*/
		voice-family: inherit;/*ie width fix when border or padding*/
		width:358px; /*border also taken off from below colour options*/
	}
	html>body div#container div#mdcolumn div.highlight-home,
	html>body div#container div#mdcolumn-wide div.highlight-home,
	html>body div#container div#mdcolumn div.highlight,
	html>body div#container div#mdcolumn-wide div.highlight{
		width:358px;
	}
	
		/*** highlight link colours, also used in PROJECT div in RHS column ***/
		div.highlight-home a,
		div#project-home a{
			color:#134E86;
			line-height:1.7em;
			text-decoration:none;
			padding:1px 3px;
			background-color:#F9F5E2;
			border:1px solid #8EA4D2;
		}
		div.highlight-home a:visited,
		div#project-home a:visited{
			color:#134E86;
			text-decoration:none;
			background-color:#FFFFFF;
			border:1px solid #8EA4D2;
		}
		div.highlight-home a:hover,
		div#project-home a:hover{
			color:#134E86;
			text-decoration:none;
			background-color:#F1F5FC;
		}
		
		/*float img left and remove padding to align to corner*/
		div.highlight-home img.left,
		div.highlight img.left{
			float:left;
			margin:-10px 10px 10px -10px;
		}
		
		/*float img left and remove padding to align to corner*/
		div.highlight-home img.right,
		div.highlight img.right{
			float:right;
			margin:-10px -10px 10px 10px;
		}
	
		/*** yellow highlight box background/ border ***/
		.yellow{
			background-color:#FBF8EB;
			border:1px solid #FBF8EB;
		}
	
		/*** blue highlight box  background/ border ***/
		.blue{
			background-color:#F1F5FC;
			border:1px solid #758DC2;
		}

/*used for data table info*/
div#mdcolumn table,
div#mdcolumn-wide table{
	width:auto;
	font-size:100%; /*for ie mac*/
	border:1px solid #CCCCCC;
	margin:10px 0px;
}

	div#mdcolumn table caption,
	div#mdcolumn-wide table caption{
		display:none;
	}

	div#mdcolumn table tr th,
	div#mdcolumn-wide table tr th{
		color:#FFFFFF;
		line-height:1.6em;
		text-align:center;
		background-color:#758DC2;
		border:1px solid #758DC2;
		border-collapse:collapse;
		padding:3px;
	}
		/*set width of columns*/
		div#mdcolumn table tr th.fifty-percent,
		div#mdcolumn-wide table tr th.fifty-percent{
			width:50%;
		}
	
	div#mdcolumn table tr td,
	div#mdcolumn-wide table tr td{
		line-height:1.6em;
		text-align:left;
		vertical-align:top;
		border:1px solid #758DC2;
		border-collapse:collapse;
		padding:3px;
	}
	
	/*used for alternate rows*/
	div#mdcolumn table tr td.light-blue,
	div#mdcolumn-wide table tr td.light-blue{
		background-color:#F1F5FC;
	}

/*used on partner logos*/
div#mdcolumn img.logo-left,
div#mdcolumn-wide img.logo-left,
div#mdcolumn img.logo-right,
div#mdcolumn-wide img.logo-right{
	float:left;
	border:1px solid #758DC2;
	margin:3px 6px;
}
div#mdcolumn img.logo-right,
div#mdcolumn-wide img.logo-right{
	float:right;
}

/*used on adobe acrobat logo*/
div#mdcolumn img.acrobat{
	float:left;
	margin:2px 3px;
}

	/*** used for gallery ***/
	div.gallery{
		float:left;
		display:inline; /*fix ie*/
		width:170px;
		font-weight:bold;
		text-align:center;
		margin-right:15px;
		margin-bottom:15px;
	}
		/*for gallery imgs*/
		div.gallery img{
			border:1px solid #758DC2;
			margin-bottom:3px;
		}


/****** RIGHT HAND CONTENT AREA ******/
div#rhcolumn{
	float:left;
	width:172px;
	font-size:0.7em;
	color:#4D4D4F;
	text-align:center;
}

	/*provide space after each img*/
	div#rhcolumn img{
		border:1px solid #2C52A3;
		margin-top:15px;
	}
	
	/*used to remove border and top margin on homepage map*/
	div#rhcolumn img.noborder{
		border:none;
		margin-bottom:15px;
		margin-top:0px;
	}
	
	/*used to place larger margin on first img of three shown*/
	div#rhcolumn img.firstimg{
		margin-top:30px;
	}
	
	/*used for what is the project on RH side*/
	div#project-home,
	div#project{
		width:172px;
		text-align:left;
		background-color:#F2F8ED;
		border:1px solid #B2BA92;
		padding:10px;
		margin-bottom:15px;	
		voice-family: "\"}\"";/*ie width fix when border or padding*/
		voice-family: inherit;/*ie width fix when border or padding*/
		width:150px; /*border also taken off from below colour options*/
	}
	html>body div#container div#rhcolumn div#project-home,
	html>body div#container div#rhcolumn div#project{
		width:150px;
	}
	
	/*for project H2 title*/
	div#project-home H2,
	div#project H2{
		color:#2C52A3;
		font-weight:normal;
		background-color:#E2E9C5;
		border-bottom:1px solid #A4AD7D;
		padding:10px;
		margin:-10px;
		margin-bottom:10px;
	}


/****** FOOTER ******/
div#footer{
	float:none;
	clear:both;
	width:760px;
	font-size:0.7em;
	color:#6B86BE;
	text-align:right;
	border-top:1px solid #AFBDDC;
	padding:10px 0px;
	margin-top:15px;
}

	div#footer p{
		padding:0px 5px;
	}

/****** GENERAL PAGE FORMATTING , TEXT ETC ******/
H1{
	font-size:1.3em;
	color:#2C52A3;
	margin:0px;
	margin-bottom:1em;
	padding:5px;
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
}

H2{
	font-size:1.2em;
	color:#6B86BE;
	font-weight:normal;
	margin:0px;
	margin-bottom:0.7em;
}
H2.conf{
	font-weight:bold;
	text-decoration:underline;
}

H3{
	font-size:1.1em;
	color:#666666;
	margin-bottom:0.7em;
}

H4{
	font-size:1em;
	font-style:italic;
	color:#666666;
	margin-bottom:0.7em;	
}

H5{
	font-size:1em;
	font-style:normal;
	font-weight:normal;	
	color:#666666;
	margin-bottom:0.7em;	
}

p{
	line-height:1.6em;
	margin-top:0px;
}

	/*used for top anchor links*/
	p.top{
		float:none;
		clear:both;
		font-style:italic;
		text-align:right;
		border-top:1px dotted #CCCCCC;
		border-bottom:1px dotted #CCCCCC;
		padding:5px 5px;
		margin:10px 0px;
	}

ul li{
	list-style-type:circle;
	line-height:1.6em;
	margin-bottom:5px;
}

hr{
	float:none;
	clear:both;
	padding:0px;
	margin:10px 0px;
	width:100%;
	border:1px dotted #758DC2;
	height:1px;
	color:#758DC2;
	background-color:#758DC2;
}

/*float item left*/
.left{
	float:left;
}
/*float item right*/
.right{
	float:right;
}


