/* CSS Document */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background: url(images/bkg.gif) repeat fixed center center;
	margin: 0px;
}

#outline {
	height: 100%;
	width: 100%;
}

#header {
	background: url(images/nheader.gif) no-repeat center center;
	height: 100px;
	width: 750px;
	border-top: 2px none #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px none #000000;
	border-left: 2px solid #000000;
}

#header2 {
	font: 24px Andy, "Comic Sans MS", Arial;
	color: #000000;
	text-decoration: none;
	background: url(images/nheader2.gif) no-repeat;
	text-align: center;
	vertical-align: bottom;
	height: 98px;
	width: 750px;
	border-top: 2px none #000000;
	border-right: 2px none #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px none #000000;
	padding-top: 35px;
}

#middle {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	height: 250px;
	width: 750px;
	border-top: 2px none #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px none #000000;
	border-left: 2px solid #000000;
	padding: 10px;
}

#footer {
	background: url(images/nfooter.gif) no-repeat center center;
	border-top: 2px none #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	height: 193px;
	width: 750px;
}

#footer2 {
	background: url(images/nfooter2.gif) no-repeat center center;
	border-top: 2px none #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	height: 37px;
	width: 750px;
}

#footerlink a, a:link, a:active, a:visited, a:hover  {
	font: 10px 10px Geneva, Arial, Helvetica, sans-serif;
	color: #0B3A21;
	text-decoration: none;
	text-transform: capitalize;
}

#submenu {
	width: 100%;
	padding: 0px 0px 0px 10px;
}

#menulink {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#menulink a, a:link  {
	font: 12px Arial, Helvetica, sans-serif;
	color: #0B3A21;
	text-decoration: none;
	text-transform: capitalize;
}

#menulink a:visited, a:active  {
	font: 12px Arial, Helvetica, sans-serif;
	color: #6B3825;
	text-decoration: none;
}

#menulink a:hover  {
	font: 12px Arial, Helvetica, sans-serif;
	color: #B8AF92;
	text-decoration: none;
}

#copyright {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	width: 750px;
}

#column {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background: #DEDACB;
	padding: 5px;
	width: 100%;
	border: 3px double #C0B89C;
}