@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.oneColElsCtr #header {
	padding-top: 30px;
	padding-left: 40px;
}
.oneColElsCtr #container {
	width: 1064px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	background-color: #333;
	padding-left: 45px;
	padding-right: 45px;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a:link {
	color: #FF0;
}
a:visited {
	color: #FF0;
}
a:hover {
	color: #F60;
}
a:active {
	color: #F90;
}
.oneColElsCtr #container #mainContent ul li {
	padding-top: 7px;
	padding-bottom: 7px;
}
.oneColElsCtr #container #mainContent #alumnilist table td {
	white-space:nowrap;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	border: 1px solid #999;
}#centerit {
	text-align: center;
	color: #F00;
	font-weight: bold;
	font-size: large;
}
