@charset "utf-8";
/* CSS Document */

div.menu { font-family: "Comic Sans MS", "Century Gothic"; font-size: 15px; height: 30px; overflow: hidden; background-image:url(../images/template/menu_background.gif); background-repeat:repeat-x; }
div.menu ul { margin: 0; padding-top: 3; }
div.menu li { display: inline; background-image:url(../images/template/menu_separator.gif); background-repeat: no-repeat; background-position: right; padding: 6 10 6 10 }
div.menu a { color: black }

div.template { text-align: left; width: 765px; margin: 16 auto 8 auto; }
div.canvas {
	position: relative;
	background-color: white;
	background-image:url(../images/template/canvas_background.gif);
	background-repeat:repeat-x;
}
img.school { }
div.pinstripe { background-image:url(../images/template/content_background.gif); }
div.content {
	margin-top: 50 !important;
	margin-top: 48;
	min-height: 600px !important;
	height: auto !important;
	height: 600px;
	background-repeat:repeat-y;
	background-position: 300px;
}

div.padding { padding: 40 16 24 16; }
div.portal { padding-bottom: 24 }
div#column_left { float: left; width: 276px; }
div#column_right { float: right; width: 420px; }
div#clear { clear: both; }

div.footer {
	color: white;
	text-align: right;
	padding: 8 0 24 0;
}
div.footer a { font-weight: normal; color: white; text-decoration: underline; }

div.visual_page td,th { padding-right: 24; }
div.visual_page table { margin-bottom: 16; }