body{
	font-family: 'helvetica', 'arial', 'tahoma', 'geneva', 'helvetica', sans-serif;
	}

div#page{
	position: absolute; top: 0px; left: 50%;
	margin-left: -453px; /* margin: half of width + 6px border */
	width: 900px;
	border: 3px solid;
	}

div#banner{
	width: 100%; height: 175px;
	border-bottom: 2px solid;
	}

img#bannerimage{
    border: none;
    }

div#navigation{
	z-index: 100;
	width: 100%; height: 3em;
	}

div#staples{
	border: 1px solid;
	padding: 5px;
	}
	
/* STAPLE MENU --------------------------------------------------------------------------*/
div#staples h3.staple{
	width: 100%;
	text-align: center;
	}
/*-------------------------------------------------------------------------------------------*/

div#content{
	clear: left;
	}

div#footer{
	clear: left;
	height: 100px;
	border-top: 2px solid;
	padding: 5px;
	overflow: auto;
	}

ul {
	list-style-type: square;
	}

li {
	background-color: none;
	}

/* NAVIGATION MENU --------------------------------------------------------------------------*/
ul#nav, ul#nav ul { /* all navigation lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}

ul#nav li { /* all navigation list items */
	width: 10em;
	float: left;
	position: relative;
	border: 1px solid;
	margin: 1px;
	padding: 2px;
	text-align: center;
	text-indent: none;
	}

ul#nav>li {
	text-align: center;
	}

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute; top: 1em; left: 0;
	}

ul#nav li>ul { /* reset the above "li ul" for sane browsers */
	top: auto;
	left: auto;
	}

ul#nav li:hover ul { /* reset "li ul"s for mouseover */
	display: block;
	z-index: 101;
	}
/*-------------------------------------------------------------------------------------------*/

.node {
	border: 1px solid;
	padding: 5px;
	}

table.classtable{
	border: 1px solid;
	}

table.classtable td{
	padding: 3px;
	text-align: center;
	}

td.darker{
	
	}

table.padding{
	width: 100%;
	border: 0px;
	border-spacing: 10px;
	}

table.padding td{
	vertical-align: top;
	border: none;
	}

h1, h2, h3, h4, h5, h6{
	font-family: 'georgia', 'times new roman', serif;
	font-weight: normal;
	}

p{
	text-align: left;
	}

a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: underline;}

.center{
	width: 100%;
	text-align: center;
	}
	
	
	
	
	
	
	