body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#336699;
	font-size:12px;
}
div#MastheadFull
{
	height:110px; 
}
div#MastheadPos
{
	height:110px; 
	background-image:url(../images/format-1/bg-header.jpg);
}
.SiteNameText
{
	font-size: 24px;
	font-weight:normal;
	color: #000000;
	padding-top:15px;
	padding-left:5px;
	float:left;
}
.TaglineText
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-top:25px;
	padding-right:10px;
	float:right;
}
div#ToolbarFull
{
}
div#ToolbarPos
{
	/***
	 * For Netscape/Mozzilla, setting the height here is the easiest way
	 * to get the height of ToolBarFull and ToolbarPos to match up correctly.
	 * Consider this to be the overall height of the toolbar.  This implies
	 * that this number should be increased to accommodate the tallest design
	 * element contained within the toolbar.
	*/
	height:0px; 
}
div#SearchPos
{
	/***
	 * Choose float:left or float:right. One or the other is required.
	 */
	/*
	float:left;
	*/
}
div#ShoppingCartPos
{
	/***
	 * Choose float:left or float:right. One or the other is required.
	 */
	/*
	float:right;
	*/
}
.ToolbarText
{
}
div#TopSpacer
{
/*	
	height:0px;
*/
}
div.Spacer
{

	height:0px;

}
div.MenuPos a
{
	/***
	 * OPTIONAL
	 *
	 * Comment out the display:block to make the link area only the link word 
	 * rather than the full width of the menu.  
	 *
	 * Generally use this for links without an a:hover{background-color}.
	
	display:block; */
}
/***
 * Any formatting that applies to the *Pos divs will stretch to the full
 * height of the menu.
 */
div#SiteMenuPos
{

	background-color:#668CB3;
	
}
div#NoCatalogSiteMenuPos
{

	background-color:#668CB3;
}
div#SiteMenuFormat
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	padding-top:5px;
	padding-right:0px;
	
	
}
.TopPageMenuGroup
{
	padding-bottom:6px;
}
.TopPageMenuText
{
	font-size: 11px;
	color: white;

}
.TopPageMenuText div#current
{
	font-weight:bold;
	color: Black;

}
.TopPageMenuText a
{
	text-decoration:none;
	color: white;
}
.TopPageMenuText a:hover
{
	text-decoration:underline;
	color: White;

}
.TopPageMenuText a:visited
{
	text-decoration:none;
	color: white;
}
.SubPageMenuText
{
	font-size: 11px;
	color: Black;
	margin-left:6px;
}
.SubPageMenuText div#current
{
	font-weight:bold;
	color: Black;
	
}
.SubPageMenuText a
{
	text-decoration:none;
	color: white;
}
.SubPageMenuText a:hover
{
	text-decoration:underline;
	color: White;
	
}
.SubPageMenuText a:visited
{
	text-decoration:none;
	color: white;
}
div#CatalogMenuPos
{
	background-image:url(../images/format-1/bg-catalog.gif);
	background-repeat:repeat;
	background-color:#668CB3;
}
div#NoCatalogMenuPos
{
	background-image:url("../images/format-1/bg-catalog.gif");
	background-repeat:no-repeat;

}
div#CatalogMenuFormat
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}
div.CatalogHeaderMenuGroup
{
	padding-bottom:3px;
}
.CatalogHeaderMenuText 
{
	font-size: 12px;
	color: Black;
	background-color:White;
}
.CatalogCategoryMenuText 
{
	font-size: 12px;
	color: Black;
	background-color:White;
	margin-left:13px;
}
.CatalogCategoryMenuText div#current
{
	font-weight:bold;
	color: Black;
	background-color:White;
}
.CatalogCategoryMenuText a
{
	text-decoration:none;
}

.CatalogCategoryMenuText a:hover
{
	text-decoration:underline;
	color: White;
	background-color:Black;
}
.CatalogCategoryMenuText a:visited
{
}
div#BodyFull
{
/*
	background-color:#666666;
	background-image:url(../images/format-1/bg-body.jpg);
*/
}
/***
 * BodyPos spans across only 760px horizontally.
 */
div#BodyPos
{
/*	
	background-color:#ffffff;
	background-image:url(../images/format-1/bg-body.jpg);
*/
	border-right:2px solid #668CB3;
	border-bottom:2px solid #668CB3;
	
}
div#PageContentPos
{
	background-color:#FFFFFF;
	/*height:400px;*/
}
.SiteText 
{
	font-size: 11px;
	color: #000000;
}
div#BottomSpacer
{
/*	
	height:0px;
*/
}
div#FooterFull
{
	/***
	 * If the design requires that "FooterFull" appear, then
	 * ensure that the "height" attribute is set the same as the height
	 * height attribute of the "FooterPos" element.
	 */
/*
	height:24px;
	background-image:url(../images/format-1/bg-footer.jpg);
*/
}
div#FooterPos
{
	
	padding-left:1px;
/*
	background-color:#666666;
*/
}
.FooterText
{
	font-size: 9px;
	padding-top:10px;
	margin-left:3px;
	color:#FFFFFF;
}

.HelpLinks
{
	width:130px;
	height: 350px;
	Color:white;
	Font-size:11px;
	font-weight:bold;
	background-image:url(../images/format-1/bg-footer-table.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	position:absolute;
	top:139px;
	left:630px;
	z-index:3;
	
}
.HelpLinks a
{
	color:white;
	text-decoration:underline;
	font-weight:bold;
	
}
.HelpLinks a:hover
{
	color:white;
	text-decoration:none;
	font-weight:bold;
}
.HelpLinks a:visited
{

}

table{margin:0px; padding:0px;}
tr{margin:0px; padding:0px;}
td{margin:0px; padding:2px;font-size:12px;}
table p{font-size:12px; margin:0px; padding:2px;}
.tableTitle, .tableDate, .tableLink{color:#ffffff; font-size:14px; font-weight:bold;}

