/* Define default page background */
BODY {
   background: #fff6e6;
   margin-left: 10%;
   margin-right: 10%;
   }

/* Define default Heading Level #1 */
H1 {
   font-family: Helvetica, sans-serif;
   font-size: x-large;
   text-align: center;
   color: navy;
   }

/* Define default Heading Level #2 */
H2 {
   font-family: Helvetica, sans-serif;
   font-size: large;
   text-align: center;
   color: navy;
   margin-left: -8%;
   }

/* Define default Heading Level #3 */
H3 {
   font-family: Helvetica, sans-serif;
   color: navy;
   margin-left: -4%;
   }

/* Default block paragraph style */
P {
   font-family: "New Century Schoolbook", Times, serif;
   text-indent: 0;
   font-size: 14pt;
   }

/* Define background color of text */
.Card {
   background: #fff6e6;
   }
	
/* Define Title Line */
.title {
   font-family: Helvetica, sans-serif;
   font-size: x-large;
   text-align: center;
   color: navy;
   }

/* Centered text */
.center {
   text-align: center;
   }

/* Left-aligned text */
.left {
   text-align: left;
   }

/* Right-aligned text */
.right {
   text-align: right;
   }

/* Justified text */
.justify {
   text-align: justify;
   }

/* Indented first line */
.indent {
   text-align: justify;
   text-indent: 3em;
   }

/* Quoted text */
.quote {
   text-align: center;
   font-family: Helvetica, sans-serif;
   font-style: italic;
   color: navy;
   }

/* Highlight */
.hilite {
/*   background: yellow;  */
   font-family: Helvetica, sans-serif;
   font-size: medium;
   font-weight: bold;
   color: navy;
   }

/* Hidden object */
.hidden {
   visibility: hidden;
   }

/* Hanging (indent all but first line) */
.hanging {
   margin-left: 3em;
   text-indent: -3em;
   }

/* Create left-hand margin(indent) */
.margin {
   margin-left: 3em;
   }

/* Define image to use for lists */
UL {
   list-style-image: url("images/link.gif");
   }

/* Text for links in header */
.headlink{
   color: #880066;
   text-decoration: none;
   }

/* Text for links in sub-menu header */
.headlink2{
   color: #880066;
   font-style: italic;
   font-weight: normal;
   text-decoration: none;
   }

:hover {
   background: #ea7ccb;
   }

/* Top-level menus - Active division */
.active {
   background-color: #eccde3;
   layer-background-color: #eccde3;
   font-family: Helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   text-indent: 0;
   text-align: center;
   }

/* Top-level menus - Not active */
.passive{
   background-color: #fff6e6;
   layer-background-color: #fff6e6;
   font-family: Helvetica, sans-serif;
   font-size: 12pt;
   text-indent: 0;
   text-align: center;
   }

/* Definitions for Family of Christ Logo */
.Logo1{
   font-family: "New Century Schoolbook", Times, serif;
   font-size: 32pt;
   font-weight: bold;
   text-align: center;
   color: #880066;
   }

.Logo2{
   font-family: "New Century Schoolbook", Times, serif;
   font-size: 14pt;
   font-style: italic;
   text-align: center;
   color: #880066;
   }

/* Properties for a Text box */
.TextBox {
   position:absolute;
   left:0px;
   top:200px;
   visibility:hidden;
   background-color:#FFFF88;
   layer-background-color:#FFFF88;
   border-width:2px;
   border-color:#000000;
   }

/* Properties for Graphic */
.Graphic {
   position:absolute;
   left:0px;
   top:0px;
   visibility:visible;
   }

/* Properties for Hidden Graphic */
.HideGraphic {
   position:absolute;
   left:0px;
   top:0px;
   visibility:hidden;
   }
