/* Bussiness Words CSS */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}

/* Layout */

.wrapHeader {
	background-color: #3E2779;
	display: block;
	margin: 5px;
	padding: 5px;
	height: 120px;
	width: 97%;
	position: absolute;
	top: 0px;
}
.cellHeaderLeft {
	display: block;
	height: 120px;
	width: 120px;
	position: absolute;
	left: 5px;
	right: auto;
}
.cellHeaderCenter {
	display: block;
	height: 80px;
	width: 40%;
	position: absolute;
	left: 20%;
	right: 30%;
	top: 10px;
	text-align: left;
}
.cellHeaderRight {
	display: block;
	height: 80px;
	width: 25%;
	position: absolute;
	left: auto;
	right: 65px;
	top: 10px;
	text-align: center;
}
.wrapBanner {
	background-color: #3E2779;
	display: block;
	margin: 5px;
	padding: 5px;
	height: 140px;
	width: 97%;
	position: absolute;
	top: 135px;
	background-image: url(business_words/business_words.jpg);
	background-repeat: repeat-x;
}
.wrapNav {
	background-color: #3BA3E2;
	white-space: nowrap;
	overflow: visible;
	display: block;
	margin: 5px;
	width: 98%;
	position: absolute;
	top: 290px;
	text-align: center;
	border: 1px solid #3E2779;
}
.navList {
	display: inline;
	list-style: none;
	position: relative;
	white-space: nowrap;
}
ul.navList li {
	float: left;
	vertical-align: middle;
	zoom: 1;
	white-space: nowrap;
}
.wrapContent {
	display: block;
	margin: 5px;
	padding: 5px 20px;
	width: 94%;
	top: 330px;
	position: absolute;
}
.wrapFooter {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(business_words/word_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 80px;
	bottom: 0px;
	position: relative;
}


/* Formatting */

h1 { /* Site Title */
	font-size: 35px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.siteTagLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: normal;
}
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;
	display: block;
	padding: 5px 20px;
	list-style-type: none;
	white-space: nowrap;
	text-align: center;
	margin-left: 10px;
}
h2 { /* Page Title */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3E2779;
	font-weight: bold;
	text-align: center;
}
h3 { /* Main Promo Box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3E2779;
	text-align: center;
	white-space: nowrap;
	display: block;
	padding: 5px;
	float: right;
	width: 190px;
	position: relative;
	left: auto;
	right: 0px;
	margin: 10px;
}
.promoBox { /* General Promo Box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #3BA3E2;
	text-align: left;
	white-space: nowrap;
	display: block;
	margin: 10px;
	padding: 5px 15px;
	float: right;
	width: 170px;
	left: auto;
	right: 0px;
}
h4 { /* Sub Title*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3BA3E2;
	font-weight: normal;
	text-align: left;
}
h5 { /* quotation in bold */
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #3E2779;
}
ul{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
p li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111111;
}
b {
	font-weight: bold;
	color: #3E2779;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111111;
	text-align: left;
	vertical-align: top;
}
th {
	background-color: #3BA3E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3E2779;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.textJust {
	text-align: justify;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textCenterItalics {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #3BA3E2;
}
.siteFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3BA3E2;
	text-align: center;
}

/* links */

a:link {
	color: #3E2779;
}
a:visited {
	color: #3BA3E2;
}
a:hover {
	color: #3BA3E2;
}
a:active {
	color: #3E2779;
}
a.siteTagLine:link {
	color: #FFFFFF;
}
a.siteTagLine:visited {
	color: #FFFFFF;
}
a.siteTagLine:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.topNav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.topNav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.topNav:hover {
	color: #3BA3E2;
	text-decoration: underline;
	background-color: #FFFFFF;
}
