/* CSS Document */
/* zeroing all values for cross-browser use */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #333333;
	background-image:url(../assets/parchment-g-background.gif);
	text-align: center;
	}
	
#wrapper {
	width: 790px;
	background-color:#FFFFFF;
	margin: 10px auto;
	text-align: left;
	border-right: 5px ridge #999966;
	}
	
#banner {
	width: 790px;
	height: 140px;
	}
	
#nav {
	height: 50px;
	padding-top: 30px;
	}
	
#nav p {
	font-size: 80%;
	font-weight: bolder;
	}

a{
	font-weight: bold;
	}
	
a:link {
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

#table {
	font-size: 80%;
	}
	
#table p {
	text-align: left;
	color: #FF9900;
	margin: 0 0 0 0px;
	background-color: #000000;
	}
	
#content p{
	font-size: 80%;
	margin: 20px;
	}

#content p tnrhead1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	}
	
#content p nav {
	color: #999933;
	font-weight: bolder;
	text-decoration: none;
	}
		
.left {
	text-align: left;
	font-size: 90%;
	margin: 0 10 0 10;
	}
	
.center {
	text-align: center;
	}

.bold {
	text-align: center;
	font-weight: bolder;
	}

.ital {
	font-weight: bolder;
	font-style: italic;
	}
			
.leftimage {
	float: left;
	margin: 0 40px 20px 0;
	}

.tableimage {
	float: center;
	margin: 0;
	}
		
.rightimage {
	float: right;
	margin: 0 0 20px 15px;
	}
	
.centerimage {
	float: center;
	margin: 10px;
	}

.clearit {
	clear: both;
	}
	

