@charset "utf-8";
body {
	background-image: url(images/bodyBG.gif);
	background-repeat: repeat;
	margin-top: 10px;
}
#wrap {
	color:#303030;
	width: 792px;
	display: block;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #DFDDDC;
}
#header {
	background-image: url(images/Hdr_EMP.gif);
	background-repeat: no-repeat;
	height: 84px;
	width: 792px;
}
#nav {
	background-image: url(images/navBG.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 792px;
}
#tabs {
	padding-top: 6px;
	padding-left: 20px;
	color: #973650;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#tabs a{
	color: #973650;
	text-decoration: none;
}
#tabs a:hover{
	color: #b57a89;
	text-decoration: none;
}
#red {
	background-image: url(images/contentBG.jpg);
	background-repeat: no-repeat;
	width: 792px;
	height: 18px;
}
#content{
	background-image: url(images/contentBG.jpg);
	background-repeat: no-repeat;
	width: 792px;
	background-color: #FFFFFF;
}
#content #text {
	padding-left: 15px;
	padding-right: 210px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#content #text a{
	color: #A80532;
}
#content #text a:hover{
	color: #b57a89;
	text-decoration: none;
}
#content #textVid {
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#content #textVid a{
	color: #A80532;
}
#content #textVid a:hover{
	color: #b57a89;
	text-decoration: none;
}
h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 4px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a80431;
	font-size: 12px;
	font-style: italic;
}

#footer{
	background-image: url(images/footerBG.gif);
	background-repeat: no-repeat;
	width: 792px;
	height: 20px;
	color: #837e7f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footerTxt{
	color: #837e7f;
	padding-top: 4px;
	text-align: center;
}
#redBTM {
	background-image: url(images/btmRed.gif);
	background-repeat: no-repeat;
	width: 792px;
	height: 54px;
}
