#container {
	margin-left: 10%;
	margin-right: 10%;
}

body {
	font-family: serif;
	font-size: medium;
	margin: 0;
	border: 0;
	}
	
a {
	text-decoration: none;
	color: black;
	}
	
a:hover {
	color: black;
	background: yellow;
}

a:active {
	text-decoration: underline;
	color: black;
	background: yellow;
}

p	{
	margin: 10px;
	text-indent: 30pt;
}

img {
	border: 0;
}

th {
	padding: 10px;
	border-bottom: solid black 2px;
}

td {
	padding: 10px;
	border-bottom: solid black 1px;
	border-right: dotted black 1px;
	text-align: right;
}
	
#heading {
	width: 80%;
	max-width: 1000px;
	min-width: 300px;
	height: 32px;
	border-bottom: 1px solid black;
	font-size: larger;
}

#mainframe {
	position: absolute;
	top: 54px;
	width: 80%;
	max-width: 1000px;
	height: 80%;
	max-height: 700px;
	font-size: large;
	line-height: 13px
}

#navbar {
	width: 80%;
	max-width: 1000px;
	position: absolute;
	top: 32px;
        border: 1px solid black;
	border-bottom: 0;
	padding-bottom: 2px;
	padding-top: 4px;
        word-spacing: 10px;
	text-align: center;
	background: #BBBBBB;
}

#emailform {
	position: absolute;
	left: 200px;
}

