/* Course stylesheet used for all basic course layouts  */
/*  Initial design: April 22, 2010   MJL    */
/*  Last update: April 22, 2010  */

/* IDs  **************************************************************************/
/* main header - logo area at the top of the page */
#mainheader {text-align:center;
        font-size: 26pt;
		font-weight:bold;
		border: 2px solid yellow;
		width: 100%;
		padding-top: 5px;
		background-color: black;
		color:yellow;
}

/*footer area at the bottom of the page */
#footer { font-size: 12pt;
}

/* CLASSES *****************************************************************************/
/* main sections on each page */
.section {font-weight: bold;
        /*color: yellow;   was 871F78 */
		font-size: 12pt;
		margin-left: 20px;
}
/* to box in the section titles */
.sectionbox {border: 1px solid black;
             padding: 2px;
			 color: yellow;
			 background-color: black;
}

/* BASIC ELEMENTS **********************************************************************/
body{ background-color:white;
     background-image: url(image1.jpg);
}

hr {color:red;
   background-color:red;
   height: 2px;
}

p {font-size: 14pt;
}

a {color: blue; 
}
