@charset "UTF-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #b78fe7; /* purple */
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

/* img { padding: 13px 1px 0px 1px } */
	
.round { -webkit-border-radius: 3ex; -moz-border-radius: 3ex; }

#container { 
    /* padding: 20px; */
	width: 800px; 
	background: #fffc87;  /* yellow */ 
	margin: 0 auto; 
	border: 0px;
	/* padding-top: 10px; */
	text-align: left; /* this overrides the text-align: center on the body element. */ 
} 

#mainContent {
 	margin: 0 1.5em 0 14em; /* the right margin can be given in ems or pixels. 
 	                           It creates the space down the right side of the page. */
} 


/* img.banner { border:0px; margin-left:-5px; } */

a:link    { color: black; text-decoration: underline; }
a:visited { color: black; text-decoration: underline; }
a:hover   { color: white; text-decoration: underline; background: #b78fe7; }
a:active  { color: black; text-decoration: underline; }

h1 { font: 100% lucida handwriting; font-size: 175%; font-style: italic }
h4 { margin: 25px 0 -6px 0 }

/* 
ul { margin: 0; padding: 0; list-style: none; }
ul li { text-indent: 20px; }
ul li.header { margin: 20px 0 0 0; text-indent: 10px; }               
*/

.standard { font: 100% Verdana, Arial, Helvetica, sans-serif; font-size: 90%; }
          
.note { font: 100% Verdana, Arial, Helvetica, sans-serif;
        font-size: 75%;
        font-style: italic;
      }

.quote { font: 100% Verdana, Arial, Helvetica, sans-serif;
         font-size: 100%;
         font-style: italic;
      }
          
/* sidebar */          

#sidebar {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #f4d1fa; /* the background color will be displayed for the length of 
	                        the content in the column, but no further */
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	/* padding: 5px 0; */
	-moz-border-radius: 1em 1em 1em 1em; 
	-webkit-border-radius: 9px; 
}


#sidebar2 h3, #sidebar2 p { margin-left: 10px; margin-right: 10px; }
#sidebar2 img { border: 0px; margin: -5px 0px -18px 45px; }

#sidebar2 a { color: black; }  /* ffdf34 */
#sidebar2 p { text-align: right; }

#sidebar2 ul { color: black; margin: 0; padding: 0; list-style: none; }
   
#sidebar2 a:link    { color: black; text-decoration: none; }
#sidebar2 a:visited { color: black; text-decoration: none; }
#sidebar2 a:hover   { color: white; text-decoration: none; background: #b78fe7; }
#sidebar2 a:active  { color: black; text-decoration: none; }

ul.sidebar-detail li { color: black; font-size: 90%; text-indent: 20px; }

ul.sidebar-detail li.header { color: black; font-size: 100%; 
                              margin: 20px 0 0 0; text-indent: 10px;}
           
a.header   {text-decoration: none;}
                     



.fltrt { /* this class can be used to float an element right in your page. The floated 
            element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be 
                 the final element before the close of a container that should fully 
                 contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}