@charset "utf-8";
/* CSS Document */
body{
	background-color: #FFC106;
	font-family: Georgia;
	font-size: 14px;
}
img {
	border: 0px;
}
a, a:visited, a:hover{
	text-decoration: none;
	color: #0466B1;
}
a.navleft{
	font-size: 16px;
}

#MainTable{
	width: 100%;
	border: 3px #0000FF solid;
	background-color: #ffffff
}
#MainTable .leftCol {
	width: 20%;
	
}
#MainTable .centerCol{
	width: 60%;
	padding: 10px 10px 10px 10px;
}
#MainTable .rightCol{
	width: 20%;
	
}
.pageHeader{
	font-size: 30px;
	font-weight: bolder;
	font-variant: small-caps;
}
.sectionHeader{
	font-size: 20px;
	font-weight: bolder;
	font-variant: small-caps;
}
