/* DEFAULTS */
div {
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
}

/* Get rid of the default margin in general and the default padding in Opera*/
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}	

/* Avoids bugs in IE and Opera for using percentage measurements for text*/
body {
	font-size: 100.01%;
}

/* Fixes bug in IE5 - tells the table to take the font size from surrounding content */
table {
	font-size: 1.0em;
}

/*BIOGRAPHY ----------------------------------------------------*/
/* Set text style for BIO page */
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}
hr {
	color: #9B1308;
}
.index {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}
.indexBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #EC7421;
	line-height: 18px;
	font-weight: bold;
	}	
	
/* Main setup */
	
#contactIndex{
	background-color: #EC7421;
}
#homeIndex  {
	background-color: #3A1012;
}
#blockIndex  {
	background-color: #630704;
}
#block2Index  {
	background-color: #610D04;
}
#block3Index  {
	background-color: #4C0801;
}
#navBgIndex {
	background-color: #790A00;
}
a.indexNav, a.indexNav:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #EC7421;
	text-decoration: none;	
	line-height: 18px;	
}
a.indexNav:hover {
	color: #ffffff;
	text-decoration: none;
}

a, a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #EC7421;
	text-decoration: underline;	
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*---------------------------------------------------------------
 PAGE SPECIFIC FORMATTING */

.indexSubhead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 12px;
}
 
.indexNews {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
}

.indexNewsBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #EC7421;
	line-height: 14px;

}
