@charset "utf-8";
/* CSS Document */
<style type="text/css"> 

<!--This is the CSS for the body of the Home page for the Grand Chapter on the oescal.org website, GCC/index.htm-->
.mainBody { 
}
.mainBody .weCareBBoardBody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	background-color: transparent;
	margin: 1em;
	border: 0;
	padding: 0;
}
.mainBody .weCareBBoardBody p{
	text-align: center;
	margin: 0;
}
.mainBody .weCareBBoardBody .caption{
	padding-top: 6em;
	text-align: center;
}
.mainBody .weCareBBoardBody h2{
	font-size: 120%;
	text-transform: uppercase;
	text-align: center;
}
.mainBody .weCareBBoardBody .pictureLeft {
}
.mainBody .weCareBBoardBody .pictureLeft img{
	float: left;
}
.mainBody .weCareBBoardBody .pictureRight {
}
.mainBody .weCareBBoardBody .pictureRight img{
	float: right;
}
