	/* Main Body */
	div.pagealign {
		text-align: center;
	}

	div.pagealign table {
		margin: 0 auto; 
		text-align: left;
	}

	body, td         {
		font-family: "Times New Roman", Times, serif;
		color: Black;
	}

	body {
		margin-top: 5px;
		margin-left : 5px;
		margin-right : 5px;
		background-color: #F7F3EB;
	}

	hr {
		height: 1px;
		color: #663300;
		background-color: #663300;
		border: 0px none;
	}

	h1 {
		font-size: 32px;
		color: #663300;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 19px;
		color:  #993300;
	}

	h4 {
		font-size: 16px;;
	}

	h5 {
		font-size: 13px;
	}

	h6 {
		font-size: 11px;
	}

	table.mainlayout {
		width : 600px;
		padding : 2px;
		background-image: url('mos-background.gif');
	}

	p.theallwoods {
		font-size: 10px;
		margin-bottom : 2px;
		margin-top: 2px;
	}

	h1.sitetitle {
		margin-bottom : 0px;
		margin-top : 0px;
	}

	h3.pagetitle {
		margin-top : 0px;
	}

	h6.updateline {
		margin-bottom : 0px;
		margin-top : 0px;
	}

	td.gutter {
		width : 5px;
	}

	/* Navigation Bar */
	td.navbar {
		width : 130px;
		text-align : center;
		vertical-align : top;
	}

	.navbar h4 {
		margin-bottom: 2px;
		margin-top: 0px;
	}

	.navbar a {
		color: Black;
		text-decoration: none;
	}

	.navbar a:hover {
		color : White;
		text-decoration: none;
		background-color : #663300;
	}

	/* Contents Section */
	td.contents {
		width : 440px;
		text-align : left;
		vertical-align : top;
		color : Black;
	}

	.contents a {
		color: Black;
	}

	.contents a:hover {
		color : White;
		background-color : #663300;
	}

	.contents p:first-letter {
		font-weight : bold;
	}
	
	/* Footer */
	td.footer {
		width : 440px;
		text-align : left;
		vertical-align : top;
	}
	
	/* End */