body {
	color: #B22234;
	background-color: white;
	background-color: #3C3B6E;
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 120%;
  text-align: center;
  color: black;
}
h1.paddedAbove {
  padding-top: 40px;
}

h2, h3, h4 {
	font-size: 110%;
}
h2 {
	color: #3C3B6E;
  font-style: italic;
}
h2.paddedAbove {
  padding-top: 30px;
  margin-bottom: 8px;
}
h2.topics { 
  font-size: 115%;
  padding-top: 15px;
}
.underl { 
  text-decoration: underline;
}
.italic { 
  font-style: italic;
}
.center { 
  text-align: center;
}
.justify {
  text-align: justify;
}
p.smallSpaceTop { 
  padding-top: 0px;
  margin-top: 0px;
}
td,th {
	color: #0B9A0B;
  font-size: 90%;
  font-weight: bold;
}
a {
  text-decoration: none;
}
a:hover {
	font-style: italic;
}
#topNav {
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin: 10px 10px 20px 10px;
  text-align: center;
	background-color: #3C3B6E;
}
#topNav a:link {
	color: white;
}
#topNav a:visited {
	color: white;
}
.largerText { 
  font-size: 110%;
}
.largeDot {
  font-size: 250%;
  vertical-align: -10%;
	color: white;
	color: #B22234;
}

#wrapper {
	top: 10px;
	width: 870px;
  margin: 15px auto;
  padding: 20px 20px 20px 20px ;
  background-color: #B22234;
}
#flashBanner {
  background-color: #B22234;
  margin: 0 0 15px 10px;
  padding: 0;
}
#centerBlock { 
  text-align: center;
  padding: 10px 20px;
  margin: 10px;
	background-color: #3C3B6E;
	background-color: white;
}
#centerInvite { 
  text-align: center;
  padding: 10px;
  margin: 20px 10px 10px 10px;
	background-color: white;
	background-color: #3C3B6E;
}
.flagRedBG { 
  background-color: #3C3B6E;
}
#centerText {
  color: black;
	background-color: white;
  margin: 10px;
  padding: 10px 20px;
	font-size: 90%;
}
#centerText a:link {
	color: #3C3B6E;
  font-weight: bold;
}
#centerText a:visited {
	color: #3C3B6E;
  font-weight: bold;
}
#centerText p {
	margin-bottom: 30px;
}
#mainText { 
  color: black;
	background-color: white;
  margin: 10px;
  padding: 10px 20px;
  font-size: 110%;
  font-weight: bold;
  text-align: justify;
}
#mainText p {
	margin-bottom: 30px;
}
