.HeaderPlacement {
	position: absolute;
	left: 0px;
	top: 0px;
}
.NavigationBarPlacement {
	position: absolute;
	left: 0px;
	top: 100px;
}
.MainBodyPlacement {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 500;
}
.RightGraphicsPlacement {
	left: 0px;
	top: 120px;
	position: absolute;
	z-index: 2;
}
.MainTextPlacement {
	position: absolute;
	left: 0px;
	top: 120px;
	z-index: 1;
}
.MainHeaderPlacement {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}
.NavBarPlacement {
	position: absolute;
	left: 0px;
	top: 100px;
	height: 20px;
	background-color: #990000;
	z-index: 4;
}


.RightImagePlacement {
	position: absolute;
	left: 500px;
	top: 120px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.BlackHorizontalRule {
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
.Testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #660000;
}
.PullDownMenuPlacement {
	position: absolute;
	left: 0px;
	top: 120px;
	z-index: 5;
}
.SaleCalendarPlacement {
	position: absolute;
	left: 0px;
	top: 120px;
	z-index: 3;
}

/*
	INSERTED BY Chris Davis
*/

.empAdminBtn:Hover
{
	border-right: #990000 1px solid;
	border-top: #990000 1px solid;
	font-size: 0.9em;
	border-left: #990000 1px solid;
	color: #ffffff;
	border-bottom: #990000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #990000;
	cursor: pointer;
}
.empAdminBtn
{
	border-right: #990000 1px solid;
	border-top: #990000 1px solid;
	font-size: 0.9em;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	cursor: pointer;
}
.empAdminTitle
{
	font-weight: bold;
	font-size: 0.9em;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-variant: small-caps;
}

.dgRow:Hover
{
	background-color: #FFCC33;
}

.padding {
	padding: 5px;
}
