/* Style Sheet used for whole site (in root directory) */

body 
{
	background-color: #FFFFFF;
	background-repeat: repeat-x; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;
}

/* Style used for all generic text blocks */
.StandardText
{
	font-size:14px;
}

/* Style used for bold text in all generic text blocks */
.StandardBoldText
{
	font-size:14px;
	font-weight: bold;
}

/* Sytle used for page name, which is immediately under the page breadcrumbs */
/*
.PageNameHeader
{
	font-size:18px;
	font-weight:bold;
	color:#0073AA;
	padding-bottom:18px;
}
*/

.h1PageNameHeader
{
	font-size:18px;
	font-weight:bold;
	color: #0073AA;
	margin-top: 0em; /* put no space below */
}

.contentSectionTable
{
	border:1px solid; 
	border-top-color:#D1D1D1;
	border-left-color:#D1D1D1; 
	border-right-color:#D1D1D1; 
	border-bottom-color:#D1D1D1; 
	padding=0;
	spacing=0;
/*	width=100%; */
}

.BreadCrumbBox
{
	float:center;
	border:1px solid; 
	border-top-color:#D1D1D1;
	border-left-color:#D1D1D1; 
	border-right-color:#D1D1D1; 
	border-bottom-color:#D1D1D1; 
	background-color:#F2F2F2;
	padding=2px;
	spacing=2px;
	width=98%
}

/* Box on the upper left of many pages allowing customers to sign up for newletter */

.NewsletterSubscribeBox
{
	border:1px solid; 
	border-top-color:#D1D1D1;
	border-left-color:#D1D1D1; 
	border-right-color:#D1D1D1; 
	border-bottom-color:#D1D1D1; 
	width=100%;
	padding=2px;
	spacing=2px;
}

/* Box on the upper left of many pages showing options for customers */
.CustomerOptionsBox
{
	border:1px solid; 
	border-top-color:#FF9933;
	border-left-color:#FF9933; 
	border-right-color:#FF9933; 
	border-bottom-color:#FF9933; 
	width=100%;
}

.homePageSection
{
	border:1px solid; 
	border-top-color:#D1D1D1;
	border-left-color:#D1D1D1; 
	border-right-color:#D1D1D1; 
	border-bottom-color:#D1D1D1; 
	
}

.generalFullWidthContainer
{
	width=100%;
	padding=0px;
	spacing=0px;
}

/* Style for individual sections within the left navigation bar  */
.leftNavSection
{
	width=100%;
	padding=2px;
	spacing=0px;
}

.orangeLeftNavSection
{
	width=100%;
	padding=2px;
	spacing=0px;
	border:1px solid; 
	border-top-color:#FF6600;
	border-left-color:#FF6600; 
	border-right-color:#FF6600; 
	border-bottom-color:#FF6600; 

}

a.leftNavHyperlink:link    {font-size: 10pt; text-decoration: none};
a.leftNavHyperlink:visited {font-size: 10pt; text-decoration: none};
a.leftNavHyperlink:hover   {font-size: 10pt; text-decoration: underline};
a.leftNavHyperlink:active  {font-size: 10pt; text-decoration: none};

a.topNavHyperlink:link    {color: #666666; font-size: 12pt; text-decoration: none; font-weight: bold};
a.topNavHyperlink:visited {color: #666666; font-size: 12pt; text-decoration: none; font-weight: bold};
a.topNavHyperlink:hover   {color: #0073AA; font-size: 12pt; text-decoration: none; font-weight: bold};
a.topNavHyperlink:active  {color: #666666; font-size: 12pt; text-decoration: none; font-weight: bold};

a.footerHyperlink:link 	  { font-size: 10pt; color: #ffffff; text-decoration: none};
a.footerHyperlink:visited { font-size: 10pt; color: #ffffff; text-decoration: none};
a.footerHyperlink:hover   { font-size: 10pt; color: #ffffff; text-decoration: underline};
a.footerHyperlink:active  { font-size: 10pt; color: #ffffff; text-decoration: none};

a.highlightedHyperlink:link    { font-size: 10pt; color: #FF6600; text-decoration: underline; font-weight: bold };
a.highlightedHyperlink:visited { font-size: 10pt; color: #FF6600; text-decoration: underline; font-weight: bold};
a.highlightedHyperlink:hover   { font-size: 10pt; color: #FF6600; text-decoration: underline; font-weight: bold};
a.highlightedHyperlink:active  { font-size: 10pt; color: #FF6600; text-decoration: underline; font-weight: bold};

/* NOT for Home Page */
.breadcrumbsCurrent { color: #000000; font-weight: bold; font-size: 10pt; text-decoration: none};

a.breadcrumbsNavHyperlink:link    {color: #3367CD; font-weight: bold; font-size: 10pt; text-decoration: none};
a.breadcrumbsNavHyperlink:visited {color: #3367CD; font-weight: bold; font-size: 10pt; text-decoration: none};
a.breadcrumbsNavHyperlink:hover   {color: #3367CD; font-weight: bold; font-size: 10pt; text-decoration: underline};
a.breadcrumbsNavHyperlink:active  {color: #3367CD; font-weight: bold; font-size: 10pt; text-decoration: none};

a.headerNavHyperlink:link    {font-size: 10pt; text-decoration: underline};
a.headerNavHyperlink:visited {font-size: 10pt; text-decoration: underline};
a.headerNavHyperlink:hover   {font-size: 10pt; text-decoration: none};
a.headerNavHyperlink:active  {font-size: 10pt; text-decoration: underline};





