	body, td { 	
		font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
		font-size:12px;
		color:black;
		line-height:120%; 
	}
	body {
		margin-top: 2px;
		text-align:center;
		} 

/* Defines paragraph Styles */
	p { 
/*		font-size:12px;  */
		line-height:20px;
		padding:0 10px;
	}

	div#outer { width:750px; text-align:center; background-color:#FFFFFF; padding:0px; }
	div#header { width:100%; background-color:#FFFFFF; } 
	div#lnav { width:125; text-align:center; padding:0; margin-top:0px; float:left; }
	div#main { vertical-align:top; text-align:left; margin-left:130; margin-top:0px; padding:0px 2px; }
	div#footer { width:100%; background-color:#FFFFFF; } 
		
/* Styles for text in left & right columns  */
	.sidecol { margin-top:20px; 
		font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
		font-size:smaller;
		text-align:center;
		font-weight:normal;
		line-height: 14px;
	}

	div.buttonbar {
		width:95%;
		text-align:center;
		padding:15px;
	}
	div.buttonbar a {
		color:#050;
		font-weight:bold;
		background-color:#fed; 
		height:20px; 
		text-decoration:none; 
		border:2px outset navy; 
		margin:0px 0px 0px 5px; 
		padding:3px; 
	}
/*	text box in main area - added 6 Sept 07 */
	#box {
		width: 550px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		margin-bottom: 25px;
		border: 2px solid #A6B2BC;
		background-color:#FFCCCC;
		color:#000000;
		padding:10px 20px 10px 20px;
		text-align:center;
	}

/* Aligning images */	
	.leftimg { float:left; border:none; margin-right:12px; margin-bottom:6px; margin-top:6px; }
	.rtimg { float:right; border:none; margin-left:12px; margin-bottom:6px; margin-top:6px; }

	.clear { clear:both; }

	table.main {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF;
	padding:0;
	vertical-align:top;
	}
	
	table.list {
/*		width:90%; */
		border:1px solid silver;
		border-width:1px 0 0 0;
	}
	.list tr:hover, .list tr.hilite {
		background-color:#DFE7F2;
		color:#000000;
	}
	table.list td {
		padding:8px 2px 8px 1px;
		border-bottom: 1px solid silver;
		font-size:8pt;
	}
/* reduced font from 10pt */

	tr#header td {
		font-size: 14px;
		font-weight:bold;
		line-height:120%;
		background-color:#0066FF;
		color:#FFFFFF;
		padding:6px 12px;
		text-align:center;
		}
/* Following is the same as preceding and preferred CSS style */
	th { font-size: 14px;
		font-weight:bold;
		line-height:120%;
		background-color:#0066FF;
		color:#FFFFFF;
		padding:6px 12px;
		text-align:center;
		}
		
	tr#topRow td { font-weight:bold; font-size:12px; }
	tr#botrow td { border-bottom: 2px solid silver; }
	td#topnav { width:105; font-weight:bold; text-align:center; }
	tr#rownav { background-color:#eeeeee; vertical-align:middle; height:20; }
	td#col120 { vertical-align:top; width:125; }
	
	td#collt {border-left:hidden; text-align:right; }
	td#colrt {border-right:hidden; text-align:left; }
	tr#cuprow td { color:#FFFFFF; background-color:#990000; font-weight:bold; }
	
	table.list2 {
/*		width:90%;	*/
		border:1px solid silver;
		border-width:1px 1px 1px 0;
	}

	table.list2 td {
		padding:2px 5px 2px 5px;
		border-bottom: 1px solid silver;
		font-size:8pt;
	}
	td.shading { background-color:#666666; }
/* ===================================================== */

	table.list3 {
		
		border:1px solid silver;
		border-width:1px 1px 1px 0; 
	}

	table.list3 td {
		padding:2px 5px 2px 5px;
		border-bottom: 1px solid silver;
		font-size:8pt;
	}

/* ====================================================== */


	a:link, a:visited, a:active {
	text-decoration: none;
	}
	a:hover {
	text-decoration: underline; 
	}

/*	-- Top Navigation --  */

#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center; font-weight:bold; 
	margin-top:20px;
	margin-bottom:20px; 
	padding-bottom:1px;
}
#navigation ul {
	list-style: none;
	padding: 0;
	padding: 3px 6px 1px 6px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	margin-right: 2px;
	padding: 3px 6px 6px 6px;
	color:#333333;
/*	color: #A62020; */
	background-color: #FCE6EA;
	text-decoration: none;
/*	border:1px outset #666666;   MS IE doesn't recognise inset or offset */
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 2px solid #717171;
	border-right: 2px solid #717171;
}
#navigation a:hover {
/*	border:1px inset #666666; */
	border-top: 2px solid #717171;
	border-left: 2px solid #717171;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}



/* -- revised lhs Navigation -- */	
	#nav
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left; text-shadow:inherit; padding-left:1px;
	font-weight:bold;
	}
	#navtop
	{
	font-size: 18px;
	line-height:120%;
	text-align:center;
	color:#000099;
	background-color:#EEEEEE;
	padding:6px 10px; 
	border:2px outset #666666; 
	}
	#navsel
	{
	border-right:5px solid #FF0000;
	border-bottom:1px solid #FF0000;
	}

/* End of New Navigation */

	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		line-height:120%;
		text-align:center;
		color:#000099;
		background-color:#EEEEEE;
		padding:6px 10px; 
		border:2px outset #666666; 
	}

	h2 {
		font-size: 12px;
		line-height:120%;
		background-color:#CCCCCC;
		padding:6px 12px;
		text-align:center;
	}
	
	h3 {
		font-size: 14px;
		line-height:120%;
		background-color:#990000;
		color:#FFFFFF;
		padding:6px 12px;
		text-align:center;
	}

	h4 {
		font-size: 12px;
/*		line-height:150%;  */
		padding:6px 12px;
		text-align:center;
		border-bottom:solid 1px #666666;
		border-top:solid 1px #666666;
	}
	
	h5 {	
		font-size: 14px; 
		line-height:140%;
		text-align:left;
		color:#000099;
		background-color:#EEEEEE;
		padding:6px 10px;
	}

	h6 {
		font-size: 10px;
		text-align:center;
	}

	.copyrite
	{ background-color:#33CC33;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	}
	
	hr.hline1 { 
	height:1px; background-color:blue; 
	}
	hr.hline2 { 
	width:100%; height:3px; background-color:blue; 
	}
	hr.hline3 { 
	width:100%; height:3px; background-color:#FF3300;
	}

.indent {
	padding-left:40px; line-height:125%;
	}


