/* 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;
	font-size: 14px;  /* Sets the standard text size to 14px */
}

li
{
	font-size: 14px; /* Sets the standard text size to 14px */
}

td
{
	font-size: 14px; /* Sets the standard text size to 14px */
}

/* 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;
}


.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;
}

/* 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 */
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};




