
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html,body {
	margin: 0;
}

body {
	padding: 10px 0px;
	background-image: url("/images/back.gif");
	background-color: #901a1a;
}

body.popup {
	padding: 20px;
	background-image: url("");
	background-color: #4c0303;
}

#top_nav {
	background-image: url("/images/top_02_ndx.jpg");
	width: 549px;
	height: 42px;
	margin: 0px;
	padding: 58px 0px 0px 0px;
	text-align: center;
	color: #dad0cf;
	font-weight: bold;
}

#bottom_nav {
	background-image: url("/images/bottom_nav_back.gif");
	width: 760px;
	height: 23px;
	margin: 0px;
	padding: 31px 0px 0px 0px;
	text-align: center;
	color: #dad0cf;
	font-weight: bold;
}

#ndx_logos {
	background-image: url("/images/ndx_logos_back.gif");
	width: 760px;
	height: 42px;
	margin: 0px;
	padding: 11px 0px 0px 0px;
	text-align: center;
}

#content {
	background-image: url("/images/content_back.gif");
	width: 490px;
	margin: 0px;
	padding: 0px 250px 30px 20px;
	text-align: left;
	line-height: 140%
}

#copyright {
	background-image: url("/images/copyright_back.gif");
	width: 760px;
	height: 19px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-align: center;
	color : #e4b335;
}

.faqAnswer {
	padding: 5px;
	margin: 5px 0px 5px -40px;
	border: 1px solid #824f4f;
	background-color: #5c0404;
	
}

.faqClose {
	text-align: right;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body,div,th,td,p {
	font-family: Tahoma,arial,sans-serif;
	font-size: 11px;
	color: #ffffff;
}

input,textarea {
	font-family: Tahoma,arial,sans-serif;
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

.bolderThanBold {
	font-size: 18px;
	font-weight: normal;
	line-height: 140%
}

.fineprint {
	font-size: 10px;
}

hr {
	border: 0px;
	color: #824f4f;
	background-color: #824f4f;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	line-height: 24px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

table.chartTable {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #824f4f;
	border-collapse: collapse;
}

table.chartTable th {
	border-width: 1px 0px 0px 1px;
	padding: 3px;
	border-style: solid;
	border-color: #824f4f;
	background-color: #6a0404;
	font-weight: bold;
	vertical-align: middle;
}

table.chartTable td {
	border-width: 1px 0px 0px 1px;
	padding: 3px;
	border-style: solid;
	border-color: #824f4f;
	vertical-align: top;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #ffcc00;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #fde99a;
	font-weight:bold;
	text-decoration:none;
}

a.nav:link, a.nav:active, a.nav:visited {
	color : #dad0cf;
	font-weight:bold;
	text-decoration:none;
}

a.nav:hover {
	color : #ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.nav_download:link, a.nav_download:active, a.nav_download:visited {
	color : #ecc46a;
	font-weight:bold;
	text-decoration:none;
}

a.nav_download:hover {
	color : #ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.faqCloseLink:link,a.faqCloseLink:active,a.faqCloseLink:visited {
	color : #824f4f;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

a.faqCloseLink:hover {
	color : #a97b7b;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

/*---------------------------------------------------------------------------------------------
	Landing Page (lp) Settings
---------------------------------------------------------------------------------------------*/

body.lp {
	padding: 20px;
	background-image: url("");
	background-color: #901a1a;
}

.lp_copyright {
	color : #faf199;
}

a.lp_copyright:link,a.lp_copyright:active,a.lp_copyright:visited {
	color : #fae005;
	text-decoration: none;
	font-weight: bold;
}

a.lp_copyright:hover {
	color : #ffface;
	text-decoration: underline;
	font-weight: bold;
}


