﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

a {
	font-weight: bold;
	color: #363C28;
}

body {
	font-family: "Myriad Web", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.166em;	
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	background:#AEAE96 /*url("/images/nnbg.jpg") bottom right no-repeat fixed */;
}

form {
	margin: 0 0 10px 0;
}

form > h2 {
	margin-bottom: 10px;
}

html {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
 	font-size: 21px;
 	margin: 0 0 20px;
	color: #363C28;
}

h2 {
 	font-size: 15px ;
	line-height: 1.25em;
	text-align: left;
 	margin: 0 0 5px 15px;
	color: #817E58;
}

h3 {
 	font-size: 11px ;
	line-height: 1.25em;
	text-align: left;
	margin: 0 0 5px 25px;
}

h5 {
 	font-size: 11px ;
}


input, textarea {
	color: #363C28;
	border: 1px solid #817E58;
	padding: 2px;
	font-size: 11px;
}

label {
	display: block;
	font-size: 10px;
	margin-bottom: 2px;
}

select  {
	color: #363C28;
	border: 1px solid #817E58;
	font-size: 11px;
}

ol {
	margin-left: 65px;
}

p {
	margin: 0 0 8px 30px;
}

table {
	margin: 0 0 8px 30px;
}

td {
	font-size: 11px;
	padding: 5px;
	vertical-align: top;
	white-space: normal;
}

th {
	font-size: 12px;
	padding: 5px 2px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #363C28;
}

td ul {
	margin-left: 0;
	padding: 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner {
	margin-bottom: 20px;
}

#contentMain {
	margin: 0;
	padding: 10px 20px 0 ;
	text-align: left;
	width: auto;
	height: auto;
}

#contentPhoto {
	margin: 0;
	padding: 10px 20px 0 ;
	text-align: center;
	width: auto;
	height: auto;
}

#copyright {
	margin: 15px 0 0 0;
	padding: 0;
	white-space: nowrap;
	text-align: right;
	font-size: 11px;
	clear: both;
	background: #363C28;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
 
#nonFluid {
	width: 721px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	background:#AEAE96 url("/images/nngtBG.gif") center repeat-y;
	text-align:left;
	/*border-top: 10px solid #363C28;  */

}

/***********************************************/
/* Div Specific Tags and Classes               */
/***********************************************/
#contentMain img.fRight {
	float: right;
	margin: 0 0 10px 5px;
}

#contentMain p{
	line-height: 1.5em;
}

#contentMain ul, #contentMain ol {
	line-height: 1.5em;
	margin: 0 0 10px 65px;
}

#copyright a {
	color: #FFF;
}

#copyright p {
	margin: 0;
	padding: 5px 5px 5px 10px;
	line-height:normal;
}

#gallery #contentMain a img {
	width: auto;
	height: 90px;
}

/***********************************************/
/* Classes                                 */
/***********************************************/
.author {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
