body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	/*margin: 0px;
	padding: 5px;*/
	background-color: white;
	color: black;
}
body#corner {
	background-color: #3333ff;
	margin: 0px;
	padding: 8px 11px 9px 5px;
}
body#top {
	background-color: #3333ff;
	/*text-align: center;*/
	margin: 0px;
	padding-left: 10px;
}
/*body#title {
	padding-top: 5px;
}*/
body#title h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #0000ff;
	margin: 0px;
	padding: 5px 0px;
}
body#title h1 i {
	font-size: 60%;
 	font-weight: normal;
}

div#select {
	/*width: 90%;
	height: 51px;*/
	padding-top: 5px;
	text-align: center;
	/*border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0000ff;*/
}

body#title select {
	color: #0000ff;
	border-style: solid;
	border-width: 1px;
	border-color: #0000ff;
}

body#content {
	/*top margin set to 0, h2 margin used instead (so must start with h2), in IE they did not collapse*/
	/* ;also use -10 margin to bring the first h2 category closer to the top*/
	margin: -10px 20px 10px 5px;
	padding: 0px;
}
div#container {
	width: 665px;
	margin-top: 14px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
img#mathjobs {
	height: 92px;
	width: 150px;
	border-style: none;
}
img.banner {
	margin: 0px 10px 0px 0px;
	border-style: none;
}
ul.menu {
	margin: 20px 0px 30px 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
}
ul.menu li {
	width: 130px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
	border-color: #0000ff;
	color: #0000ff;
	padding: 3px 3px;
}
ul.menu li.menutitle {
	color: white;
	background-color: #0000ff;
}
ul.menu li a {
	color: #0000ff;
	text-decoration: none;
}
ul.menu li a:hover {
	text-decoration: underline;
}
body#content h2 {
	font-size: 1.3em;
	margin: 20px 0px 10px 0px;
}
body#content ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*border-style: solid;
	border-width: 1px;
	border-color: #3333ff; */
}
body#content ol li {
	margin: 7px 0px;
}
body#content ol li a {
	color: black;
	text-decoration: underline;
}
body#content ol li a:hover {
	color: #0000ff;
}

div#footer {
	margin-top: 25px;
}
div#footer a {
	color: black;
	text-decoration: underline
	/*color: #0000ff;
	text-decoration: none;*/
}

div#footer a:hover {
	color: #0000ff;
	/*text-decoration: underline;*/
}



