body {
	font-family: arial, sans-serif;
	background-color: AA99AA;
/*	background: #050d34 url(images/body-bg.jpg) no-repeat center top; */
	background: #2A025A url(images/LogoShirt_banner.gif) no-repeat center top;
	font-size: 100%;
	color: #2A005A;
	margin: 5
}

a:link
{
	color: #993399;
	font-weight: normal;
	text-decoration: none
}

a:visited
{
	color: #993399;
	font-weight: normal;
	text-decoration: none
}

a:hover
{
	color: #993366;
	font-weight: bold;
	text-decoration: underline
}


.headTxt
{
/* Bold Text used in the Header */
	font-size: 150%;
	font-weight: bold;
	text-align: Center;
	margin-top: 0;
	margin-bottom: 0;
}

.bodyTxt1st
{
/* Body Text 1st Line Normal Left Justified */
	font-size: 150%;
	text-align: left;
	padding:5px
}

.bodyTxtWhtBld
{
/* Body Text 1st Line Normal Left Justified White Font*/
	font-size: 100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	padding:5px;
	font-weight: bold;
	color: #FFFFFF
}



.bodyTxt
{
/* Body Text Normal Left Justified */
	text-align: left;
	padding:5px;
	margin-top: 0;
	margin-bottom: 0
}

.bodyTxtWht
{
/* Body Text Normal Left Justified */
	text-align: left;
	padding:5px;
	color:white;
}



.bodyTxtCnt 
{
	/* Body Text Centered */
	text-align: Center;
	padding: 5px
}

.bodyTxtRgt
{
	text-align: Right;
	padding:5px
}

.footerTxt
{
	text-align: Center;
	font-size: 75%;
	padding:5px
}

.bodyImg
{
	text-align: Center;
	border:5px;
	padding:5px
}


#navigation {
	margin:0;
	padding: 0;
	clear:both;
	width:800px;
	height:51px;
	background: #d6eaf8 url(images/dropdown-bg.gif) repeat-x left top;
}


ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
}


ul.nav-main li.hover,
ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	background: url(images/dropdown-bg-hover.gif) repeat-x left top;
}



ul.nav-main li {
	float:left;
	display:block;
	height: 51px;
	color: #ffcc00;
	font: 16px arial, sans-serif;
	background: url(images/separator.gif) no-repeat right center;
}

ul.nav-main li a {
	display:block;
	padding: 16px 16px 0 16px;
	height: 35px;
	color: #ffcc00;
	font: 16px arial, sans-serif;
	text-decoration:none;
}

ul.nav-main li a:hover {
	color:#ffcc00;
}



ul.nav-main *.list {
	padding-right: 22px;
	background: url(images/navigation-arrow.gif) no-repeat right top;
}



ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:10px;
	top: 48px;
	left: 0;
	z-index: 598;
	background: #353535 url(images/dropdown-list-bg.gif) repeat-x left top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}


ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 27px;
	float: none;
	width:145px;
	border-bottom: 1px solid #5a5a5a;
	background: none;
}

ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	width:145px;
	background: none;
	font: 14px arial, sans-serif;	
}
