html, body { 
margin: 0; 
padding: 0; 
height: 100%; 
text-align: center;
font-size: 10pt;
font-family: Arial;
background: url("background.gif") #E0E0E0 repeat-y;
background-position: center center;
} 

#frame { 
	width: 800px; 
	margin-left:auto; 
	margin-right:auto;  
	background: #FFFFFF; 
	position: relative; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	text-align: left;
} 

#header
{
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
	border-bottom: 3px solid #981C1E;
	background: url("/images/logo.jpg") left no-repeat;
	height: 180px;
}

#content
{
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
}

#footer { 
	clear: both;
	width: 100%; 
	background: #FFFFFF; 
	margin-left:auto; 
	margin-right:auto;  
	position: absolute; 
	bottom: 0 !important; 
	bottom: 0px; 
	height: 15px; 
	text-align: center;
	border-top: 1px solid #CCCCCC;
	font-size: 8pt;
	width: 100%;
} 

#navcontainer ul {
	list-style-type: none;
	text-align: right;
	margin-top: 5px;
}

#navcontainer ul li a {
	text-align: right;
	font-size: 10pt
	font-family: Arial;
	font-weight: bold;
	letter-spacing: .4em;
	text-decoration: none;
	color: #999999;
}

#navcontainer ul li a:hover {
	color: black;
}

#navcontainer ul li a#current {
	color: #666;
}
	
h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	display: block;
	background-color: #981C1E;
	color: #FFFFFF;
	width: 30%;
	padding: 2px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

a:link { color: #000000; }
a:active { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #981C1E; }

table {
	border-collapse: collapse;
	background-color: white;
	font-size: 10pt;
	font-family: Arial;
}
table th {
	padding: 1px;
	background-color: #981C1E;
	color: #FFFFFF;
	border: 1px solid #981C1E;
	-moz-border-radius: ;
}
table td {
	padding: 1px;
	-moz-border-radius: ;
}

table tr.bg_0 
{ 
background-color: #E5E5E5; 
} 

table tr.bg_1 
{ 
background-color: #FFFFFF; 
} 

tr.alt td {
background-color: #E5E5E5;
}

#updated {
text-align: right;
font-size: 8pt;
}

form {
margin-top: 0px;
margin-bottom: 0px;
}