
/*** General ***/
body
{
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	padding: 0px 0px 0px 0px;
	text-align: center; 
	color: #e0e0e0;
	background-color:#000000;
}
body,input,textarea,td
{
	font-size: 11px;	
	font-family: Verdana,Tahoma,Arial;
}
.BodyWrapper	/* needed for centering content in other browsers than IE */
{
	margin: 0px auto 0px auto;
	width: 750px;
	padding: 0px; /* top, right, bottom, left */
	background-color:#444442;
	text-align: center; 
}

td,div
{
	color: #e0e0e0;
}
a:link, a:visited
{
	text-decoration: underline;
	color: #e0e0e0;
}
a:hover
{
	text-decoration: none;
	color: #ffffff;
}
img
{
	border: 0px;
	margin: 0px;
}
td
{
	border: solid 0px #ffffff;
	margin: 0px;
	vertical-align: top;
}	



/*** Header ***/
.Header
{
	position: relative;
	width: 750px;
	height: 270px;
	text-align: center;
}
.HeaderImage
{
	background-image: url(../images/ni-banner3.png);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: top right;
	position:relative;
	width: 750px;
	height: 150px;
	cursor: hand;
	margin: 0px;
	padding: 0px;
}

/*** Header Menu***/
.HeaderMenu
{
	width: 750px;
	min-height: 27px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
}

a.MenuItem:link    {text-decoration:underline;color:#e0e0e0; background-color:transparent}
a.MenuItem:visited {text-decoration:underline;color:#e0e0e0; background-color:transparent}
a.MenuItem:active  {text-decoration:none;color:white; background-color:transparent}
a.MenuItem:hover   {text-decoration:none;color:white; background-color:transparent}

td.MenuItemStyle
{
	text-align:center;
	vertical-align:middle;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	border-top:1px solid #868686;
	border-left:1px solid black;
	border-right:1px solid #868686;
	padding-bottom:2px;
}

table.MenuStyle
{
	width:750px;
	border:0px;
	margin:0px;
	padding:0px;
	background-color:#2e2e2c;
}

/*** Header Ad ***/
.AdLeaderboard /* 728x90 */
{
	text-align: center;
	height: 100px;
	width: 750px;
}

/*** Footer ***/
.Footer
{
	width: 730px;
	height: 20px;
	font-size: 9px;
	color: #c0c0c0;
	background-color:#2e2e2c;
	text-align: center;
	padding: 10px;
	margin: 0px Auto 0px Auto;	/* auto (left right) needed for centering */
}
.Footer a:link, .Footer a:visited
{
	text-decoration: underline;
	color: #c0c0c0;
}
.Footer a:hover
{
	text-decoration: none;
	color: #ffffff;
}


/*** General Lists ***/

.List
{
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;

}
.List td
{
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
	padding: 1px 2px 1px 4px;
}
.List td a:link,.List td a:visited
{
	text-decoration: none;
}
.List td a:hover
{
	text-decoration: underline;
}
.ListHeader
{
	background-color: #ffffff;
	height: 23px;
	color: #e0e0e0;
	font-weight: bold;
}
.ListHeader td
{
	padding-top: 4px;
	color: #e0e0e0;
}
.ListItem
{
	height: 24px;
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
	background-color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
}
.ListAltItem
{
	height: 24px;
	border-bottom-width: 0px;
	border-bottom-color: #ffffff;
	background-color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
}
.ListItem td
{
	vertical-align: middle;
}
.ListAltItem td
{
	vertical-align: middle;
}


/* ********* */
/* backlinks */

.BackLinks
{
	width: 730px;
	min-height: 20px;
	font-size: 9px;
	color: #c0c0c0;
	background-color:#444442;
	text-align: left;
	padding: 10px;
	margin: 0px Auto 0px Auto;	/* auto (left right) needed for centering */
}
.BackLinks a:link, .Footer a:visited
{
	text-decoration: underline;
	color: #c0c0c0;
}
.BackLinks a:hover
{
	text-decoration: none;
	color: #ffffff;
}
