<!--
/* ------------------------------------------------------------------
a: refers to the anchor for links and jump-to-commands
 ------------------------------------------------------------------*/
			a:active   { color: #0000FF; font-size:12pt; text-decoration: none;  margin-top: 0; margin-bottom: 0; background: none} /* active links    */
			a:link     { color: #0000FF; font-size:12pt; text-decoration: none;  margin-top: 0; margin-bottom: 0; background: none} /* unvisited links */
			a:visited  { color: #CC0000; font-size:12pt; text-decoration: none;  margin-top: 0; margin-bottom: 0; background: none} /* visited links   */
			a:hover    { color: #FF3300; font-size:12pt; text-decoration: underline;  margin-top: 0; margin-bottom: 0; background: none;} /* user hovers     */
			#y {color: #FFFF66; font-size: 14pt; font-family: "Verdana, Monotype Corsiva, Allegro BT, Amazone BT, Baskerville Win95BT, Curlz MT, Liberty BT, Brush Script MT, sans-serif, helvetica"; margin-top: 0; margin-bottom: 0; text-align:center; font-weight:bold}


/* ------------------------------------------------------------------
Body can define the color, font-size and family and background-color
 ------------------------------------------------------------------*/
            body       { color: #000000; font-size: 12pt; font-family: "Courier New, Courier, Serifa, sans-serif"; background-image : url('http://cstl-cla.semo.edu/Renka/PRG/images/PRG_wallpaper.gif'); background-attachment:fixed; background-repeat : repeat; background-color : #FFFFFF}
            
/* ------------------------------------------------------------------
Headers are being redefined
 ------------------------------------------------------------------*/
            h1         {background-color: transparent; color: #800000; font-size: 18pt; font-family: "Engravers MT, Courier, Serifa, sans-serif, helvetica";  font-weight: bold; margin-top: 0; margin-bottom: 0}
			h2         {background-color: transparent; color: #800000; font-size: 14pt; font-family: "Courier New, Courier, Serifa, sans-serif, helvetica";  font-weight: bold; margin-top: 0; margin-bottom: 0 }
			H3, H4, H5, H6 { text-align: left;}
            p { text-align: left }	
            		
/* ------------------------------------------------------------------
Navigation formatting. Please note .navigation's 'font-family'
 ------------------------------------------------------------------*/
		   .navigation {color: #FF9933; font-size: 14pt; font-family: "Verdana, Monotype Corsiva, Allegro BT, Amazone BT, Baskerville Win95BT, Curlz MT, Liberty BT, Brush Script MT, sans-serif, helvetica"; margin-top: 0; margin-bottom: 0; text-align:center; font-weight:bold}
           /* ------------------------------------------------------------------
           If one font family is not supported then it move to the next one listed. 
		    ------------------------------------------------------------------*/
		   .footer     {background-color: transparent; color: #681410; font-size: 10pt; font-family: "Courier New, Courier, Serifa, sans-serif"; text-align:center; margin-top: 0; margin-bottom: 0;}
		   
		   
/* ------------------------------------------------------------------
Color# allows for a color scheme to be used for Special words throughout the site.
 ------------------------------------------------------------------*/
/* ------------------------------------------------------------------
Color# has been renamed to allow for a more accurate discription. Please delete Color# or Discriptions. Only one is needed.
 ------------------------------------------------------------------*/		   
		   .color1  {background-color: transparent; color: #008000; font-size: 12pt; font-family: "Courier New, Courier, Serifa, sans-serif"; margin-left: 0;}
		   .color2  {background-color: transparent; color: #000080; font-size: 12pt; font-family: "Courier New, Courier, Serifa, sans-serif"; margin-left: 0;}
		   .color3  {background-color: transparent; color: #800080; font-size: 12pt; font-family: "Courier New, Courier, Serifa, sans-serif"; margin-left: 0;}
		   .color4  {background-color: transparent; color: #FD6500; font-size: 12pt; font-family: "Courier New, Courier, Serifa, sans-serif"; margin-left: 0;}
		   .color5  {background-color: transparent; color: #800000; font-size: 12pt; font-family: "Courier New, Courier, Serifa, sans-serif"; margin-left: 0;}	
		   .color6  {background-color: transparent; color: #000000; font-size: 12pt; font-family: "Courier New, Courier, Serifa, sans-serif"; margin-left: 0;}
		   .color7  {background-color: transparent; color: #FF6699; font-size: 12pt; font-family: "Courier New, Courier, Serifa, sans-serif"; margin-left: 0;}

/* ------------------------------------------------------------------
using images in background of page and cells.
 ------------------------------------------------------------------*/
			.norep { background-repeat : no-repeat; } 
			/* ------------------------------------------------------------------
			Always use full addresses for images or urls or css will not work in different folders  url('http://online.semo.edu/images/main-picture3.gif'
			 ------------------------------------------------------------------*/
			.TableBackground { background-image : ; background-repeat : no-repeat } 
			.TitlePage { background-image : url('http://cstl-cla.semo.edu/renka/PRG/images/logo.jpg'); background-repeat : no-repeat; background-color : #95bdce; text-align : center } 

		   	   
/*Table*/
/* ------------------------------------------------------------------
EDGE TABLE
 ------------------------------------------------------------------*/
TABLE.edge	{border: none;}
TR.edge		{border: none;}
TH.edge		{border: none;}
TD.edge		{border: none;}

/* ------------------------------------------------------------------
TABLE
 ------------------------------------------------------------------*/
TABLE  {border: none;	width: 100%;}
TR 	{border: none;}
TH 	{border: none;}
TD 	{border: none;}

-->