

/*********************************************************
	OVERALL SITE HTML DISPLAY RULES

	These styles are used to define the default layout
	rules we apply to elements in every page.  Some examples 
	of these rules would be:

	--All links are not underlined
	--All pages have 0 pixel page margins in the web browser
**********************************************************/

body{
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	height: 98%;
	background-color: #f6f5f2;
	background-image:url(/commonImages/dropShadowTopNavf6f5f2.gif);
	background-repeat:repeat-x;}

a:link, a:visited, a:hover {text-decoration: none;}



/********************************************************
	FOOTER COMPONENT STYLES

	These styles are used to dimension and position 
	elements in the footer.  It also defines the font size,
	color, and family to use for various elements
********************************************************/
	
#footerHolder{padding-left:5px;}

#footerMainNavigationLinks{
	display: inline;
	float:left;
	width: 69%;
	margin-bottom:0px;}
#footerMainNavigationLinks A:link{color:#0F0272;}
#footerMainNavigationLinks A:visited{color:#0F0272;}
#footerMainNavigationLinks A:hover{color:#0F0272;}

#privacyPolicyLink{
	display: inline;
	float: right;
	text-align: right;
	margin-bottom:0px;
	width: 28%;}
#privacyPolicyLink A{color:#0F0272;}

#footerHorizontalSeparator{
	float:left;
	clear:both;
	min-width:765px;
	width:765px;
	height:1px;
	line-height:1px;
	font-size:1px;
	background-color:lightgrey;
	padding:0px;
	margin:0px;}

#copyrightStatement{
	float:left;
	clear:left;
	display: inline;
	width: 69%;}
#copyrightStatement A{color:#0F0272;}

#logicLabsStatement{
	display: inline;
	float: right;
	text-align: right;
	width: 28%;}
#logicLabsStatement A{color:#0F0272;}
	
.footerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: left;}
	
/********************************************************
	TABLE OF CONTENTS  STYLES

	These styles used for the table of contents 
	for Home page and Site Map
********************************************************/	
	
.TOC-BodyText {
	font-family: arial;
	font-size: 11px;
	color: #452b11;
	text-decoration:none;
	line-height: 5pt;
	padding-top:7px;
	margin-bottom:0px;
	padding-left:12px;}

.TOC-HeaderText {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color:#452b11;
	text-decoration:none;
	line-height: 5pt;
	padding-top:11px;
	margin-bottom:0px;
	padding-left:10px;}
	
#TocSiteMap-BodyText {
	font-family: arial;
	font-size: 11px;
	color: #452b11;
	text-decoration:none;
	line-height: 6pt;
	padding-top:5px;
	padding-left:16px;}
#TocSiteMap-HeaderText {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #452b11;
	text-decoration:none;
	line-height: 9pt;
	padding-top:12px;
	margin-bottom:0px;
	padding-left:10px;}
	
	#siteMapHeader {
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
	color:#452b11;
	xbackground-color:#0f4954;
	height:20px;
	width:236px;
	text-decoration:none;
	margin-bottom:0px;
	xborder-right:1px solid #0f4954;
	xborder-left:5px solid #0f4954;
	padding-top:2px;
}

#TOCLink A:link {color:#452b11;text-decoration:none;}
#TOCLink A:visited {color:#452b11;text-decoration:none;}
#TOCLink A:hover {color:#6d3e10; text-decoration:underline;}
#TOCLink A:active {color:#452b11;text-decoration:none;}

a.TOClink:link {color:#452b11;text-decoration:none;}
a.TOClink:visited {color:#452b11;text-decoration:none;}
a.TOClink:hover {color:#6d3e10;}
a.TOClink:active {color:#452b11;text-decoration:none;}

.homePageCityHeaderLink {font-family:Arial, Helvetica, sans-serif;font-weight:bold; font-size: 8.5pt; color:#990000;}
.homePageCityHeaderLink A:link {color:#990000;text-decoration:none;}
.homePageCityHeaderLink A:visited {color:#990000;text-decoration:none;}
.homePageCityHeaderLink A:hover.noStyleSiteNavLink {color:#cc0000; text-decoration:underline;}
.homePageCityHeaderLink A:active {color:#990000;text-decoration:none;}
