BODY {
	FONT-SIZE: 12pt; COLOR: white; FONT-FAMILY: Arial, Helvetica, sans-serif
}
IMG.logo {
	POSITION: absolute
}
.navStuff {
	DISPLAY: none
}
A:unknown {
	content: ' [' attr(href) '] '
}
A:link {
	FONT-WEIGHT: bold; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
	FONT-WEIGHT: bold; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: blue; TEXT-DECORATION: underline
}

/**** specs for .ASPX page  **/

/***Layout specs****/

#Wrapper
{
	display:none;
}

#TopMenu
{
	width: 750px;
/*	position: absolute;*/
	top: 15px;
	height: 21px;
}

#Banner
{
	Display:none;
}

#MainBody
{
/*	position:absolute;*/
	top:0px;left:0;
	background-color:#FFFFFF;
	display:inline-block;
	width:750px;
	float:none !important;
	
}

#Footer
{	display:inline-block;
	background-color:#000000;
	position: relative;
	width: 750px;
	height: 40px;
	text-align:center;
	font-size:.8em;
}

#SubHead
{
	display: inline-block;
	left: 0px;
	float: none;
	width: 750px;
	position: absolute;
	top: 170px;
	background-color: #000000;
}

#Title
{
	display: none;

}	

#EcommMenu
{
	display:none;
}


#LeftMenu
{
	display:none;
}

#RightBody
{
	position:absolute;
	top:0;left:0px;
	background-color:#F7F4DD;
	display:inline-block;
	width:634;
	padding-left:5px; padding-right:5px;
}

#RightFooter
{
	font-size: 0.8em;
	width: 634px;
	color: #000000;
	position: relative;
	height: 40px;
	background-color: #f7f4dd;
	text-align: center;
}

/**********************************************************************************************************/
/*  Page Elements: datagrids, datalists, buttons, labels, txtboxes, dropdown lists, etc					  */						
/**********************************************************************************************************/

.LeftMenuDataGrid
{	
	display:none;
}

.LeftMenuItemStyle
{
	border-right: #ffffff 2px outset;
	padding-right: 2px;
	border-top: #ffffff 2px outset;
	margin: 2px;
	border-left: #ffffff 2px outset;
	border-bottom: #ffffff 2px outset;
	background-color: #f7f4dd;
	text-align: center;
}

.LeftMenuHeaderStyle
{
	font-weight: bold;
	background-color: #f7f4dd;
	text-align: center;
}

.DataGridRight
{
	width: 522px;
	background-color: #000000;
	padding-right:5px;
}

.DataGridRightHeader
{
	font-weight: bold;
	color: #f7f4dd;
	background-color: maroon;
	font-size:12px;
}

.DataGridRightAltStyle
{
	color: #000000;
	margin-right: 10px;
	background-color: #ffffff;
	font-size:10px;

}

.DataGridRightItem
{
	color: #000000;
	margin-right: 10px;
	background-color: #ffffff;
	font-size:10px;
}

.DataGridRightSeparator
{
	border-right: #ffffff thin double;
	border-top: #ffffff thin double;
	border-left: #ffffff thin double;
	color: #ffffff;
	border-bottom: #ffffff thin double;
	background-color: #ffffff;
}

.DataListRight
{
	width: 522px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #000000;
	border-bottom-style: none;
}

.ErrorMessage
{
	color: #ff0000;
	background-color:#f7f4dd;
	font-size:.8em;
}

.SearchBtn
{
	width:60px;	
}

.LinkBtnJRight
{
	width:160px;
	background-color:#f7f4dd;
	text-align:right;	
}

.DropDownList
{
	width:325px;
	background-color:#ffffff;

}

.lblRightJLeft
{
	background-color:#f7f4dd;
	Width:356px;
	
}