﻿BODY {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: center top; 
	PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; 
	PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: center;
	height:100%;
}

#header {
	/*position:absolute;*/
	margin-left:0px;
	margin-top:30px;
	margin-right:0px;
	margin-bottom:30px;
	padding: 20px;
	height:70px;
	width:960px;
	background-color: #038315;
	font-size: 40px;
	font-weight: bold;
	color: white;	
}

#header #timezone {
	/*position:absolute;*/
	background-color: #038315;
	font-size: 20px;
	color: white;	
	text-align: right;
}

#header #Status {
	/*position:absolute;*/
	background-color: #038315;
	font-size: 13px;
	color: white;	
}
#wrapper {
	PADDING-TOP: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: auto; 
	VERTICAL-ALIGN: top; 
	WIDTH: 960px; 
	HEIGHT: auto; 
	TEXT-ALIGN: left;
	background-color: #FFFFFF;
}

#content {
	padding-top:15px;
	padding-bottom:15px;
	WIDTH: 100%;
	font-size: 30px;
	font-weight: bold;
	min-height: 100%;
	/*height: auto !important;*/
	height: auto;
	
}

.cTable {
	font-size: 18px;
	font-weight: bold;
	width: 1000px;
	border-collapse:collapse;
	background-color:#FFFFFF;
	margin-top: 20px;
}

table tr
{
	height: 45px;
}

table td 
{
	padding: 5px;
}

a.DecorationOff
{
	text-decoration: none;
	color: #000000;
}

a.DecorationOffWhite
{
	text-decoration: none;
	color: white;
}

table td.center
{
	text-align: center;
	width: 70px;
	border-left: 1px solid #f8f8f8;
}

table td.centerheader
{
	text-align: center;
	width: 70px;
}

table tr.header {
	background-color: #038315;
	color:#FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

Table tr.even
{
	background-color: #f8f8f8;
}

.cTable tr.odd
{
	background-color: #ffffff;
}
