@charset "utf-8";



body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
}


#header {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 60px;
	padding-left: 60px;
	height: 100px;
	background-color: #771b01;
	text-align: right;
	background-image: url(ni072008/summer08.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#content {
	width: 820px;
	margin-top: -14px;
	#margin-top: 0px;
	_margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	height: 2400px; /* Firefox */
	#height: auto; /* IE7 */
	_height: auto; /* IE6 */ 
	background-color: #CCCCCC;
	text-align: left;
	padding-top: 0px;
}

#logo {
	height: 56px;
	width: 264px;
	margin-top: 10px;
	margin-right: 5px;
}
#textBoxTop {
	background-image: url(ni072008/text_box_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	width: 600px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
}
#textBoxMiddle {
	height: auto;
	width: 580px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#textBoxBottom {
	background-image: url(ni072008/text_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 600px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	float: right;
}

#footer {
	height: auto;
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #771B01;
	padding-top: 10px;
}

.white-text{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
}
a.white-link {
	color: #ffffff;
	text-decoration:none;	
}

a.white-link:hover {
	color:#999999;
	text-decoration:underline;
}	
.text-red {
	color: #771B01;
	font-weight: normal;
}


a.text_link {
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
}

a.text_link:hover {
	font-size: 10pt;
	color: #771b01;
	text-decoration: underline;
}

.text_small {
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}

a.text_small {
	font-size: 8pt;
	color: #555555;
	text-decoration: none;
}

a.text_small:hover {
	font-size: 8pt;
	color: #111111;
	text-decoration: underline;
}
