

/*********************************************************
	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: #ffffff;
	background-image:url(/commonImages/dropShadowTopNavf6f5f2.gif);
	background-repeat:repeat-x;}

a:link, a:visited {text-decoration: none;}
a:hover{text-decoration: underline;}
	
	

/********************************************************
	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;}
	
	
	
	
	
/*************************************************************
	SPECULATIVE HTML STYLES
	
	

.siteWebLink-10ptArial-Bold A:link {
	font-family: Arial, Helvetica, Verdana;
	font-size:10pt;font-weight:bold;
	color:#0000ff;text-decoration:none;}
.siteWebLink-10ptArial-Bold A:visited {
	font-family: Arial, Helvetica, Verdana;
	font-size:10pt;font-weight:bold;
	color:#0000ff;text-decoration:none;}
.siteWebLink-10ptArial-Bold A:hover {
	font-family: Arial, Helvetica, Verdana;
	font-size:10pt;font-weight:bold;
	color:#0000ff;text-decoration:underline;}
.siteWebLink-10ptArial-Bold A:active {
	font-family: Arial, Helvetica, Verdana;
	font-size:10pt;font-weight:bold;
	color:#0000ff;text-decoration:none;}
	
.footerLink-8_5ptArial A:link {
	font-family: Arial, Helvetica, Verdana;
	font-size:8.5pt; font-weight:bold;
	color:#512901;text-decoration:none;}
.footerLink-8_5ptArial A:visited {
	font-family: Arial, Helvetica, Verdana;
	font-size:8.5pt; font-weight:bold;
	color:#512901; text-decoration:none;}
.footerLink-8_5ptArial A:hover {
	font-family: Arial, Helvetica, Verdana;
	font-size:8.5pt; font-weight:bold;
	color:#A14523;text-decoration:none;}
.footerLink-8_5ptArial A:active {
	font-family: Arial, Helvetica, Verdana;
	font-size:8.5pt; font-weight:bold;
	color:#512901; text-decoration:none;}
	
	
**************************************************************/