@charset "iso-8859-1";
/*@charset "iso-8859-1";*/
body	{
	margin:	0;
	padding: 0 0 0 6px;
	background-color:#6495ED; 
    color:white;
	font-family: Verdana, sans-serif;
	font-size : small;
	}
h1 {font-family : Times;}
h2 {font-family : Arial;color:yellow}
.inverse {color:#6495ED; background-color:white}
.ul {text-decoration: underline}
.date {font-weight: bold}
.subhead {font-size : medium;  color:white; font-weight: bold}
.heading {font-size : large;  color:yellow;}
.reminder {border:1px solid}

a img {
  border-width:0;
  border-style:none;
  border-color:#fff;
  color:#fff;
  }
.ahem {display:none;}
#wrapper	{
	float:	left; 
    width:  72% ; 
	border-right:  2px solid black;
    border-bottom: 2px solid black;
	color:white;
    margin:	0 15px 0 0;
	background-color:#6495ED; 
	} 
	
#content	{	/* shorthand box properties tip: think of a clock: 12, 3, 6, 9 */
	padding: 10px 10% 10px 0%;
	}

#rhs {
     background-color:#6495ED; 
     }
	

a.mouse {font-weight:bold;color: white;background:blue;padding: 1px 3px 1px 3px;text-decoration: none;}
a.mouse:hover {font-weight:bold;color: white;background:blue;padding: 1px 3px 1px 3px;text-decoration: underline;}

/* Mostly based on examples from www.alistapart.com */	

