﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}

td.title {
	background-color:#c0c0c0;
	text-align:center;
	font-size:x-large;
	color: black;
	border-style:none
	
}

td {
	background-color:black;
	text-align:center;
	color: white;
	border-style:none;
		
}

tr.bottomborder td {border-bottom: 1pt solid #c0c0c0}
