html, body {
	background-image: url(../images/bground_top.jpg);
	background-repeat: repeat-x;
	text-align: center;
	min-width: 900px;
	margin-top: 20px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	color: #000000;
}


/* link styles */

.links {
	
}

	.links A:link,
	.links A:visited,
	.links A:active {
		color: #1862A3;
		text-decoration: none;
	}


	.links A:hover {
		color: #1862A3;
		text-decoration: underline;
	}
	

/* img styles */

	img {
		border: none;
	}
	
	
	img.nav {
		padding-bottom: 5px;	
	}
	
	
	img.pageSubNav {
		padding-top: 5px;	
	}


#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 900px;
}


#header {
	background-image: url(../images/bground_header.jpg);
	text-align: left;
	width: 100%;
		
}


#headerLeft {
	text-align: left;
	float: left;
	width: 400px;
}


#headerRight {
	text-align: right;
	float: right;
	width: 100px;
}


#featureHome {
	text-align: left;
	background-image: url(../images/bground_featurehome.jpg);
	height: 275px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

	#navPane {
		width: 165px;
		font-size: 2pt;
		float: left;
		height: 275px;
	}
	
	
	#featurePane {
		width: 550px;
		height: 275px;
		float: left;
	}
	
	
	#sponsorPane {
		width: 175px;
		float: right;
		height: 275px;
		
	}


#mainContent {
	clear: both;
	text-align: left;
	padding-top: 10px;
}


	#mainTextHome {
		width: 550px;
		float: left;
	}
	
	
	#leftContentBox {
		width: 165px;
		float: left;
	}
	
	
	#rightContentBox {
		width: 175px;
		float: right;
	}
	
	#mainTextPage {
		width: 725px;
		float: right;
	}
	
		
	#banner {
		clear: both;
		padding-top: 15px;
		padding-bottom: 15px;
	}

#copyright {
	font-size: 8pt;
	color: #656668;
}


/* text styles */

	.pageSubtitle {
		color: #1862A3;
		font-weight: bold;
		font-size: 11pt;
	}
	
	.formCheckboxes {
		text-align: left;	
	}
