    * { padding: 0; margin: 0; }

	body {
	 /*font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;*/
	 color: #000;
	 background: #111111;
	}
	
	p {
	 padding: 10px;
	}
	
	#mainWrapper { 
	 margin: 0 auto;
	 width: 768px;
	 /*border: 1px solid #333333;*/
	}
	
	#contentWrapper {  
	 float: left;
	 color: #333;
	 background: #FFFFFF url(../siteimages/ssbg-connect.jpg) no-repeat;
	 height: 290px;
	 width: 768px;
	 display: inline;
	 border-left: 1px solid #333333;
	 border-right: 1px solid #333333;
	}
		div#flashcontentBox {
			margin:24px auto;
		}
	
	/* START - Used for Second Sheet Layout */
	#contentWrapperSecond {  
	 float: left;
	 color: #333;
	 background: #FFFFFF url(../siteimages/ssbg-connect.jpg) no-repeat;
	 height: 135px;
	 width: 768px;
	 display: inline;
	 border-left: 1px solid #333333;
	 border-right: 1px solid #333333;
	}
		div#flashcontentBoxSecond {
			margin:24px auto;
		}
	/* END - Used for Second Sheet Layout */
	
	
	#topmargin{
	  height:8px;
	}
	#bottommargin{
	  height:8px;
	}
	.bottomtopmargin{
	  background:#111111;
	  width:768px;
	  overflow:hidden;
	}
	
	#headerWrapper {
	 color: #bbb;
	 font-size: 9px;
	 width: 768px;
	 float: left;
	 height: 128px;
	 background: #222222;
	 border-top: 1px solid #333333;
	 border-left: 1px solid #333333;
	 border-right: 1px solid #333333;
	}
		#headerTop {
			width: 768px;
			height: 115px;
			background: #222222 url(../siteimages/header_top.gif) no-repeat;
		}
			#headerText {
				float:left;
				margin-top: 94px;
				margin-left: 10px;
			}
			#headerMenu {
				float: right;
				margin-top: 5px;
				margin-right: 10px;
			}
		#headerLineC {
			width: 768px;
			height: 5px;
			background: #121212;
		}
		#headerLineB {
			width: 768px;
			height: 5px;
			background: #184e83;
		}
		#headerLineA {
			width: 768px;
			height: 3px;
			background: #b1d235;
		}
	
	#footerWrapper { 
	 width: 768px;
	 /*height: 383px;*/
	 clear: both;
	 color: #bbb;
	 font-size: 9px;
	 background: #222222;
	 border-left: 1px solid #333333;
	 border-right: 1px solid #333333;
	 border-bottom: 1px solid #333333;
	}
		#footerLineA {
			width: 768px;
			height: 3px;
			background: #b1d235;
		}
		#footerLineB {
			width: 768px;
			height: 5px;
			background: #184e83;
		}
		#footerLineC {
			width: 768px;
			height: 5px;
			background: #121212;
		}
		
		#footerBottom {
			width: 768px;
			min-height: 350px;
  			height: auto !important; 
 			height: 350px;
			background: #222222 url(../siteimages/footer_bottom.gif) no-repeat;
		}
			#footerContent {
				float: right;
				width: 300px;
			}
		
		#footerBottomSecond {
			width: 768px;
			min-height: 505px;
  			height: auto !important; 
 			height: 505px;
			background: #222222 url(../siteimages/footer_bottom.gif) no-repeat;
		}
			#footerContentSecond {
				margin-left: auto;
				margin-right: auto;
				width: 720px;
				/*background: transparent  url(../siteimages/macFFBgHack.png) repeat;*/
				background: transparent  url(../siteimages/macFFBgHack-gray.png) repeat;
				border: 2px solid #333333;
			}
		#footerTopMargin {
		  height: 12px;
		}
		#footerBottomMargin {
		  height: 12px;
		}
		
		#footer {
			width: 768px;
			height: 20px;
			background: #222222;
		}
			#footerText {
				float: left;
				margin-bottom: 5px;
				margin-left: 10px;
			}

/********************** GLOBAL STYLES ***************************/
.float_clear {
	clear: both;
}

/********************** LAYER STYLES ***************************/
.hideLayer {
	visibility: hidden;
}
.showLayer {
	visibility: visible;
}
.collapseLayer {
	display: none;
}
.expandLayer {
	display: block;
}
