﻿/* CSS layout */
html {
	height: 101%;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #008000;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	font-size: 20px;
	font-weight: bold;
	color: #3366ff;
	text-align: center;
}
#top_nav {
	margin-bottom: 30px;
}
.nav_table {
	margin: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	width: 80%;
}
.nav_table td {
	padding-top: 5px;
	border: 2px dashed #C0C0C0;
	height: 26px;
}
#page_content {
}
#title_table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
#picture_table {
	width: 100%;
	text-align: center;
}
#footer {
	text-align: center;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
