body {
	margin: 5px 0;
}

/* HYPERLINK FORMATING */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


div#home_content {
	background-color: inherit;
}

div#left_col, div#right_col {
	width: 296px;
	float: left;
}

.category {
	width: 275px;
	margin: 0 3px 3px;
	background-color: transparent;
	-moz-border-radius:10px;
	border: 2px solid black;
	float: left;
}

div.heading h3 {
	margin: 0;
	padding: 0 0 2px 4px;
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
}

div.info {
	background-color: transparent;
	float: right;
	width: 195px;
}

div.symbol {
	background-color: transparent;
	width: 70px;
	float: left;
	overflow: hidden;
}

div.symbol img {
	display: block;
/*	width: 65px;
	height: auto;
*/
	margin: 0 auto;
	padding: 2px;
}
/*
div#calculus_BC div.symbol img, div#adult_ed div.symbol img {
	width: 62px;
}
div#algebra_1A div.symbol img, div#pre_alg_1A div.symbol img {
	width: 60px;
}

div#CAML_test div.symbol img, div#news div.symbol img {
	width: 62px;
}
*/

/* CLASS FOR UL BULLETS */
div.info ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet_circle.gif);
	margin: 0 0 3px 13px;
	padding: 0;
	font-size: 0.9em;
}

.footer {
	clear: both;
}