/* 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;
}

/*Words ----------------------------------------------------*/
/* Set text style for Words page */

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}

.words {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}
.wordsBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #CEB544;
	line-height: 18px;
	font-weight: bold;
	}	
.wordsBoldSub {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	font-weight: bold;	
	}	
	
ul, li {
	list-style-position: outside;
	list-style-image: url(../images/arrow_up.gif);

}	

/* Main setup */
	
#contactWords{
	background-color: #CEB544;
}
#homeWords  {
	background-color: #3A1012;
}
#blockWords  {
	background-color: #840C12;
}
#block2Words  {
	background-color: #9D0400;
}
#block3Words  {
	background-color: #840C12;
}

#navBgWords {
	background-color: #C21D14;
}
a.wordsNav, a.wordsNav:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #CEB544;
	text-decoration: none;	
	line-height: 18px;
}
a.wordsNav:hover {
	color: #ffffff;
	text-decoration: none;
}

a.wordsNavDown, a.wordsNavDown:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;	
	line-height: 18px;
}
a.wordsNavDown:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.wordsDown, a.wordsDown:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;	
}
a.wordsDown:hover {
	color: #ffffff;
	text-decoration: none;
}
a, a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #CEB544;
	text-decoration: underline;	
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a.sub, a.sub:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;	
}
a.sub:hover {
	color: #ffffff;
	text-decoration: none;
}
/*---------------------------------------------------------------
 PAGE SPECIFIC FORMATTING */

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

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

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

}

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

.captionGreen{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;	
	color: #CEB544;
}
