	/* base
----------------------------------------------- */

body, html {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #F9F1A9;
	font-size: 12px;
}


h1, h2, h3, h4 {
	color: white;
	}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: white;
	border-bottom: 1px dotted;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a, #sidebar-2 a, .breadcrumb {
	border: none;
}

table a {
	color: blue;
	border: none					;
	}

#sidebar-2 a:hover, .breadcrumb a:hover {
	border-bottom: 1px dotted;
	}

/* layout
----------------------------------------------- */



#container {
	margin: 10px auto;
	padding: 0 0 10px 0;
	width: 800px;
	background-color: #C9A83F;
	position: relative;
	}

#head {
	background-color: #40285F;
	color: white;
	padding: 5px;
	height: 60px;
}


#sidebar-2 {
	position: absolute;
	right: 0px;
	background-color: #40285F;
	width: 190px;
	margin: 0px;
	height: 100%;
	padding: 10px;
	color: white;
}

#content {
	margin: 0 215px 0 10px;
	padding-top: 10px;
	}

#nosidebar {
	margin: 0 10px 0 30px;
	}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

.yellow, .example
	{background-color: white;
	padding: 10px 15px 10px 15px;
	margin: 0px 60px 10px 60px;
	border-top: thin dashed;
	border-bottom: thin dashed;
	}
	
.spaced li {
	margin-bottom: 1em;
	}

/* overrides
----------------------------------------------- */

#head h1 {
	text-align: center;
	margin-top: 5px;
	}


#sidebar-2 p {
	font-size: 0.9em;
	line-height: 1.5em;
}

#sidebar-2 ul {
	color: white;
	margin-left: -20px;
	}
	
.breadcrumb, .breadcrumb a {
	font-size: 0.9em;
	border: none;
	margin: 0; 
	}
	
.image {
	float: right;
	padding: 0 0 0 10px;
	}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}


/* tables
----------------------------------------------- */

table.studentList {
	border-collapse: collapse; 
	text-align: left; 
	width: 90%; 
	border: solid thin;
	margin-left: auto;
	margin-right: auto;
	}

.studentList td, .studentList th {
	border: thin solid;
	padding: 2px;
	}
	
table.classlist {
	width: 90%;
	table-layout: fixed;
	line-height: 1.2;
	}
	
table.classlist td {
	background-color: #FFFFCC;
	text-align: left;
	vertical-align: top;
	padding-left: 15px
	}
	
table.classlist th, table.studentList th { 
	background-color: rgb(192, 192, 192); 
	text-align: center;
	padding-left: 15px;
	}