body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #336699;
; font-size: 10pt
}

a:link { color: #336699; }  /* for unvisited links */
a:visited { color: #336699} /* for visited links */
a:active { color: #B93D00 } /* when link is clicked */
a:hover { color: #FF00CC} /* when mouse is over link */
ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
}

.bodyCell {
	/* use this style for all of main body of content */
	background-color: #FFFFCC;
; font-size: 10pt
}

.bodyCellHighlight {
	/* alternate style for all for main body of content that you wish to highlight */
	background-color: #B5CDE6;
}

.bodyCellHighlightALT {
	/* alternate style for all for main body of content that you wish to highlight */
	background-color: #FFFFFF;
}

.headerDivider {
	background-color: #000066;
	color: #FFFFFF;
	font-weight: bold;
}

.footerDivider {
	background-color: #336699;
	color: #FFFFFF;
}

.sidebarDivider {
	background-color: #FFFFFF;
}

/* Begin - Styles for the members guide */
.membersCell {
	/* layout for highlighting members, similar to a header cell*/
	text-align: center;
	background-color: #F2CB6F;
	color: #FFFFFF;
	font-weight: bold;

}

.membersBodyCell {
	/* layout for displaying the details of a members data*/
	background-color: #F2CB6F;

}
/* End - Styles for the members guide */

/* Begin - Styles for the calendar */
.calEventsHeader{
	font-weight: bold; 
	color: black;
	background-color: #F2CB6F;
}

.calEventsBody {
	color: black;
	background-color: #F7DEA5;
}

.calDisplay {
	font-weight: bold;
    color: black
	background-color: #F2CB6F;
	border: thin solid #F2CB6F;
}

.calDisplayHeader {
	background-color: #F2CB6F;
}

#dividerBar {
	background-color: #F2CB6F;
}


#today{
	background-color: #F2CB6F;
}
/* end - Styles for the calendar */
li { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
 } ol  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
 } 

p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
 } td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
 } .paratop { color: black; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold}
.relocate {  font-weight: bold; color: #FFFFFF; background-color: #336699; font-size: 10pt}
