html, body {
	padding: 0px;
	margin: 0px;
	max-width: 920px;
	min-width: 820px;

}
html {
	background-image: url(http://www.brendenisteaching.com/img/bglight.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
}

#globaltopbar_div {
	margin: 0px;
	padding-top: 3px;
	width: 100%;
	height: 30px;
	background-color: white;
	background-image: url(http://www.brendenisteaching.com/img/global_topbg.jpg);
	background-position: left bottom;
	border-bottom: 1px solid #999999;
	text-align: left;
	background-repeat: repeat-x;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial;
}

#globalsidebar {
	width: 190px;
	float: left;
	clear: right;
	background-color: #F5F5F5;
	border-right: 1px solid #999999;
	padding: 5px;
	margin-right: 7px;
}

.gentable {
	background-image: url(http://www.brendenisteaching.com/gen/bg.jpg);
	background-repeat: no-repeat;
	width: 419px;
	border: 1px solid #999999;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ---- Global sidebar boxes --- */

.cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #6699FF;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.topcell {
	background-color: #F2F7FF;
	font-weight: bold;
	padding: 3px;

}
.bottomcell {
	padding: 0px;
}
.bottomcell ul {
	padding-left: 1em;
	margin-left: 1em;
	list-style-type: disc;
}
.bottomcell ul li a {
	margin:1px;
	width: 100%;
	decoration: none;
	text-decoration: none;

}
.bottomcell ul li a:hover {
	margin:0px;
	background-color: #FFFF99;
	color: #FF6600;
	border: 1px solid #FF6600;
}