/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background-attachment: fixed;
	background-color: #CAC696;
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

a				{outline: none;}
a:link 			{color:#326B50; text-decoration:underline; font-weight:bold;}
a:visited 		{color:#B3B47B; text-decoration:underline;}
a:hover 		{color:#B3B47B; text-decoration:none;}
a:active 		{color:#254F3B; text-decoration:none;}

ul, ol	 		{margin-top: -15px;margin-right: 0;margin-bottom: 10px;margin-left: 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;color: #666666;font-size: 12px;}
h1 					{font-size:18px; margin:0 0 12px;color: #254F3B;}
h2 					{font-size:17px; margin:8px 0;color: #B3B47B;}
h3 					{font-size:14px; margin:6px 0 5px;color: #B5C3BB;}
h4 					{font-size:14px; margin:4px 0;color: #58673E;}
h5					{font-size:12px; margin:3px 0;color: #64802C;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym				{border-bottom: 1px dotted;}
blockquote 			{margin:0 25px 20px 25px; font-style:italic;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Page */

#wrapper {
	width: 826px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#outer-wrapper {
	width: auto;
	height: 100%;
	bottom: 0px;
}

/* Header */

#header {
	width: 826px;
	height: 245px;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right 90px;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	-khtml-opacity: 0.95;
}


/* Content */

#content {
	width: 826px;
	float: left;
	background-color: #FFF;
}

.content-main {
	width: 585px;
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	padding: 8px;
}


.content-main p, .content-main ul, .content-main ol {
	line-height: 180%;
}



#content-side {
	float: right;
	width: 180px;
	border-left: 1px dotted #DBDBDB;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#content-side p {
	font-size: 11px;
	font-style: italic;
}


/* Footer */

#footer {
	width: 826px;
	height: 61px;
	overflow: visible;
	padding-top: 38px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 700px center;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/niwac_logo.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #254F3B;
}

#footer p {
	margin: 0;
	color: #8D8B8B;
}
