* {
	margin: 0;
	padding: 0;
	border: none
} 
html {
	min-height: 100%;
	height: 100%
}
body {
	background-color: #ccd7dd;
	color: black;
	height: 100%
}
* html #main {
	height: 100%
} 
#main {
	min-height: 100%;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
#content {
  padding-top:10px;
	margin-left: 200px;
	width: 600px;
	padding-bottom: 80px;
	min-height:300px
}
p {
	margin-bottom: 15px;
	text-indent: 2em;
	text-align: left
}
#header {
	position: relative;
	top:10px;
	width: 100%;
	height: 280px;
}
 #header h1 {
	background: url("i/header.jpg") no-repeat;
	padding:275px 0 0 0;
	margin-left: 200px;
	height:0 !important;
	overflow: hidden;
	width: 600px
 }
#logo {
	display: block;
	position: absolute;
	left:0px;
	margin-top:70px;
	background: url("i/logo.jpg") no-repeat;
	width: 174px;
	height: 144px;
}               
#leftmenu {
  margin-top: 40px;
  width:100px;
	position: absolute;
	left:20px;
	text-align: left;
	font-famIly: sans-serif;
	font-size: 12pt
}
#leftmenu a, #leftmenu ul{
	text-decoration: none;
	color: #1d25c1
}
ul {
	list-style-type: none
}
#footer {
	position: absolute;
	height: 80px;
	bottom: 0;
	width:800px;
	left: 0
}
#copyright {
	font-size: 8pt;
	color:black;
	width:150px;
	position: absolute;
	right:0px;
	bottom:5px
}
.right {
	float: right;
  clear:right
}
#slink {
	width: 160px;
	margin-top: 20px;
	text-align: left;
	font-size: 9pt
}
#slink h2 {
	color: black;
	margin-bottom: 10px;
	font-size: 11pt
}
#slink li {
	border-left:5px solid #ADADAD;
	border-bottom:2px solid #9A9A9A;
	padding-left:3px;
	margin-bottom: 8px;
	color: #696969
}
#slink a {
	color: #696969
}
#slink2 {
	color: #696969;
	text-align: left;
	font-size: 9pt
}
#slink2 h2 {
	color: black;
  margin-top: 20px;
	margin-bottom: 0px;
	font-size: 11pt
}
#slink2 li:first-child {
	border-bottom:2px solid #9A9A9A;
	margin-left: 0px;
	display:inline
}
#slink2 li {
	border-bottom:2px solid #9A9A9A;
	margin-left: 20px;
	display:inline
}
#slink2 a {
	color: #696969;
	text-decoration: none
}
table {
	border: 2px solid black;
	border-collapse: collapse;
	width: 100%
}
th {
	padding:5px
}
td {
	border: 1px solid black;
	text-align: center; 
}
.tday, .hday {
	color: red
}
.tnight, .hnight {
	color: blue
}
#top_nav {
	bottom:20px;
	position:absolute
}
#top_nav select {
	width:174px
}
