.headerRow {
	background-color: #660033;
	height: 181px;
	width: 100%;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.navRow {
	background-color: 660033;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: 887811;
	border-right-color: 887811;
	border-bottom-color: 887811;
	border-left-color: 887811;
	height: 32px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	filter: DropShadow(Color="#000000", OffX="1", OffY="1", Positive="0");
	text-decoration: none;
}
.navRow a:link {
	color:#FFF;
	text-decoration: none;
}    /* unvisited link */
.navRow a:visited {
	color: #CCC;
	text-decoration: none;
} /* visited link */
.navRow a:hover {
	color:887811;
	text-decoration: none;
}   /* mouse over link */
.navRow a:active {
	color:887811;
	text-decoration: none;
}  /* selected link */

.mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #660033;
}
.bodyRow {
	background-color: D6D7D9;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 18px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 887811;
	border-right-color: 660033;
	border-bottom-color: 660033;
	border-left-color: 660033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px 45px;
	line-height: 18px;
}
.topbodyRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-color: D6D7D9;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: 660033;
	border-right-color: 660033;
	border-bottom-color: 660033;
	border-left-color: 660033;
	padding: 10px 10px 10px 487px;
	background-image: url(IMAGES/stock_home.jpg);
	height: 284px;
	background-repeat: no-repeat;
	font-weight: lighter;
	color: #333333;
}
.footerRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000000;
	padding: 20px;
	text-align: center;
	vertical-align: top;
}
.topbodyRowNoPic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: D6D7D9;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 660033;
	border-right-color: 660033;
	border-bottom-color: 660033;
	border-left-color: 660033;
	padding: 10px 45px;
	background-image: url(IMAGES/topBodyRowBackground.gif);
	height: 284px;
	background-repeat: no-repeat;
	font-weight: lighter;
	color: #333333;
	vertical-align: top;
}
.subTile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660033;
	font-variant: normal;
	text-transform: capitalize;
}

