/*========================================================================*/
/* The default settings are for the wrapper outside the main table        */
/*========================================================================*/

body {
	background-color: #40403E;	/* steel grey */
/*	background-color: #E8E8E8; */	/* grey */
/*	background-color: #FFFCF0; */	/* cream */
	color: #000000;

	margin: 0;	/* Remove padding around entire page */
}

/*========================================================================*/
/* The "content" class is for the main content area                       */
/*========================================================================*/

.content {
	background-color: #E8E8E8;	/* grey */
/*	background-color: #FFFCF0; */	/* cream */
	color: #000000;
}

.content h1, h2, h3, h4, h5, h6 {
	color: #40403E;
}

.content a {
/*	color: #40403E; */
	color: #802830;
}

.content a:visited {
/*	color: #802830; */
	color: #40403E;
}

.content a:hover {
	color: #FF0000;
}

/*========================================================================*/
/* The "nav" class is for the left-hand navigation bar                    */
/*========================================================================*/

#navrightbg {
	background-color: transparent;
	background-image: url("bevelright.gif");
	background-position: right;
	background-repeat: repeat-y;
	margin: 0;
	padding: 20;
	height: 100%;
}

/* Make the default text light grey on steel grey */
.nav {
	color: #DDDDDD;
	background-color: #40403E;
	background-image: url("bevelleft.gif");
	background-position: left;
	background-repeat: repeat-y;
	padding: 0;
}

/* Don't indent the list */
/* For some reason, the margins won't take in the "links" class */
.nav ul {
	margin-left: 0;
	padding-left: 0;
}

/* Don't use any bullets, and make the font 10% bigger */
.nav li {
	list-style: none;
	font-size: 110%;
}

/* Links should be light grey, and image links should have no border */
.nav a, .nav a:visited, .nav a:link img, .nav a:visited img {
	color: #DDDDDD;
	border: 0;
}

/*========================================================================*/
/* The "links" class is for links in the left-hand navigation bar         */
/*========================================================================*/

/* Links should become bold, white, and indented when moused-over */
.links a:hover {
	font-weight: bolder;
	padding-left: 3px;
	color: #FFFFFF;
}

/*========================================================================*/
/* The "search" class is inverted color for the left-hand navigation bar  */
/*========================================================================*/

/* Make the default text navy blue on light grey in the search box */
.search {
	background-color: #CCCCCC;
	color: #40403E;
}


