@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #FFF;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #4887C6;
}
.umctemplate #Box2{
	border: thin groove #630;
}
.umctemplate #Box3{
	border: thin groove #630;
}
.umctemplate #container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F7F7F7;
	padding: 0px;
} 
.umctemplate #header {
	height: 188px;
	background-color: #FFF;
	background-image: url(images/background1.JPG);
	background-repeat: no-repeat;
	font-style: italic;
	color: #FFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
} 
.umctemplate #header a {
	color: #000;
}
.fontStyleForIndex {
	color : #000000;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 16px;
	width: 30px;
	font-style: italic;
	line-height: 27px;
	font-weight: normal;
}

.umctemplate #nav {
	height: 26px;
	margin: 0;
	padding: 0px;
	background-color: #DAE6F1;
	text-align: center;
}
.umctemplate #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-align: right; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-position: 0px;
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	padding-top: 24px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
	top: 40px;
}
.headerText {
	margin: 0;
	text-align: right;
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	padding-top: 24px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.NextPreviousMonth {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	text-align: center;
}
.NextPreviousMonthPurple {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#90C;
}

.NextPreviousMonthGreen {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#090;
}
.NextPreviousMonthBrown {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#933;
}
.NextPreviousMonthRed {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #C1280D;
}

.NextPreviousMonthBlue {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#06C;
}
.NextPreviousMonthOrange {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#F30;
}
.umctemplate #header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
	padding-right: 20px;
	vertical-align: bottom;
	font-style: normal;
	color: #006;
	padding-bottom: 10px;
}

.umctemplate #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #F7F7F7;
	padding-top: 30px;
	padding-left: 20px;
	/*height: 437px;*/
	
}
.umctemplate #sidebar1 a
{
	color: #C00;
}
.purple
{
	color:#609;
}

.blue
{
	color:#06C;
}
	
.bluegreen
{color:#699;
}
.pink
{color:#F3F;
}
.red
{
	color:#F00;
}
.lighterblue
{color:#66F;
}
.green
{
	color:#090;
}
	
.BoxHeader {
	font-size: 14px;
	color: #C00;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
}
.imageRightFloat {
	float: right;
	padding-right:15px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.BoxText {
	font-size: 11px;
	padding-right: 15px;
	padding-left: 7px;
}

.umctemplate #mainContent {
	padding-top: 20px;
	padding-right: 0px;
	margin-top: 15;
	margin-right: 230px;
	margin-bottom: 0;
	color: #000;
	background-color: #FFF;
	/*height: 468px;*/
	padding-bottom: 40px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	padding-left: 30px;
	text-align: left;
	list-style-image: url(images/candleoriginal.jpg);
	background-repeat: repeat;
} 
.umctemplate #mainContent h2 {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	color: #C1280D;
	text-align: center;
}
.HeaderGreen {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #6C3;
	text-align: center;
}
.HeaderBrown {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color:#933;
	text-align: center;
}
.HeaderBlue {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color:#06C;
	text-align: center;
}
.HeaderOrange {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color:#F30;
	text-align: center;
}

.HeaderPurple {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color:#90C;
	text-align: center;
}
.umctemplate #mainContent h3 {
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	color:#006;
}
.month {
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #309;
}
.calendarEvent {
	font-family: Verdana, Geneva, sans-serif;
	color:#606060;
	font-size:12px;
}
.calendarEventPurple {
	font-family: Verdana, Geneva, sans-serif;
	color:#609;
	font-size:12px;
}
.calendarEventHeader {
	font-weight:bold;
	color:#000;
	font-size:13px;
	font-family: Verdana, Geneva, sans-serif;
}
	

.TwelveFont {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #009;
}
.TwelveFontCenter {
	style=text-align:center;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.paraHighlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#F30;
}
.MainHeading {
	font-size: 26px;
	text-align: center;
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	color: #C1280D;
	font-weight: bold;
}
.orangeFont {
	color:#F60;
}
.blueFont {
	color: blue;
}
.BrightPink {
	color: #F0C;
}
.yellow {
	color:#FF0;
}
.lightBlue {
	color: #0CF;
}

.umctemplate #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: inset;
	border-top-color: #666;
	background-color: #E4E4E4;
	/*height: 30px;*/
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin: 0px;
}
.umctemplate #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	vertical-align: top;
	margin: 0;
	/*height: 20px;*/
	text-align: center;
	font-weight: normal;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
}
/*{
.umctemplate #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue 
}*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*.BoxHeader1 {
	font-size: 12px;
	text-align:center;
}*/
/*.umctemplate #Box {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #666;
}*/
/*.Box {
	border: thin solid #666;
}
*/ 


.tableProperties {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-collapse: collapse;
	border: 1px solid #63C;
}
.tableProperties th {
	text-transform: uppercase;
	color: #FFF;
	background-color: #03C;
	text-align: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03C;
	border-right-color: #03C;
	border-bottom-color: #03C;
	border-left-color: #03C;
}
.tableProperties td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #E5E5E5;
	color: #000;
	vertical-align: top;
}
.odd {
	height: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666;
}

