/* Styles used by the Madison Meditation Circle of Self-Realization Fellowship Web site */

.maindiv {
      width: 1250px;
	  border-color:navy;
	  border-style:solid;
	  border-width:1px;
	  padding:4px;
	  margin-right: auto;
	  margin-left: auto;
}

.center {
      text-align: center;
}
.hilight {
	  color: #FF0000;
	 }
.heading {
	  color: #FFFF00;
	  background-color: #0000FF;
	 }

.section {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #0000FF;
}


.ocher {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #FF9900;
    font-size:2ex;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	color: #000080;
	text-align: center;
	padding: 6px;
	font-variant: normal;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #0000CC;
	text-align: center;

}
.emphasis {
	font-style: italic;
	color: #FF0000;
}
.quoteAuthor {
	font-style: italic;
	color: #000099;
}

.orange {
    color: #FF9900
}

.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}

.navy {
	color: #000099;
}

.blueBold {
	color: #0000FF;
	font-weight: 600;

}
.redBold {
	color: #FF0000;
	font-weight: 600;

}
.redSansSerif {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.headingdarkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5ex;
	color: #FFFF99;
	background-color: #003366;
	text-align: center;
}

.menuText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF33;
	text-align: center;
    text-decoration:underline;
}

.navyBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: 600;
}

.photoCaption {
	font-size:small;
}

.newPrintPage {
	page-break-after: always;
}

.clearboth      {clear:both}
