body{
	background-color: #4B1918;
	font-size: 12px;
	}

div#page{
	border-color: #0B1A22;
	background-color: white;
	}

div#banner{
	background-color: #ccc;
	border-bottom-color: #0B1A22;
	}

div#navigation{
	background-color: white;
	}

div#staples{
	background-color: #ccc;
	border-color: #0B1A22;
	width: 180px;
	}
	
/* STAPLE MENU --------------------------------------------------------------------------*/
div#staples h3.staple{
	background-color: #26404D;
	color: white;
	}

/*-------------------------------------------------------------------------------------------*/

div#footer{
	background-color: #ccc;
	border-top-color: #0B1A22;
	}

/* NAVIGATION MENU --------------------------------------------------------------------------*/

ul#nav li { /* all navigation list items */
	background-color: #ccc;
	border-color: #0B1A22;
	}
/*-------------------------------------------------------------------------------------------*/

table.classtable{
	border-color: #0B1A22;
	}

td.darker{
	background-color: #ccc;
	}

.node{
	background-color: #ccc;
	border-color: #0B1A22;
	}

h1{
	font-size: 30px;
	color: #26404D;
	}

h2{
	font-size: 20px;
	color: #26404D;
	}

h3{
	font-size: 16px;
	color: #26404D;
	}

h4{
	font-size: 14px;
	color: #26404D;
	}

p{
	font-size: 12px;
	}

a{color: #933;}
	
	
	
	
	
	
	