body	
		{
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 80%;
  		color: #c0c0c0;
		margin: 0px;
  		padding: 0px;
  		background-color: #ffffff;
    }
    		
#pgWrapper	{ 
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: left;
		background-color: #ffffff;
		}

#globalBlue 	{
  		background-color: #244777;
	}



/* mid section */

#cntWrapper	{
	margin-top: 5px;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #244777;
		}

#pgTitle	{
	width: 849px;
	height: 75px;
	margin-left: 11px;
	}
	
#pgTitlePad	{ 
	margin-left: 11px;
	}
	
#singleCol		{
	clear: both;
	float: left;
	width: 845px;
	height: auto;
	overflow: hidden;
	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;
	overflow: hidden;
	border: 0px #ccc solid;
	margin-left: 15px;
	font-size: 85%;
	}

#rightCol		{
	float: left;
	width: 630px;
	height: auto;
	overflow: hidden;
	border: 0px #cc0000 solid;
	font-size: 85%;
	}
	
/* leftNav alignment tags */

.leftNavS	{
	width: 190px;
	height: 21px;
	border: 1px #ccc solid;
	background-color: #e7f0f9;
	font-size: 11px
	}
	
.leftNavSON	{
	width: 190px;
	height: 21px;
	border: 1px #ccc solid;
	background-color: #ffffcc;
	font-size: 11px
	}

.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;
	}
    
