body	
		{
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 80%;
  		color: #2f4f4f;
		margin: 0px;
  		padding: 0px;
  		background-color: #ffffff;
    }
    		
#pgWrapper	{ 
		width: 100%;
		height: auto;
		text-align: left;
		background: url(../images/home/backer.jpg) repeat;
		}

#globalBlue 	{
  		background-color: #244777;
	}

/* Nov 2008  took out	overflow: hidden;   in pgWrapper   */



/* mid section */

#cntWrapper	{
	margin-top: 5px;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	background: url(../images/common/16thstint.jpg) repeat;
	}

#pgTitle	{
	width: 849px;
	height: 60px;
	margin-left: 11px;
	}
	
#pgTitlePad	{ 
	margin-left: 11px;
	}
	
#singleCol		{
	clear: both;
	float: left;
	width: 845px;
	height: auto;
	border: 0px #ccc solid;
	margin-left: 15px;
	font-size: 85%;
	}
	
#colWrapper		{
	width: 890px;
	min-width: 890px;
	}

#leftCol	{
	clear: both;
	float: left;
	width: 215px;
	height: auto;
	border: 0px #ccc solid;
	margin-left: 15px;
	font-size: 85%;
	}

#rightCol		{
	float: left;
	width: 630px;
	height: auto;
	border: 0px #cc0000 solid;
	font-size: 85%;
	}
		/* Nov 2008 took out 	overflow: hidden; in cntWrapper and Cols */


	
	
/* leftNav alignment tags */

#leftColNav	{
	width: 190px;
	border-top: 1px #ccc solid;
	}

.leftNav	{
	width: 190px;
	height: 21px;
	border: 1px #ccc solid;
	border-top: 0px;
	background-color: #e7f0f9;
	font-size: 11px
	}
	
.leftNavON	{
	width: 190px;
	height: 21px;
	border: 1px #ccc solid;
	border-top: 0px;
	background-color: #ffffcc;
	font-size: 11px
	}
	
.navLPad	{
	padding: 5px;
	}
    			
.navLPadON	{
	padding: 5px;
	background-color: #ffffcc;
	}

    			
/* footer secondary */

#footerS	{
	clear: both;
	font-size: 11px;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 31px;
	margin-left: auto;
	margin-right: auto;
	}
    
