body {
	background-color: #FFCC00;
	margin: 0;
	padding: 0;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
img {
	border: 0;
}
#whitebackground {
	background-color: #ffffff;
	width: 742px;
	height: 680px;
	margin-left: auto;
	margin-right: auto;
}
#graybackground {
	background-color: #CBCED5;
	margin: 0 10px 10px 10px;
}
#header {
   margin: 0 0 0 1px;
	height: 228px;
	overflow: hidden;
}
/* 
 * For some reason this element is positioned with a margin of 4px below the
 * topbar image by FireFox. For this reason I position it absolute which places
 * it directly AFTER the topbar. The top is then set to 41px and the left
 * margin is set to -720px in order to position it correctly right under the
 * topbar.
 */
img#headerimage {
	position: absolute;
	top: 41px;
	margin-left: -720px;
}
img#titleimage {
	position: absolute;
	margin-left: -270px;
	margin-top: +10px;
}
#menu {
   margin: 0 0 0 1px;
	width: 720px;
	height: 42px;
	background-image: url(../images/menubackground.gif);
}
img.absmiddle {
	vertical-align: middle;
}
#menu p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 35px;
	margin: 0;
}
#menu a, #menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#container {
	background-image: url(../images/contentbackground.jpg);
   margin: 0 0 0 1px;
	width: 720px;
	height: 399px;
}
#content {
	margin: 0;
	padding-left: 150px;
	padding-top: 70px;
	padding-right: 36px;
	height: 268px;
}
#leftcolumn {
	float: left;
	width: 170px;
}
#getacrobat {
	margin-top: 50px;
}
#rightcolumn {
	padding-left: 10px;
	height: 268px;
	overflow: auto;
}
#footer {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 30px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
}
#footer img {
	float: right;
	margin-right: 10px;
}
h3 {
	margin-bottom: 3px;
}
.legal {
	font-size: xx-small;
}