body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	background-color: #D0E8FB;
	color: #000080;
	margin: 0;
	text-align: center;
}

table.main {
	width: 800px;
	border: 0;
	border-collapse: collapse;

	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

table.main td { padding: 0; margin: 0; }
h2 { font-size: 16px; }

td.content {
	background-color: #BED9ED;
	font-size: 13px;
	text-align: justify;
	color: #000080;
	width: 597px;
	vertical-align: top;
}

td.left {
	background-image: url(images/left_tile.gif);
	background-repeat: repeat-y;
	width: 203px;
	vertical-align: top;
}

div.right { margin-right: 10px; }

.scroll {
  color: #FF6600;
  font-weight: bold;
}


.footer { background-color: #BED9ED; color: #5998C9; font-size: 10px; margin: 0px 10px 0px 0px; text-align: center; }
.footer a { font-size: 12px; text-decoration: none; color: #5998C9; }
.footer a:hover { text-decoration: none; color: #034D92; }
.footer a:visited { text-decoration: none; color: #5998C9; }

