body {
	background-color: #FFFFFF;
	margin-top: 0px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	text-align: center;
}

h1 {
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
	line-height: 17px;
}

h2 {
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
}

h3 {
	color: #333333;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
}

.container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.top_text {
	margin: 0 0 0 0;
	padding: 22px 0 0 0;
	height: 73px;
	text-align: left;
}

.bb_content {
	margin-top: 25px;
	padding: 0 0 0 0;
}
.bb_left {
	position: relative;
	float: left;
	padding: 67px 50px 0 0;
}
.bb_right {
}

.rounded_boxes {
	margin-top: 27px;
}
.rounded_boxes td {
	line-height: 17px;
}

.box {
	margin: 0 10px 0 0;
	padding: 15px 15px 15px 15px;
	width: 230px;
	height: 200px;
	background-image: url("../img/box.gif");
	text-align: left;
	overflow: hidden;
}

.loggedin_link {
	color: #cc0000;
}

.schooltb {
	width: 227px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	border: 1px solid #333333;
	font-size: 14px;
}

p a {
	display: block;
	color: #333333;
	text-decoration: none;
	width: 300px;
}

p a:hover {
	background-color: #CCCCCC;
}

.custom_button {
	border: 1px solid #666666;
	background-image: url("../img/button_bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	width: 62px;
	height: 21px;
	line-height: 10px;
	cursor: pointer;
	font-size: 12px;
}

.footer_cont {
	text-align: center;
}

.footer {
	margin: 50px 0 0 0;
	border-top: 1px solid #666666;
	text-align: center;
	width: 500px;
}
.err {
	text-align: center;
	padding: 5px 0;
	color: #cc0000;
	font-size: 12px;
}