﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}
.site_by {
	color: #808080;
}
.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #C0C0C0;
	background-color: #000000;
}
.img_border {
	border: 1px ridge #C0C0C0;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 100px;
	float: left;
	text-align: center;
	padding-top: 5px;
}

#page_content {
	margin-left: 100px;
}

#footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
}
.image_table {
	text-align: center;
	height: 300px;
	width: 85%;
}
a {
	color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #638AE4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
