/* css by curtis @ griffin insight.com */

a:link { color:#333333; text-decoration:none }
a:visited { color:#333333; text-decoration:none }
a:hover { color:#ff0000; text-decoration: underline }
a:active { color:#555555; text-decoration:none }

a.nav:link { color:#ffff00; text-decoration:none }
a.nav:visited { color:#ffff00; text-decoration:none }
a.nav:hover { color:#000000; text-decoration:underline }
a.nav:active { color:#ffff00; text-decoration:none }

a.griff:link { color: #000000; text-decoration: none }
a.griff:visited { color: #000000; text-decoration: none }
a.griff:hover { color: #ffff00; text-decoration: none }
a.griff:active { color: #000000; text-decoration: none }

a img { border: none }

.bigtext { font-size: 2em; color: #dddddd }
.midtext { font-size: 1.2em; color: #ffffff; }

.normimg { float:left; margin: 10px 10px 10px 10px }


.fleft { float: left; }
.fright { float: right; }
.tleft { text-align: left; }
.tmid { text-align: center; }

/* .ndent { text-align: left; margin-left: 10px; margin-right: 10px; } */

body { 
	background-image: url(../tne_img/tne_bigback.jpg); background-repeat:no-repeat; background-position: center center; background-attachment: fixed;
	background-color: #ac3e40;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, verdana;
	font-size: 0.9em;
	color: #dddddd; }

#wrapper { 
	width: 800px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ff4444;
	background-color: transparent; }

#header { 
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ff0000;
	background-color: #000000;
	background-image: url(../tne_img/tne_banner.png); background-repeat:no-repeat; background-position: center center }


#topbar { 
	background-image: url(../tne_img/topbar.png); background-repeat:no-repeat; background-position: center center;
	width: 798px;
	height: 25px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ffffff;
	text-align: center; }


#content { 
	clear: both;
	margin: 10px 30px 20px 30px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ffff00; }

#subcontent {
	margin: 0px 0px 0px 0px;
	text-align: center; }
	

#footer { 
	text-align: center;
	font-size: 0.7em;
	color: #000000;
	padding: 10px 0px 0px 0px;
	border: 0px solid #444444; }

