@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #09204F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 130%;
}
#content {
	height: 560px;
	width: 600px;
}
#wrapper {
	height: 600px;
	width: 600px;
}
#header {
	background-color: #09204F;
	height: 20px;
}
#footer {
	background-color: #09204F;
	height: 20px;
}
#logobar {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#textbar {
	font-weight: bolder;
	color: #B33800;
	padding-left: 20px;
	font-size: 16px;
}
#thumbbox {
	padding-top: 20px;
}
table {
	text-align: center;
}
.cellPad {
	padding-top: 20px;
	padding-bottom: 20px;
}
#closebutton {
	padding-top: 10px;
	padding-left: 20px;
}
#closebutton a {
	color: #B33800;
}

