@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
 
/* Modify what links are diplayed in the Nav Sidebar */
#sidebar1 {
}
#sidebar1 #GCCHomeLink{
	display: none;
}
This is the CSS for the body of the Home page for the Grand Chapter on the oescal.org website, GCC/index.htm
.mainBody { 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18pt;
	background-color: #FFFFFF;
	margin: 1em;
	border: 0;
	padding: 20px 0;
}
.mainBody #pageTitle{
	padding: 0;
	border: 0;
	margin: 1em 0;
	font-family: inherit;
	font-size: x-large;
	font-weight: bold
}
.mainBody .InformationAreaTitle{
	font-family: inherit;
	font-size: medium;
	font-weight: bold;	
}
.mainBody .InformationArea {
	width: 100%;
	margin: 0 auto;
	font-family: inherit;
	font-size: 0.9em;
	background-color: transparent;
	text-align: center;
}
.mainBody .InformationArea p{
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
}
.mainBody .InformationArea h1{
	font-size: x-large;
	padding: inherit;
	border: 0;
	margin: 0.3em inherit;
}
.mainBody .InformationArea h2{
	font-size: large;
	text-transform: uppercase;
	padding: inherit;
	border: 0;
	margin: 0.5em inherit;
}
.mainBody .InformationArea h3{
	font-size: inherit;
	padding: inherit;
	border: 0;
	margin: 0.25em inherit;
}
.mainBody .InformationArea img{
	padding: 0;
	border: 0;
	margin: 0 4em;
	width: 200px;
	height: 200px;
}
.mainBody .WGMMessage {
	padding: 0;
	border: 0;
	margin: 0;
}
.mainBody .WGMMessage p{
	font-size: 18px;
	padding: 0;
	border: 0;
	margin: 0 2em;
}
.mainBody .WGMMessage h1{
	font-size: 2em;
}
.mainBody .WGMMessage a{
	color: #CC0000;
	text-decoration: none;
}
.mainBody .WGMMessage a:visited{
	color: #006600;
}
.mainBody .WGPMessage {
	padding: 0;
	border: 0;
	margin: 0;
}
.mainBody .WGPMessage p{
	font-size: 18px;
	padding: 0;
	border: 0;
	margin: 0 2em;
}
.mainBody .WGPMessage h1{
	font-size: 2em;
}
.mainBody .WGPMessage a{
	color: #CC0000;
	text-decoration: none;
}
.mainBody .WGPMessage a:visited{
	color: #006600;
}

