@charset "utf-8";
/* CSS Document */
/* If YOU are reading this, you shouldn't be here! *?
/* This for StopYourEx (Freeform) */
* {
  padding: 0;
  margin: 0;
 }
 
/* DIVISION ID SELECTORS and traits.  REM "property:value", and preceeded by #  */
#wrapper { width: 799px;  margin:0 auto; }
/* To keep all containers centered! */

#left {
	width: 280px;
	position:absolute;
	top:0;
	left:20;
	height: 103px;
}
/* div for left text near top */

#middle { text-align:center; padding:0;}
#right  {text-align:right; padding:0;  margin-right:80;}

#full
{ width: 799px;  auto;}
/* div for full-wdth text */


#border {
}

/* CLASS SELECTORS.   REM "property:value", and preceeded by .  , as in  ".body" {color: red; font-weight: bold;} is a class.
Therefore <p class="body" > This is a test </p> makes all text (This is a test) inside paragraph tag take .body class attributes */

.body  {color:#F00; font-family:Arial, Helvetica, sans-serif; font-weight:bold}
.footer {color:#999; font-family:Arial, Helvetica, sans-serif; font-size:small; font-weight:lighter}
.TITLE {color:#F00; background-color:#FFF;font-family:Arial, Helvetica, sans-serif; font-size:36px; }
.redkeyline {color:#F00; font-family:Arial, Helvetica, sans-serif; font-size:12px }
.grnkeyline {color:#0F0; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold }
.BIGgrnkeyline2 {color:#FFF; background-color:#0F0; font-family:Arial, Helvetica, sans-serif; font-size:20px ; font-weight:bold}
.ylwkeyline {color:#0FF; font-family:Arial, Helvetica, sans-serif; font-size:15px; }
.blukeyline {color:#00F; font-family:Arial, Helvetica, sans-serif; font-size:15px; }
.grykeyline {color:#aaa; font-family:Arial, Helvetica, sans-serif; font-size:15px; }
.GRYkeyline2 {color:#aaa; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.blkkeyline {color:#000; font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold}
.BIGredkeyline {color:#F00; font-family:Arial, Helvetica, sans-serif; font-size:16px ; font-weight:bold}
.BIGredkeyline2 {color:#FFF; background-color:#F00; font-family:Arial, Helvetica, sans-serif; font-size:20px ; font-weight:bold}
.BIGorgkeyline {color:#F60; font-family:Arial, Helvetica, sans-serif; font-size:16px ; font-weight:bold}
.BIGpnkkeyline {color:#FF6F88; font-family:Arial, Helvetica, sans-serif; font-size:16px ; font-weight:bold}
.tinypaleline  {color:#CCC; font-family:Arial, Helvetica, sans-serif; font-size:10px ; }
.tinytext {color:#bbb; font-size:10px}



/* For background image handling, use this property and value with body such as: body {background:(background-color) URL(background-image) (background-repeat[tiles]) OR (background-repeat-x[sideways]) OR (background-repeat-y)[downwards]) OR (background-no-repeat)	 (background-position [top, center, bottom, left, or right) . Example "body {background:black URL (www.images/test.jpg) no-repeat center;"

/* H1-4 are header labels in HTML, but can stay in style page */
H1		{		font-family:Arial, Helvetica, sans-serif; color:#333; font-size:21px  }
H2		{ 		font-family:Arial, Helvetica, sans-serif; color:#333; font-size:19px;	}
H3 	{ 	    font-family:Arial, Helvetica, sans-serif; color:#333; font-size:17px ;  }
H4		{      font-family:Arial, Helvetica, sans-serif; color:#777; font-style:oblique; font-weight:500; font-size:15px;  }
/*H5 	{		font-family:Arial, Helvetica, sans-serif; color:#888; font-weight:bold; font-size:12px;} */
H5		{		font-family:Arial, Helvetica, sans-serif; color:#666; font-size:19px;  }
H6		{		font-family:Arial, Helvetica, sans-serif; color:#F36; font-size:10px;}


P1 {color:#666; width:280px;}
P2 {color:#666; width:500px; }
P3 {color:#666; width:700px; }
