body{
	margin: 0px;
}
body, div, td{
	font-size: 12px;
	font-family: Arial, Verdana, Times;
}
.container{
	min-height: 100%;
	position: absolute;
	width: 100%;
}
.footer{
	padding: 5px;
}
.footer A:link, .footer A:visited, .footer A:active{
	color: #000000;
	text-decoration: none;
}
.footer A:hover{
	color: #000000;
	text-decoration: underline;
}
h1, h2{
	margin: 0px;
}
h1{
	font-size: 21px;
}
h2{
	font-weight: 18px;
}
.header A:link, .header A:visited, .header A:active, .header A:hover{
	color: #506A78;
	font-size: 34px;
	font-weight: bold;
	text-decoration: none;
}
.menu{
	padding: 5px;
	text-align: right;
}
.menu a{
	display: block;
}
.nav{
	padding-top: 5px;
	padding-bottom: 3px;
}
.nav A:link, .nav A:visited, .nav A:active{
	color: #000000;
	text-decoration: none;
	border: #000000 1px solid;
	padding: 2px 5px 2px 5px;
	margin: 5px 0px 0px 0px;
	width: 140;
}
.nav A:hover{
	color: #3D5666;
	text-decoration: none;
	background: #FFFFFF url(../images/navbg.jpg);
	background-repeat: repeat-x;
}
.newday{
	background: #DDDDDD;
	border-bottom: #3F557F 2px solid;
	font-weight: bold;
	padding: 3px;
}
.paddme{
	padding: 5px;
}
.page1{
	background: #B8C58D;
	border-bottom: #3D5666 3px solid;
	padding: 3px;
}
.page2{
	width: 600px;
	margin-bottom: 25px;
}
.page3{
	bottom: 0px;
	width: 100%;
	position: absolute;
	background: #B8C58D;
	border-top: #3D5666 3px solid;
}