
		html, body {
			background-color:			#231F20;
			background-image:			url(../images/black-bg.jpg);
			color:					white;
			padding:				0;
			margin:					0;
			text-align:				center;
			}
			
		a {
			color:				#7C9FA5;
			}

		html, body, td {
			font-family:			arial;
			font-size:				12pt;
			}

		div.header {
			text-align:				center;
			padding-top:			25px;
			padding-bottom:			25px;
			}
			
		div.header-alt {
			text-align:			center;
			}

		div.menu {
			text-align:				center;
			background-color:		#4B6063;
			border-top:				1px solid white;
			border-bottom:			1px solid white;
			}

		div.menu td, div.menu td a {
			font-family:			arial;
			font-size:				14px;
			color:					white;
			text-decoration:		none;
			}

		div.menu td {
			padding:				2px;
			}

		div.menu a {
			padding:				0 10px;
			text-align:				center;
			}

		div.menu a:hover {
			color:					white;
			background-color:		#729297;
			}

		div.menu td.active {
			background-color:		white;
			color:					#4B6063;
			}

		div.menu td.active a {
			color:					black;
			}


		div.content-wrapper, td.content-wrapper  {
			min-height:				400px;
			background-image:			url(../images/blue-bg-main.jpg);
			xbackground-repeat:			repeat-x;
			text-align:				center;
			}


		div.content, table.content {
			width	:               		900px;
			margin:					0px auto 0pt;
			}



		td.about {
			font-family:			Palatino Linotype , Serif;
			font-size:				16pt;
			xcolor:					#334143;
			color:					#333;
			text-align:				center;
			}

		td.about div.smaller {
			font-size:				14pt;
			color:					#555;
			}

		.description {
			font-size:				12pt;
			color:					#777;
			}

		.contact {
			text-align:				left;
			font-size:				10pt;
			color:					#555;
			}

		a.mailto {
			color:					#7C9FA5;
			}

		a.mailto2 {
			color:					white;
			}

		div.base-content-wrapper {
			background-image:			url(../images/compass-black.jpg);
			background-repeat:			no-repeat;
			width:               			100%;
			background-position:			20% 0%;
			}

		div.blue-content-wrapper {
			background-image:			url(../images/blue-bg-main.jpg);
			xbackground-repeat:			repeat-x;
			text-align:				center;
			}

		div.inner-content-wrapper {
			background-image:			url(../images/compass-blue.jpg);
			background-repeat:			no-repeat;
			width:               			100%;
			background-position:			20% 0%;
			}
			
		hr {
			color:					#000;
			background-color:			#333;
			height:					1px;
			border:					0;
			}
			
		.section-header {
			font-size:		24px;
			font-weight:		bold;
			font-family:		Palatino Linotype , Serif;			
			}
			
		td.l {
			color:			#7C9FA5;
			vertical-align:		top; 
			text-align:		right;
			width:390px; 		
			}
		
		td.r {
			vertical-align:		top; 				
			padding:		0 0 35px 25px;
			color:			#777;
			}
			
		td.links {
			vertical-align:		top;
			background-color:	#6E8C92;
			padding:		10px;
			}

		td.links a {
			font-size:		12px;
			color:			#ccc;
			display:		block;
			}

		td.links a:hover {
			color:			white;
			display:		block;
			}


