@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #f1f1f1 url(../graphix/bkg-body.gif) repeat-x;
	margin: 0; 
	padding: 0;
	color: #000000;
}
.tnc #container { 
	width:1144px;
	margin:0;  
	background: url(../graphix/bkg-container.gif) repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*  ----  HEADER STYLES ---- */
.tnc #header { 
	width:1138px;
	background: #fff; 
	margin:0;
	padding:0;
} 

.tnc #header1Left {
	float:left;
	width: 200px;
	margin: 0; 
}
.tnc #header1Right {
	float:right;
	width: 728px;
	margin:0;
	}
.tnc #header1Main {
	margin: 0 0 0 200px;
}
.tnc #header2Left {
	float:left;
	width: 200px;
}
.tnc #header2Right {
	float:right;
	width: 300px;
	}
.tnc #header2Main {
	margin: 0 0 0 200px;
	height:98px;
}
#header img {
display: block;
}
/*  ----  END HEADER STYLES ---- */

.tnc #wrapper {
	width:1138px;
	margin:0;
	padding:0;
}
.tnc #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.tnc #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 20px 25px; /* padding keeps the content of the div away from the edges */
	margin-left:20px;
}
.tnc #mainContent { 
	margin: 0 300px 0 204px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 1px 30px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.tnc #mainContent p, #mainContent li{
	font-size:.9em;
	line-height:1.5em;
}
.tnc #mainContent h2 {
	font-size: 1.1em;
	color: #283a64;
} 
.tnc #mainContent li {
	list-style-image:url(../graphix/bullet.gif);
	}
.tnc #mainContent a {
	color: #536b9e;
	text-decoration:none;
}
.tnc #mainContent a:hover {
	text-decoration:underline overline;
}
.tnc #footer { 
	background:#f1f1f1 url(../graphix/bkg-footer.gif) no-repeat;
	height:105px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	z-index:100;
}
.tnc #footerLeft {
	padding:35px 0 0 250px;
	position:absolute;
	width:250px;
	z-index:1000;
	} 
.tnc #footerRight {
	padding:35px 0 0 770px;
	position:absolute;
	width:410px;
	text-align:right;
	z-index:900;
	} 
.tnc #footerLeft p, #footerRight p {
	font-size:.7em;
	line-height:1.1em;
	letter-spacing:.1em;
	color:#fff;
}
.tnc #footerLeft a, #footerRight a {
	color: #fff;
	text-decoration:none;
}
.tnc #footerLeft a:hover, #footerRight a:hover {
	color: #8da5d9;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.join {
	margin-left:30px;
	border:none;
	}
/* ----  MEMBERS STYLES  ---- */

.tnc #members .photo {
	float:left;
	border: none;
	padding-right: 15px;
}
.tnc #members p {
	font-size:.8em;
	}
/* ----  VARIOUS TEXT STYLES  ---- */
.boldBlue {
	font-weight:bold;
	color: #536b9e;
	}
.testy, .contact {
	margin-left: 8px;
	}
.testy h3, .contact h3 {
	font-size: 1em;
	color:#3d3d3d;
}
.testy p, .contact p {
	font-size:.8em;
	color:#76797c;
	}
.testy a, .contact a {
	color: #536b9e;
	}
.testy a:hover, .contact a:hover {
	text-decoration:underline overline;
	}
.smaller {
	font-size: .7em;
	color:#777;
	line-height: 1em;
	}