<style type=text/css>{  }

	* html a:hover {visibility:visible}
	/* { padding:0; margin:0; }	*/

	A:link
	{ 
		color: #BE6A1C;						/* Hyperlink */
		text-decoration: underline; 
	}
	
	A:active
	{ 
		color: #FFBF00;						/* Activated Hyperlink */
		text-decoration: underline; 
	}
	
	A:visited
	{ 
		color: purple;						/* Visited Hyperlink */
		text-decoration: underline; 
	}
	
	A:hover
	{ 
		color: red;							/* Selected Hyperlink */
		text-decoration: underline; 
	}

	Table
	{
		font-family: Arial, sans-serif;		/* Times, serif; */
		font-size: 9pt; 					/* 12 pt; */
		color: navy;
	}

	.Header4 
	{
		font-family: Arial, sans-serif;		/* Sub-Heading */ 
		font-size: 10pt; 
		font-weight: bold;
		line-height: 18pt;
		color: navy;
		text-align: left;
		background: #EEE; 
	}
	
	.Header5 
	{
		font-family: Arial, sans-serif;		/* Main Heading */ 
		font-size: 12pt; 
		font-weight: bold;
		line-height: 18pt;
		color: #BE6A1C;
		text-align: center;
		background: #FFFF99;			 	/* EDE7B4 */ 
	}

	.Header6 
	{
		font-family: Arial, sans-serif;		/* Sub-Heading */ 
		font-size: 10pt; 
		font-weight: bold;
		line-height: 18pt;
		color: navy;
		text-align: left;
		background: #FFFF99;				/* EDE7B4 */ 
	}
	
	.NeedHelp 
	{
		font-size: 18pt;
		color: #FF0000;
		font-style: italic;
		font-weight: bold;
		line-height: 18pt;
		text-align: center;
	}
	
	.NeedHelpSub 
	{
		font-size: 14pt;
		font-style: italic;
		font-weight: bold;
		line-height: 14pt;
		text-align: center;
	}
	
	.IDno
	{
		font-size: 8pt; 
	}
	
	.date
	{
		font-size: 6pt; 
		text-align: right;
		margin-right: 0px; 
	}
	
	.lead
	{
		font-size: 12pt; 
		font-weight: bold;
	}
	
	.AlignTop
	{
		vertical-align: top;
	}

	BODY 
	{
		font-family: Arial, sans-serif;		/* Times, serif; */
		font-size: 9pt; 					/* 12 pt; */
		color: navy;
		margin-left: 2px;
		margin-right: 4px; 
		margin-top: 0px;
	}

	H1 
	{
		font-family: Arial, sans-serif;			/* Page Title */
		font-size: 18pt; 
		font-weight: bold;
		color: navy;
	}
	
	H2 
	{
		font-family: Arial, sans-serif;			/* Page Sub-Title */ 
		font-size: 12pt; 
		font-weight: bold;
		color: navy;
	}
	
	H3 
	{
		font-family: Arial, sans-serif;			/*  */
		font-size: 18pt; 
		font-weight: bold;
		color: red;
	}
	
	H4 
	{
		font-family: Arial, sans-serif;		/* Links List */ 
		font-size: 10pt; 
		font-weight: bold;
		color: navy;
		text-align: center;
	}
	
	H5 
	{
		font-family: Arial, sans-serif;		/* Main Heading */ 
		font-size: 12pt; 
		font-weight: bold;
		line-height: 18pt;
		color: #BE6A1C;
		text-align: center;
		background: #FFFF99;			 	/* EDE7B4 */ 
		margin-top: 0; 
		margin-bottom: 0
	}
	
	H6 
	{
		font-family: Arial, sans-serif;		/* Sub-Heading */ 
		font-size: 10pt; 
		font-weight: bold;
		line-height: 18pt;
		color: navy;
		text-align: left;
		background: #FFFF99;			 /* EDE7B4 */ 
		margin-top: 0; 
		margin-bottom: 0;
	}
		 
	.navigationmenu  
	{
		color: #AAA; 
		font-weight: normal; 
		font-family: arial, sans-serif;
		font-size: 7pt;
		text-align: center;
	}

	.navigationmenu A 
	{
		text-decoration: none; 
		color: black; 
		font-weight: normal; 
		font-family: arial, sans-serif; 
		font-size: 7pt;
	}
		
	.navigationmenu A:link 
	{
		text-decoration: none; 
		color: navy; 
		font-weight: normal; 
		font-family: arial, sans-serif;
	}
		
	.navigationmenu A:visited 
	{
		text-decoration: none; 
		color: gray; 
		font-weight: normal; 
		font-family: arial, sans-serif;
	}
	
	.navigationmenu A:hover 
	{
		text-decoration: none; 
		color: #BE6A1C; 
		font-weight: normal; 
		font-family: arial, sans-serif;
	}
	
	.navigationmenu A:active 
	{
		text-decoration: none; 
		color: black; 
		font-weight: normal; 
		font-family: arial, sans-serif;
	}
	
	body 
	{ 
    	margin: 0px 0px 0px 0px;
    	padding: 0;						/* Opera's default is not 0 */
	    background-color: white;		/* Netscape 6 for the Macintosh defaults to a background color of gray */
	}
	
	#pageheader 
	{
		background: white;
		height: 55px;
		padding-right: 3; 
		border-bottom: thin solid navy;
	}
	
	#leftheader
	{
		display: block;
		position: absolute;
		background: url('../logos/redsunlogotext234.gif');
		background-color: white;
		background-position: center top;
		background-repeat:no-repeat;
		left: 0;
		width: 240px;
		height: 55px;
		margin-top: 0px;
	}
	
	#rightheader
	{ 
		display: block;
		position: relative;
		height: 55px; 
		margin-top: 0px; 
		margin-bottom: 0px; 
		margin-left: 240px; 
		margin-right: 4px; 
		padding-top: 20px; 
		padding-left: 3; 
		padding-right: 3; 
		padding-bottom: 0; 
		font-family: arial, sans-serif; 
		font-style: italic; 
		font-variant: normal; 
		font-weight: bold; 
		line-height: 11pt; 
		font-size: 10pt; 
		color: navy; 
		text-align: right; 
	}

	#pagecontent 			
	{
    	background: #FFFF66;	/* #FFFFCC #FFFF66 #DAE7E8 #EFF9FA;	to set color of the left column */
		width: 100%;			/* level2 inherits 100% from pagecontent to overcome bug in IE */
		padding-top: 0px;
		margin-right: 4px; 
	}
	
	#pagecontentlevel1
	{
		margin-left: 110px;		/* to make the space for the left column */
		padding-left: 9px;		/* to make the space for the left separator */
		padding-right: 10; 
		padding-top: 9px;
		background: white; 		/* to set color of the left separator */
		position: relative;		/* to set the separator on top of the header to overcome bug in Mozilla */
		/* border-left: thin solid navy; */
	}
	
	#pagecontentlevel2 
	{
		background: white;	 	/* to set color of the right column */
		position: relative;		/* to set reference for right column */
		width: inherit;			/* inherits 100% from pagecontent in IE5, auto from level1 in all others to overcome bug in IE */
	}
	
	#pagecontentlevel3
	{
		margin-right: 255px;	/* to make the space for the right column */
		padding-right: 9px;		/* to make the space for the right separator */
		background: white;		/* to set color of the right separator */
	}

	#contents 
	{
		background: white;		/* to set the color of the center column */
		padding-top: 0px;
		position: relative;		/* to set the contents on top of the header to overcome bug in Mozilla */
	}	
	
	#images
	{
		margin-left: 110px;
		padding-left: 9px;
		background: white;
	}
	
	#imagecontent
	{
		background: white;
		padding-top: 9px;
		margin-right: 10px;
		text-align:justify;
	}	

	#notice
	{
		float: right;
		width: 175px;
		top: 9px;
		right: 9px;
		background: yellow;
		position: relative;		/* to set the notice on top of the contents to overcome bug in IE */
	}
	
	#leftcolumn 
	{
		position: absolute;
		width: 110px;
		left: 0px;
		padding-top: 9px;
   }
    
	#rightcolumn 
	{
		position: absolute;
		width: 255px;
		top: 0;
		right: 0;
		padding-top: 9px;
		text-align: center;
	}

	#pagefooter 
	{
		display: block;
		position: absolute;
		background-color: white;
		padding: 0;
		margin: 0;
		width: 100%;
		border-top: thin solid navy;
		border-bottom: thin solid navy;
	}
	
	#leftfooter
	{ 
		display: block;
		position: absolute;
		float: left;
		background-color: white;
		margin: 0px;
		margin-left: 0px; 
		width: 110px;
		left: 0;
	}

	#rightfooter 
	{ 
		display: block;
		position: relative;
		background: url('../logos/blueinfo200.gif'); 
		/* background-color: #FFFF66;			 /* FFFF66 */
		background-repeat: no-repeat; 
		background-position: center center;
		margin-left: 110px; 
		height: 48px; 
		padding-top: 0px; 
		padding-bottom: 0px; 
		padding-left: 0px; 
		font-family: arial, sans-serif; 
		font-size: 10pt; 
		font-weight: bold; 
		text-align: center; 
		/* border-left: thin solid navy; */
	}

	#project
	{
		font-family: Arial, sans-serif; 
		font-size: 9pt; 
		color: navy;
		margin-left: 0px;
		margin-top: 0px;
	}

	#project h1
	{
		font-family: Arial, sans-serif;		/* Sub-Heading */ 
		font-size: 9pt; 
		font-weight: bold;
		line-height: 2.7em;
		color: navy;
		text-align: left;
		background: #FFFF99;			 	/* EDE7B4 */ 
		margin-top: 10; 
		margin-bottom: 10;
		padding-left: 5px;
	}

	#project h2
	{
		font-family: Arial, sans-serif; 
		font-size: 9pt; 
		color: navy;
		margin-left: 1.5em;
		margin-top: 10px;
		margin-bottom: 0;
		font-weight: bold;
		line-height: 2em;
		padding-left: 5px;
		background: #EEE; 
	}

	#project p
	{
		padding-left: 3em;
		margin-top: 12px;
		margin-bottom: 0px;
		background: #FFF; 
	}

	.projectstatus 			
	{
		width: 100%;
		position: relative;
	}
	
	.projectstatusdate
	{
		position: absolute;
		width: 3em;
		left: 0px;
		text-align: right;
		margin-bottom: 12px;
		padding-left: 3em;
   }
	
	.projectstatusupdate 			
	{
		position: relative;
		width: 100%;
		margin-left: 7em;
		padding-left: 9px;
		margin-bottom: 12px;
	}
	
	/* Format Google map */
	
	#map a:link {text-decoration: none;}
	#map a:visited {text-decoration: none;}
	#map a:hover {text-decoration: none;}
	#map a:active {text-decoration: none;}

</style>
