@charset "iso-8859-1";
/* filename:  main.css */

/*    CR  =  Used by the Cedar Ridge site */

/* basic body apperance */
/*CR*/
BODY {
    background-color : #ddcfb2; /* tan */
	color : Navy; /* text color navy blue */
	font-family: Verdana, Arial, helvetica,  san-serif;
	font-size: 12px;
	line-height: 18px;
}

A:LINK {
	text-decoration: underline;
	color : #0000FF; /* text color blue */
	/* background : transparent */
}

A:VISITED {
	text-decoration: underline;
	color: #800080; /* text color maroon */
	/* background : transparent; */
}

A:HOVER {
	font-style: normal;
	color: #FF0000; /* text color red */
}
	
H1 {
	background : transparent;
	color: Navy; /* text color */
	font-family: "Times New Roman", serif;
	font-size:22px;
	line-height: 18px;
}

H2 {
	background : transparent;
	color: Navy; /* text color */
	font-family: "Times New Roman", serif;
	font-size:20px;
}

H3 {
	background : transparent;
	color: Navy; /* text color */
	font-family: "Times New Roman", serif;
	font-size:18px;
}

H4 {
	background : transparent;
	color: Navy; /* text color */
	font-family: "Times New Roman", serif;
	font-size:16px;
}
	
HR {
	color: Navy;
	height : 1px;
}

DL, OL, UL, P {
	background: transparent;
	color: Navy; /* text color */
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

TH {
	background: #ddcfb2;
	color: Navy;  /* text color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	line-height: 14px;
	}

TD {
	color: Navy;  /* text color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 18px;  this is disabled because it screws up Netscape 4.03 - 4.75*/
}

P {
	color: Navy;
	font-family: Verdana, Arial, helvetica,  san-serif;
	font-size: 12px;
	line-height: 18px;
  }

BLOCKQUOTE {
	color: Navy;
	font-family: Verdana, Arial, helvetica,  san-serif;
	font-size: 12px;
	line-height: 18px;
  }

  
/*  ========= BEGIN CLASSES USED BY CRCONGREGATION.COM =========== */

  /* class textmenu controls how the text menu is displayed */
 .textmenu {
	width: 100%;
	font-family : Verdana, Arial, helvetica,  san-serif;
	font-size: 11px;
	color : Navy; /* text color */
}

  /* class copyright controls how the copyright notice is displayed */
 .copyright {
	width : 100%;
	font-family : Verdana, Arial, helvetica,  san-serif;
	font-size: 10px;
	color : Navy; /* text color */
}

/*  ========= END CLASSES USED BY CRCONGREGATION.COM =========== */

/*  ========= CLASSES ========== */

div.color {
    background: rgb(204,204,255);
    padding: 0.5em;
    border: thin solid;
	font-family: Verdana, Arial, helvetica,  san-serif;
	font-size: 12px;
	line-height: 18px;
  }
 
 /* sets a white background with black border */ 
 div.boxcolor1 {
    background: White;
    padding: 0.5em;
    border: thin solid;
	font-family: Verdana, Arial, helvetica,  san-serif;
	font-size: 12px;
	line-height: 18px;
  }
  
  /*  sets a light purple background with black border */	
.boxcolor2 {
    background: rgb(204,204,255);
    padding: 0.5em;
    border: thin solid;
	font-family: Verdana, Arial, helvetica,  san-serif;	
	font-size: 12px;
	line-height: 18px;
}

  /*  sets a light yellow background with black border */	
.boxcolor3 {
    background: #FFFFCC;
    padding: 0.5em;
    border: thin solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

  /*  sets a  aqua background with black border */	
.boxcolor4 {
    background: #99FFFF;
    padding: 0.5em;
    border: thin solid;
	font-family: Verdana, Arial, helvetica,  san-serif;
	font-size: 12px;
	line-height: 18px;
}

div.white {
    background: White;
    padding: 0.5em;
    border: thin solid;
	font-family: Verdana, Arial, helvetica,  san-serif;
	font-size: 12px;
	line-height: 18px;
  }  

/* sets the background for the actual class schedule */
.classSchdbg {
	background : #FDFDFD;
}
 

/* SLA classes*/
.slaNbr {
	font-family : "Times New Roman", serif;
	font-size: 14pt;
	font-weight : bold;
	color: Navy;
}

.slaTitle {
	font-family : "Times New Roman", serif;
	font-size: 13pt;
	font-weight : bold;
	color: Navy;
}

.slaAuthor {
	font-family : "Times New Roman", serif;
	font-size: 12pt;
	font-weight : bold;
	color: Navy;
}

.slaMajorSub {
	font-family :"Times New Roman", serif;
	font-size: 12pt;
	font-weight : bold;
	color: Navy;
}

.slaText {
	font-family : Arial, helvetica, san-serif;
	font-size: 10pt;
	/* font-weight : normal;  to make Netscape 4 happy and obey  inline weight directives*/
	color: black;
}

.slaPhotoCap {
	font-family : Arial, helvetica, san-serif;
	font-size: 9pt;
	font-weight : normal;
	color: black;
}

/* TImes New Roman font NEW SITE */
.tnr {
	font-family : "Times New Roman", serif;	
}

/* Class for order form body NEW SITE */
.order-form-body {
	font-family : "Times New Roman", serif;
	font-size : 10pt;
}

/* Controls the font type and size for the drop down menu boxes */
.DropDownMenuText {
	background: #FFFFCC;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
