@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #CCC;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-image: url(../ns-images/Bottom_texture.jpg);
	color: #FC3;
}
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-color: #3581B2;
	background-image: url(../ns-images/Bottom_texture.jpg);
	text-align: center;
}
.thrColFixHdr #header h1 {
	margin: 0;
	color: #006;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #006;
	font-size: 0.7em;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px; /* padding keeps the content of the div away from the edges */
	text-align: right;
	color: #006;
	font-size: 0.7em;
}
.thrColFixHdr #mainContent {
	padding: 10px 10px 10px 15px;
	font-size: 0.7em;
	color: #006;
	text-align: left;
	margin-left: 220px;
	margin-right: 225px;
	margin-top: 5px;
	width: 280px;
}
.thrColFixHdr #footer {
	background:#DDDDDD;
	padding-right: 0em;
	border-top-style: double;
	border-top-color: #3682B3;
	font-style: italic;
	background-repeat: no-repeat;
}
.thrColFixHdr #footer p {
	font-size: 0.6em;
	text-align: right;
	margin-right: 15px;
	padding-top: 10px;
	color: #006;
}
.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;
}
.copyright {
	font-style:normal;
	color: #006;
}
.homeh4 {
	color:#C00;
	font-size: .9em;
}
.insidehead {
	color: #006;
	font-size: 1.6em;
	text-align: left;
	padding-left: 225px;
	font-family:Arial, Helvetica, sans-serif;
}

