@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
/*	background:url(mathground.gif) repeat; */
	text-align:center;
}

h1 {
	color:#0022aa;
	text-align:center;
	font-size:150%;
	font-weight:bold;
	font-family:Calibri;
	white-space:nowrap;
}

h2 {
	color:#002288;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	font-family:Calibri;
/*	border-bottom:1px solid #d0d0d0; */
}

h3 {
	font-size:120%;
	font-weight:bold;
	font-family:Calibri;
	color:#666688;
/*	background:#d0d0d0; */
/*	text-align:center; */
	padding:.3em 0;
}

h4 {
	font-weight:bold;
}



#head {
/*	background:#f5f5f5; 
	border:1px solid #d0d0d0; */
	margin:2em auto;
	width:70em;
	padding:1em 2em;
	border-bottom:1px solid #d0d0d0;
}

#container {
	margin:2em auto;
	padding:1em 2em;
	width:50em;
/*	background:#f5f5f5; */
/*	border:1px solid #d0d0d0; */
	text-align:left;
}

a:link, a:visited {
	color:#551188;
	text-decoration:none;
	border:none;
}

a:hover {
	text-decoration:underline;
}

table {
	border-collapse:collapse;
}

th,td {
	padding:.3em 1em;
	vertical-align:top;
}

th {
	color:#505050;
	font-weight:bold;
	white-space:nowrap;
}

#footer {      
	position:relative;
	top:2em;
	height:1.4em;
/*	width:70em;*/
	margin:2em auto;
	padding:.1em 2em .2em;
/*	border:none; */
	border-top:1px solid #d0d0d0;
}
                              
#sponsors {           
	position:relative;
	left:-2em;
	height:1.4em;
	width:51em;      
	margin:2em auto;
	padding:.1em 2em .2em;
/*	border:none; */
	border-top:1px solid #d0d0d0;
}

#webmaster {
	float:right;
}

#lastmod {
	float:left;
}