﻿/* CSS layout */
#masthead {
	width: 744px;
	height: 61px;
	margin: 0px auto;
	color: #9400D3;
}
#top_nav {
	width: 744px;
	height: 61px;
	margin: 0px auto;
	padding-bottom:10px
}
#page_content {
	border: thin #C0C0C0 outset;
	width: 744px;
	margin: 0px auto;
	padding-left: 5px;
	padding-right: 5px;
	background-color: White;
}
#footer {
	width: 744px;
	margin: 0px auto;
	font: normal normal 900 12px "Times New Roman", Times, serif;
	color: #C0C0C0;
}

#footer a
{
	text-decoration: none;
	color: White;	
}

#top_nav table{
	border:0px;
	margin:0px;
	padding:0px;
}
#top_nav a
{
	text-decoration: none;
	color: White;
}
#top_nav td
{
	background-color: #32CD32;
	border: thin outset;
	border-color: silver;
}

#page_content a 
{
	
}

body {
	background-color:	#00BFFF;
}
