body
	{
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #E6E6E6;
}

.oneColFixCtr #container {
	width: 970px;
	/*background: #000000;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-top: 60px;
}

.oneColFixCtr #mainBorder {
	padding: 0 0px;
	/*background: #FFFFFF;*/
}
	
.oneColFixCtr #mainContent {
	padding: 0 20px; 
}	

h1 
	{
	font-size: large;
	font-weight: bolder;
	color: #666666;
	}

h2 
	{
	font-size: medium;
	font-weight: bold;
	}

h3 
	{
	font-size: medium;
	font-weight: bold;
	}
	
h4 
	{
	font-size: medium;
	}

h5 
	{
	}
	
h6 
	{
	}

form 
	{
	/*background-color: #E4E4E4;*/
	}
 
A:link 
	{
	color: #0000CC;
	}
 
A:visited 
	{
	color: #0000FF;
	}
 
A:hover 
	{
	text-decoration: none;
	color: #0000FF;
	}
 
A:active 
	{
	}

.nav 
	{
	text-decoration: none;
	/*font-weight: bold;*/
	color: #FFFFFF;
	}

.nav:link
	{
	color: #FFFFFF;
	}

.nav:visited
	{
	color: #FFFFFF;
	}

.nav:hover
	{
	color: #b1b1b1;
	}

.nav:active
	{
	color: #FFFFFF;
	}

.footer
	{
	font-size: 75%;
	}

.header
	{
	text-decoration: none;
	color: #FFFFFF;

	}
	
.header:link
	{
	text-decoration: none;
	}
	
.header:active
	{
	}
	
.header:hover
	{
	}	

.header:visited
	{
	}

.top 
	{
	color: #FFFFFF;
	font-weight: bold;
	}

.top:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}

.top:visited
	{
	color: #FFFFFF;
	}

.top:hover
	{
	}

.top:active
	{
	color: #FFFFFF;
	}
	
.h1 
	{
	font-size: large;
	font-weight: bolder;
	color: #FFFFFF;
	}

.h2 
	{
	font-size: medium;
	font-weight: bold;
	}

.h3 
	{
	font-size: medium;
	font-weight: bold;
	}
	
.h4 
	{
	}

.h5
	{
	}	
	
.h6 
	{
	}		
