/* Main color-and-background area */

body {
  background-color: #ffffff;
  background-image: url("leaves.gif")
  }

body a:link  {
  text-decoration: underline;
  color: #666666;
  }

body a:visited {
  text-decoration: underline;
  color: #333333;
  }


hr { width: 90% }



/* Text color area */

p, td {
  color: #663300;
  font-size: 12pt;
  font-family: "Century Gothic", sans-serif;
  margin: 2%;
}


.main {
           background-color: #ff9933;
           margin-left: auto;
           margin-right: auto;
	   border-collapse: collapse;
	   width: 75%;
}

.sidebar {
	   background-color: #990000;
	   padding: 10px 10px 10px 10px;
	   vertical-align: top;
}


.sidebar * {
     color: #cc6;
     text-indent: 1em;
}

.sidebar p.header {
	text-indent: 0em;
	color: #f93;
	font-weight: normal;
}


.sidebar a:link {
     color: #ff0; 
     font-weight: bold;
     text-decoration: none;
}

.sidebar a:visited {
     color: #cc6;
     font-weight: bold;
     text-decoration: none;
}


.sidebar a:hover {
     color: #ff0;
}

/* Headers */

h1, h2, h3, h4, h5, h6 { font-family: "Garamond", serif }

h1 {
   font-variant: small-caps;
   text-align: center;
}

h2 em { font-weight: normal;
	font-size: 12pt;
	font-family: "Century Gothic", sans-serif;
}
