body {	
	color: #FFCC00; 
	background: #990000;  
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
}


H1 {
	Font-weight: bold; 
	Font-size: 200%; 
/*	Font-family: arial, helvetica, sans-serif;  */
}
H2 {
	Font-size: 125%; 
	Font-weight: bold; 
/*	Font-family: arial, helvetica, sans-serif;  */
	margin-right: 5%;
	margin-left: 5%;
}
H3 {
	Font-weight: normal; 
	Font-family: arial, helvetica, sans-serif;
}
H4 {
	Font-weight: normal; 
	Font-family: arial, helvetica, sans-serif;
}

p.reviewquote {
	font-style: italic;
	font-weight: normal; 
	font-size: 100%;
	Font-family: arial, helvetica, sans-serif;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: -1%;
}

p.review {
	font-size: 75%;
	font-family: Courier, "Courier New", Monotype.com, monospace;
	margin-left: 20%;
	margin-bottom: 4%;
}

table
{
    color: #FFCC00;
    Font-family: times;
    text-decoration: none;
}

tr
{
    color: #FFCC00;
    Font-family: times;
    text-decoration: none;
}

th
{
    color: #FFCC00;
    Font-family: times;
    text-decoration: none;
}

td
{
    color: #FFCC00;
    Font-family: times;
    text-decoration: none;
}

/* The top header */
#header {


	background-color: #990000;   /* #eebb00;  */
	color: #FFCC00;  /* #990000;  */
	font-weight: bold;
	height: 17%;
	margin-top: 1em;
/*
	margin-left: 0em;

	padding-top: 0em;
	padding-bottom: 0em;
*/
}
	
/* This is for the left navigation bar that has the links to all the parts of the sub section of the site. */

#left-navbar {
	background-color: #eebb00;
	color: #990000;  
	font-weight: bold;
	width: 7em; /*12%;*/
	text-align: right;
	float: left;
	margin-left: 0em;
/*	margin-top: 3em;  */
/*	margin-top: 5%;   */
	padding-top: 0em;
	padding-bottom: 1em;
}

#left-navbar a.left-current {
	text-decoration: none;
	color: black;
}

#left-navbar a:link {
	text-decoration: none;
	color: #990000; 
}

#left-navbar a:visited {
	text-decoration: none;
	color: #770000; */
	
}

#left-navbar a:hover {
	text-decoration: none;
/*	color: #224059;  */
	color: white;
}

#left-navbar a:active {
	text-decoration: none;
/*	color: #224059; */
	color: #990000;
}

p.left-navbar {
	color: blue;
	padding-right: 1em;
	padding-top: 1em;
}

p.left-navbar-top {
	color: black;
	padding-right: 1em;
	padding-top: 3.25em;
}

p.hideIEMacBug {
	display: none;
}

#left-sliver1 {
	background-color: #ddaa00;
	width: 1%;
	text-align: right;
	float: left;
	margin-left: 0em;
/*	margin-top: 3em;  */
/*	margin-top: 5%;   */
	padding-top: 0em;
	padding-bottom: 1em;
}

p.left-sliver1 {
	padding-right: 1em;
	padding-top: 24em;
}

#left-sliver2 {
	background-color: #cc9900;
	width: 1%;
	text-align: right;
	float: left;
	margin-left: 0em;
/*	margin-top: 3em;  */
/*	margin-top: 5%;   */
	padding-top: 0em;
	padding-bottom: 1em;
}

p.left-sliver2 {
	padding-right: 1em;
	padding-top: 23.5em;
}

/* All the rest is for the main text content of the site. */

#main-content {
	color: #FFCC00; 
	background: #990000;
	margin-right: 10px;
	margin-top: 5%; 
	margin-left: 17%; 
	position: relative;
	z-index: 5;
}


#main-content p {
	padding-left: 1.5em;
	padding-right: 1.5em;
	line-height: 1.6em;
}

#main-content ul {
	padding-left: 2.5em;
}

#main-content ol {
	padding-left: 2.5em;
}

#main-content li {
	line-height: 1.6em;
}

/* Quotes in the review section. */

blockquote {
	background-color: #f3f1f4;
	border: 1px #625b66 solid;
	margin-left: 2.5em;
	margin-right: 2.5em;
}

blockquote p {
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 5px;
	margin-bottom: 5px;
}



