/* CSS Document */body {	font-size: medium;	text-align: justify;	font-family: sans-serif;	background-color: white;}p {	font-size: medium;	text-align: justify;}h1 {	color: white;	font-size: medium;	font-weight: bold;	text-align: center;	border-radius: 5px;	-moz-border-radius: 5px;	background-color: blue;	border: thin solid;	border-color: blue;}h2 {	color: black;	font-size: medium;	font-weight: bold;	text-align: center;	background-color: white;}#content .section {	border-radius: 5px;	-moz-border-radius: 5px;	border: thin solid;	border-color: black;	padding: 5px;	margin-bottom: 5px;}#content .newsitem {	border-radius: 5px;	-moz-border-radius: 5px;	border: thin solid;	border-color: black;	padding: 5px;	margin-bottom: 5px;}#columns {	border: 0 none;	padding: 0;	margin: 0;}	#column-left {	vertical-align: top; 	padding: 0 1px 0 0; 	margin: 0; }#column-right {	vertical-align: top; 	padding: 0 0 0 2px;  	margin: 0;}#content a:link {	color: black;}#content a:visited {	color: black;}#content a:hover {	color: blue;}#links td.currentlink, #links td.currentlink * {	color: white;	background-color: blue;	font-weight: bold;}#links td, #links td * {	color: black;	background-color: white;	font-weight: bold;}#links td {	padding: 5px;	border: thin solid;	border-color: black;}#links a {	text-decoration: none;}#links a:hover {	color: blue;}#links td.currentlink {	border-color: blue;}#content table.schedule {	width: 90%;	border-collapse:collapse;}#content table.schedule td {	border: thin solid;	border-color: black;	padding: 5px;}#main {	margin-left: auto;	margin-right: auto;	width: 745px;	text-align: left;}#logo {	margin-left: auto;	margin-right: auto;	width: 745px;	height: 103px;	text-align: center;}#links > table {	margin-top: 2px;	margin-left: auto;	margin-right: 5px;	width: 745px;	text-align: center;}#content {	margin-top: 5px;	padding-left: 5px;	padding-right: 5px;}.item-header a {	font-size: small;}.item-header {	font-weight: bold;}.item-body {	visibility: hidden;	height: 0px;}img.grading-belt-icon {	width: 70px;	height: 35px;	border: 0px;}	.grading-body {	visibility: hidden;	height: 0px;	border: thin solid;	padding: 0px;	margin: 0px;	}.grading-body > h2 {	text-align: left;}
