body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	background-color: #f60;
	text-align: center;
}

	#centre {
		width: 672px;
		margin: 0 auto;
		position: relative;
		text-align: left;
	}
	
		#titleLabel {
			font-size: 100%;
			background-color: #f60;
			position: relative;
		}

			.pTitle {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 36px;
				letter-spacing: -2px;
				font-weight: lighter;
				text-align: right;
				padding-right: 20px;
				top: 18px;
				position:relative;
				height: auto;
			}

		#homeContent {
			background-image: url(images/black_bottom.png);
			background-position: center bottom;
			background-repeat: no-repeat;
			width: 100%;
			height: 456px;
			background-color: #000;
			position: relative;
			z-index: 10;
		}
		
			#homeTop {
				top: 0px;
				left: 0px;
				width: 100%;
				height: 11px;
				background-position: top;
				background-image: url(images/black_top.png);
				background-repeat: no-repeat;
				position: relative;
			}

			#homeImage {
				top:0px;
				margin-left: 95px;
				position: absolute;
/*				background-position: center;
				background-image: url(images/home_earth.jpg);
				background-repeat: no-repeat;
				height: 456px;
				width:482px;*/
			}

		#content {
			width: 100%;
			background-color: #fff;
			position: relative;
			z-index: 10;
			background-position: bottom;
			background-image: url(images/white_bottom.png);
			background-repeat: no-repeat;
		}
		
			#contentTop {
				width: 100%;
				height: 11px;
				background-position: top;
				background-image: url(images/white_top.png);
				background-repeat: no-repeat;
				position: relative;
			}
			
			#contentCentre {
				padding: 35px;
				z-index: 10;
				font-size: 0.8em;
			}
			
			/*	#contentCentre a {
					color: #000;
				}
				
				#contentCentre td {
					padding: 0px;
					margin: 0px;
				}

				#contentCentre tr {
					padding: 0px;
					margin: 0px;
				} */
				
		/*div#sharedTable {
		font-family:'Trebuchet MS',Helvetica,sans-serif;
		font-size:1em;
		margin-top:20px;
		width: 500px;
		}*/
	
		#contentCentre table {
		border-left:1px solid #DDDDDD;
		border-top:1px solid #DDDDDD;
		margin-bottom:5px;
		width: 100%;
		}
		#contentCentre input {
		font-family:'Trebuchet MS',Helvetica,sans-serif;
		}
		#contentCentre caption {
		background-color:#DDDDDD;
		font-size:1em;
		padding:3px;
		text-align:left;
		}
		#contentCentre th {
		background-color:#EEEEEE;
		border-bottom:1px solid #DDDDDD;
		border-right:1px solid #DDDDDD;
		font-size:0.9em;
		font-weight:normal;
		padding:3px;
		text-align:left;
		width:150px;
		}
		#contentCentre td {
		border-bottom:1px solid #DDDDDD;
		border-right:1px solid #DDDDDD;
		font-size:0.9em;
		padding:3px 3px 3px 5px;
		text-align:left;
		width:350px;
		}
		.permitTR
		{
      background-color: #FFB
    }
    .thlink a:link, .thlink a:visited
    {
      color: #02f;
      text-decoration: underline;
    }
		.thlink a:hover, .thlink a:active
		{
      text-decoration: none;
    }
				

				#map {
					width: 588px;
					height: 500px;
					border: 1px solid #000;
				}

			#contentLeft {
				float: left;
				width: 335px;
				padding: 10px 0px 20px 20px;
				font-size: 0.8em;
			}
			#contentLeft p
{
				text-align: justify;
}
			#contentRight {
				float: right;
				width: 255px;
				padding: 35px 35px 35px 5px;
				font-size: 0.8em;
			}
#contentRight a:link, #contentRight a:visited, #contentRight a:hover, #contentRight a:active
{
	color: #000000;
	text-decoration: underline;
}
#contentRight p
{
	margin: 3px 0px 0px 0px;
}
			
		#menu {
			position: relative;
			top: -8px;
			text-align: center;
		}
		
		#menu table {
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background-color: #f60;
			font-size: 14px;
		}
		
		#homeMenu {
			background-color: #f60;
		}
		
		#contentMenu {
			background-color: #fff;
		}
		
		#menu table td {
			width: 113px;
			height: 34px;
			text-align: center;
			background-position: bottom;
			background-repeat: no-repeat;
		}
		
		#homeMenu td {
			background-color: #000;
			background-image: url(images/orange_table_bottom.png);
		}
		
		#contentMenu td {
			background-color: #fff;
			background-image: url(images/white_table_bottom.png);
		}
		
		#footer p {
			text-align: center;
			font-size: xx-small;
		}
		#footer a:link, #footer a:visited
		 {
			color: #000;
			text-decoration: none;
		}
		#footer a:hover, #footer a:active
		 {
		
			color: #000;
			text-decoration: underline;
		}

a {
	color: #fff;
	text-decoration: none;
}

#contentLeft a:hover.borderHighlight {
	color: #f60;
}

#contentMenu a, #contentLeft a {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	color: #f60;
	font-weight: normal;
}

h1 {
	font-weight: normal;
}

h2 {
}

.hBold {
	font-weight: bold;
}
			
#clear {
	clear: both;
}

input.text
{
	width: 250px;
}
textarea.textarea
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	width: 300px;
}
div#contentLeft a:link
{
	color: #0000FF;
	text-decoration: underline;
}
div#contentLeft a:visited
{
	color: #97198B;
	text-decoration: underline;
}
div#contentLeft a:hover
{
	color: #0000FF;
	text-decoration: underline;
}
div#contentLeft a:active
{
	color: #97198B;
	text-decoration: underline;
}
div#homeStory
{
	font-size: 0.8em;
	color: #FFF;
}
div#homeStory h1
{
	color: #FFF;
	margin-top: 0px;
}