body
  { background-image: url("bg3.png");
	margin-left: 100px;
	font-size: .95em;
	font-family: Lucida Grande; } 

	#nav a { font-weight: normal; text-decoration: none; color: #FFC673; }
	#nav a:hover { font-weight: normal; color: white; }
	#nav a:active { color: black; }

	a { text-decoration: none; font-weight: bold; color: #CA8100; }
	a:visited { font-weight: bold; color: #CA8100; }
	a:hover { color: black; }
	a:active { color: #16360B; }


#nav-holder
  { margin-left: 38px;
	margin-top: 0px;
	margin-bottom: 0px; }
	
	.nav-setter	{	width: 366px;
					height: 133px; }

	.nav-shadow
	  { background: url("shade.png");
		position: relative; }
	
		.nav-container
		  { margin-top: 30px;
			padding: 5px;
			font-size: 8.5pt;	
			background: url("shadie.png");
			border: 1px white solid;
			position: relative;
			height: 122px;}

		.distR1	{ left: -6px; } /*sets the distance on the right*/
		.distD1	{ top: -6px; } /*sets the distance on the bottom*/

			#logo
				  { background: url("logo.png");
					width: 354px;
					height: 95px; }

			#nav
			  { height: 25px;
				background-color: #4C290C;
				color: white;
				border: 1px solid black;
				margin-right: auto;
				margin-left: auto;
				margin-bottom: 0;
				font-family: "courier";
				font-size: 1.5em; }

				#nav ul
				  { text-align: center;
					list-style: none;
					padding-left: 0;
					margin-top: 5px; }

				#nav ul li
				  { display: inline;
					margin-left: 3px;
					margin-right: 3px; }

					

#conhold
  { width: 650px;
	height: 50px;
	margin-left: 20px;
	position: relative;
	bottom: 6px; }

	#connector0
	  { margin-left: 78px;
		border-left: 4px double white;
		width: 300px;
		height: 50px; }

	#connector1
	  { margin-left: 151px;
		border-left: 4px double white;
		width: 300px;
		height: 50px; }

	#connector2
	  { margin-left: 217px;
		border-left: 4px double white;
		width: 300px;
		height: 50px; }

	#connector3
	  { margin-left: 313px;
		border-left: 4px double white;
		width: 300px;
		height: 50px; }

#main-holder
  { width: 650px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 40px; }

	.main-setter {width: 600px;}

	.main-shadow
	    { 	background: url("shade.png");
			position: relative; }

		.main-container
		      { padding: 10px;
				font-size: .8em;	
				background: url("shadie.png");
				border: 1px white solid;
				position: relative; }

		.distR { left: -6px; } /*sets the distance on the right*/
		.distD { top: -6px; } /*sets the distance on the bottom*/

			#main-platform
			      { background: #286755;
					color: black; }


				#content, #hcontent
				  { background-color: white;
					border: 1px solid black;
					color: black;
					margin-bottom: 0px; }

					#topbar
					  { padding-top: 5px;
					    padding-bottom: 10px;
					    color: white;
						height: 25px;
						background-color: #16360B;
						border-bottom: 4px solid #4C290C; }

						#topbar h1
						  { margin: 0px;
							text-align: center;
							font-family: "Courier";
							font-size: 2.25em;
							font-weight: normal; }

					#photo
					  { float: right;
						border: 0px solid black;
						margin: 15px;
						margin-top: 0px; }

					table {	margin-left: 20px;
							margin-right: 0px; }
					table th { background-color: #FEFC6E; }
					table td
							{ background-color: #CFE8C9; }

					#table1
						  { float:left;
							margin-left: 45px; }
					#table2
						{ margin-left: 157px; }

					#content p
					      { margin-left: 20px;
					    	margin-top: 5px;
					    	margin-right: 190px;
							font-size: 8pt; }

					#content ul
						{ font-size: 8pt; }

					#content h2
					  { color: #4C290C;
					    font-weight: normal;
						font-size: 1.65em;
					    margin-left: 20px;
						margin-right: 275px;
						font-family: "Lucida Grande";
						border-bottom: 1px silver solid; }

					#content h3, #hcontent h3
						  { margin-left: 20px;
							margin-bottom: 0px; }

						#content h3 a, #hcontent h3 a
						  { color: #000000;
						  	text-decoration: underline; }
						#content h3 a:hover, #hcontent h3 a:hover
						  { color: #F09928; }


					#hcontent p
					  { margin-left: 20px;
						margin-right: 195px;
						font-size: .92em; }

					#hcontent h2
					  { color: #4C290C;
					    font-weight: normal;
						font-size: 1.65em;
					    margin-left: 20px;
						margin-right: 195px;
						font-family: "Lucida Grande";
						border-bottom: 1px silver solid; }


					#footer
					  { text-align: right;
						color: white;
						height: 30px;
						margin-top: 30px;
						padding: 8px 8px;
						padding-top: 3px;
						padding-bottom: 12px;
						background-color: #16360B;
						border-top: 4px solid #4C290C;}

						#footer ul
					      { text-align: right;
							list-style: none;
							padding-left: 0;
							margin-top: 2px;
							font-size: 7pt; }