/* 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 CONTACT page */

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}
.contact {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}
	
/* Main setup */
	
#contactContact{
	background-color: #4DA191;
}
#homeContact  {
	background-color: #3A1012;
}
#blockContact  {
	background-color: #191823;
}
#block2Contact  {
	background-color: #2F2E3C;
}
#block3Contact  {
	background-color: #191823;
}
#navBgContact {
	background-color: #41404E;
}
a.contactNav, a.contactNav:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #4DA191;
	text-decoration: none;	
}
a.contactNav:hover {
	color: #ffffff;
	text-decoration: none;
}
a, a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #4DA191;
	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;
}
 
.indexFont{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #4DA191;
	line-height: 12px;
}

.indexNewsBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #4DA191;
	line-height: 12px;
	font-weight: bold;
}

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

}

