
html, body {
	margin: 0; padding: 0; border: 0;
	font-family:arial;
	height: 100%;
	}
	
.mainContent, .text, TD {
	margin: 0; padding: 0; border: 0;
	font-family:arial;
	font-size:12px;
	}	


.textBold 
{
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
}	
	

	
/* specific layout */

#mainFrame {position: absolute; left: 1px; top: 1px; width: 762; z-index: 5; visibility: visible;}
#pageIdentifier {
	border:0px solid black; 
	position: relative; 
	width: 762; 
	z-index: 5; 
	visibility: visible; 
	text-align:right;
	font-family:Arial;
	font-size:10px;
	color:#CCCCCC;
	}
	
#leftColumn {
	height: 100%;
	}

#rightColumn {
	height: 100%;
	}

.boxCalloutRight { 
	padding: 13px; 
	border-bottom : 1px solid #FFFFFF;
	background: #CCCCCC;
	font-family:Arial;
	font-size:11px;
	color:#000000;
	width:167px;
	}
	
.boxCalloutRightNoPadding { 
	border-bottom : 1px solid #FFFFFF;
	background: #CCCCCC;
	}

.boxCalloutMain { 
	padding: 13px; 
	background: #CCCCCC;
	font-size:11px;
	}
	
.homeBoxCalloutRightNoBorder {
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	padding:0px 20px 20px 20px;
	background:#999999;
	}
	
.homeBoxCalloutRightNoPaddingNoBorder {
	background: #999999;
	}	
	
.boxCalloutBorderTop {
	border-top: 1px solid #FFFFFF;
	padding: 13px; 
	background: #CCCCCC;
	font-family:Arial;
	font-size:11px;
	color:#000000;	
	}
	
.boxCalloutBorderTopNoPadding {
	border-top: 1px solid #FFFFFF;
	background: #CCCCCC;
	font-family:Arial;
	font-size:11px;
	color:#000000;	
	}
	
.boxCalloutNoBorderNoPadding {
	background: #CCCCCC;
	}	
			
	
/* Product Section Divs */	
.productsInteriorLeftColumn 
{
	position:relative;
	left:0px;
	width:268px;
	border:0px solid black;
	margin-bottom:20px;
}

		
.productsInteriorRightColumn 
{
	position:relative;
	float:right;
	left:0px;
	width:268px;
	border:0px solid black;
	margin-bottom:20px;
	margin-left:25px;
}

.productsImageBox 
{
	width:auto;
	border:0px solid #CCCCCC;
}

