body {
	background-color: white;
}

body, div, td { font-family: Arial, Helvetica, sans-serif }

body {
	margin: 0;
}

.mainMenu {
}

table.mainMenuOptions {
	width: 900px;
	/* table-layout: fixed;*/
}

table.mainMenuOptions td {
	font-weight: bold;
	text-align: center;
	font-size: 80%;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

.notYetAvailable {
	color: lightGrey;
}

a.menuLink:link, a.menuLink:visited, a.menuLink:hover, a.menuLink:active {
	color:	black;
	text-decoration: none;
}

.content {
	margin: 10px;
}

.firstPara {
	margin-top: 0;
}

h2 {
	margin-top: 2ex;
	margin-bottom: 0;
	font-size: medium;
}

h3 {
	margin-top: 2ex;
	margin-bottom: 0;
	font-size: medium;
	font-style: italic;
}

p {
	margin-top: 0;
	margin-bottom: 1.5ex;
}

li {
	margin-top: 1ex;
}

.pageTitle {
	font-weight: bold;
	font-size: large;
	text-align: center;
	margin-top: 3ex;
}

div.separator {
	margin-top: 3ex;
	margin-bottom: 3ex;
}

A.rightArrow {
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.imageRight {
	padding-left: 2ex;
	padding-top: 1.5ex;
	padding-bottom: 1.5ex;
}