.productsGrayBox 
{
	width:auto;
	background:#CCCCCC;
	border:1px solid #CCCCCC;
	padding:20px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.productsGrayOutlinedBox {
	width:auto;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:20px;
	font-family:Arial;
	font-size:10px;
	color:#000000;
	}


	
/* formatting */
div { margin: 0px; padding: 0px; }
h1  { padding: 2px 10px; margin: 0px; }
p   { padding: 3px 0px 7px 0px; margin: 0px; }
ul  {
	list-style: disc;
	margin-top:2px;
	margin-left: 0;
	margin-bottom:12px;
	padding-left: 2em;
	text-indent: 0em;
	}
li  {
	margin-bottom:2px;
	font-family:arial;
	font-size:12px;
	}
ul ul {
	list-style: disc;
	margin-top:2px;
	margin-left: 0;
	margin-bottom:0px;
	padding-left: 2em;
	text-indent: 0em;	
	} 
ul ul li {
	list-style-type:circle;
	margin-bottom:0px;
	} 

 sub 
 {
	font-size:8px;
 }
 

.indent1 { margin: 2px 0px 4px 0px; }
.indent2 { margin: 14px 0px 4px 30px; }
.indent3 { margin: 2px 0px 4px 60px; }
.indent4 { margin: 2px 0px 4px 90px; }
.indent5 { margin: 2px 0px 4px 120px; }

.navOff { font-size:11px;}
.navOver { font-weight: bold; font-size:11px;}

.whiteLeftBorder { border-left: 1px solid #FFFFFF; }

.searchForm { font-size: 9px; border: 1px solid #666666; }


.header {
	font-size:18px;
	color: #6A437B;
	font-weight: bold;
	}
.MiddleHeader
{
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  color: #6A437A;
}	

.subHeader {
	font-size:12px;
	color: #6A437B;
	font-weight: bold;
	}

.subsubHeader {
	font-size:12px;
	font-weight: bold;
	}
	
.footer { 
	color:#999999;
	font-size: 10px;
	}
	
.error 	{ color:Red; font-size: 12px; font-family:arial;}
	
.textSmall { font-size:10px; }	

.textMedium { font-size : 11px; }
	
.callout {
	font-family:arial;
	font-size: 11px;
	color: #000000;
	}
a.callout {
	font-family:arial;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
	}

a { color: #6A437B;	}
a:hover { color: #442B4F; }	
	
a.footer { 
	color: #999999; 
	font-size: 10px;
	text-decoration:underline;
	}
a.footer:hover { 
	color: #666666; 
	font-size: 10px;
	text-decoration:underline;
	}

td.footer {
	padding:5px 11px 15px 11px;
	text-align:center;
	}

div.secondaryTopNavFlyOutText 
{
	text-align:left;
	background-color: #6A437B;
	display: block;
	padding: 1px 5px 2px 8px;	
	color: #FFFFFF;
	font-family: arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	overflow: visible;
	}

div.secondaryTopNavFlyOutText_On 
{
	text-align:left;
	background-color: #6A437B;
	display: block;
	padding: 1px 5px 2px 8px;	
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px; 
	font-weight:bold;
	text-decoration:none;
	overflow: visible;
	cursor: pointer;
	}
	
div.secondaryTopNavFlyOutText_Over 
{
	text-align:left;
	background-color: #6A437B;
	display: block;
	padding: 1px 5px 2px 8px;	
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px; 
	font-weight:bold;
	text-decoration:none;
	overflow: visible;
	cursor: pointer;
	}	
	
div.secondaryLeftNavFlyOutText 
{
	text-align:left;
	background-color: #999999;
	display: block;
	padding: 0px 15px 0px 15px;	
	color: #FFFFFF;
	font-family: arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	overflow:visible;
	min-height:16px;
	}

div.secondaryLeftNavFlyOutText_On 
{
	text-align:left;
	background-color: #999999;
	display: block;
	padding: 0px 15px 0px 15px;			
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px; 
	font-weight:bold;
	text-decoration:none;
	overflow: visible;
	cursor: pointer;
	min-height:16px;
	}
	
div.secondaryLeftNavFlyOutText_Over 
{
	text-align:left;
	background-color: #999999;
	display: block;
	padding: 0px 15px 0px 15px;	
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px; 
	font-weight:bold;
	text-decoration:none;
	overflow: visible;
	cursor: pointer;
	min-height:16px;
	}	


	
	
img.secondaryLeftNavFlyOut {
	border-bottom: 1px solid #FFFFFF;
	}	
	
	
	
div.tertiaryLeftNavFlyOutText {
	background-color: #999999;
	display: block;
	padding: 1px 4px 1px 8px;	
	color: #FFFFFF;
	font-family: arial;
	font-size: .9em; 
	/* font-size:11px; */
	font-weight:normal;
	text-decoration:none;
	overflow: visible;
	border-left: 1px solid #FFFFFF;	
	}

div.tertiaryLeftNavFlyOutText_Over { 
	background-color: #999999;
	display: block;
	padding: 1px 4px 1px 8px;	
	color: #FFFFFF;
	font-family: arial;
	font-size: .9em; 
	font-weight:bold;
	text-decoration:none;
	overflow: visible;
	border-left: 1px solid #FFFFFF;
	cursor: pointer;
	}	
	
.navWhiteLineSpacer { display: block; background-color:#FFFFFF; height:1px; width:auto;}
.navClearLineSpacer { display: block; background-color:Transparent; height:5px; width:auto;}



	
/* TOP NAVIGATION */

/* Primary Top Nav */
#nav_0 {position: absolute; left:  1px; top: 1px; width: 120px; height: 21px; z-index: 10;}
#nav_1 {position: absolute; left:  131px; top: 1px; width: 120px; height: 21px; z-index: 10;}
#nav_2 {position: absolute; left:  261px; top: 1px; width: 120px; height: 21px; z-index: 10;}
#nav_3 {position: absolute; left:  391px; top: 1px; width: 120px; height: 21px; z-index: 10;}

/* Navigation Styles */
.primaryNav { cursor:pointer;cursor:hand; }
.secondaryNav { margin:2px 0px 0px 29px; cursor:pointer;cursor:hand;  }
.tertiaryNav { margin:2px 0px 0px 37px; cursor:pointer;cursor:hand; }

/* cursor:pointer;cursor:hand; -- used for cross browser support (NS + IE) */
.flyoutTopSecondary {position: absolute; top: 18px; width: 124px; z-index: 15; visibility: hidden; cursor:pointer;cursor:hand; text-align: center;}
.flyoutLeftSecondary {position: absolute; left: 159px; width: 139px; z-index: 15; visibility: hidden; cursor:pointer;cursor:hand; text-align: center; border:0px solid white;}
.flyoutLeftTertiary {position: absolute; left: 159px; width: 148px; z-index: 20; visibility: hidden; cursor:pointer;cursor:hand; text-align: center;}

.flyoutLeftTextSecondary {padding-left:10px; position: absolute; left: 159px; width: 139px; z-index: 15; visibility: hidden; cursor:pointer;cursor:hand; text-align: center; border:0px solid red;}
.flyoutLeftTextTertiary {padding-left:10px; position: absolute; left: 159px; width: 139px; z-index: 15; visibility: hidden; cursor:pointer;cursor:hand; text-align: center; border:0px solid red;}






/* Stock Quote Module */
.stockPurpleBold {
	font-family: Arial;
	font-weight: Bold;
	font-size: 11px;
	color: #6A437B;
	}
	
.stockBlackBold {
	font-family: Arial;
	font-weight: Bold;
	font-size: 11px;	
	color: #000000;
	}
	
.stockBlack {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	}

.stockBlackSmall {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	}
	
.stockQuoteUp {
	font-family: Arial;
	font-size:11px;
	color: #009900;
	font-weight: bold;
	}

.stockQuoteDown {
	font-family: Arial;
	font-size:11px;
	color: #CC3333;
	font-weight: bold;
	}	

/* Table Formatting */
	
	.tableHeader 
	{
		background-color:#6A437B;
		font-family:arial;
		color: white;
		font-weight:bold;
		font-size:12px;
		
	}
	.datagridHeaderStyle
	{
		border-color:black;
		border-style:solid;
		border-width:1px;
	}

	a.tableHeader, a.tableHeader:visited
	{
		background-color:#6A437B;
		font-family:arial;
		color: white;
		font-weight:bold;
		font-size:12px;
		text-decoration:underline;
	}			

	a.tableHeader:hover 
	{
		color: white;
		text-decoration:none;
		font-weight:bold;		
	}
	
	.tableRow
	{
		font-size:12px;
		background-color:white;
	}
	
	.tableRowAlternating 
	{
		font-size:12px;
		background-color:whiteSmoke;
	}	
	.tableCell 
	{
		border-bottom:solid 1px #6A437B;
	}
	
	.chart
	{
		border:0px solid black;
	}
	
	.chart td
	{
		padding:5px;
		vertical-align:text-top;
	}
	
/* Table Formatting */

.tsmTableHeader
{
  color: #FFFFFF;
  background-color: #6A437B;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
}

.tsmTableData
{
  border-bottom: #666666 1px solid;
  padding: 3px;
}