﻿html, body {
height:100%;
margin:0;
padding:0;
}

li 
{
	TEXT-ALIGN: left;
}

.FontHeadline
{
	font-weight: bold;
	font-size: larger;
	font-family: Verdana;
}
.FontStndCenter
{
	text-align: center;
	font-family: verdana;
	font-size: small;
}
.TopAlignLeft {
	text-align: left;
}
.BackGround {
	background-color: #FFFFFF;
}
.FontXSmall {
	font-family: verdana;
	font-size: x-small;
}
.FontStnd
{
	font-family: verdana;
	font-size: small;
	text-align: left;
}
.FontSubHead
{
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}
.InlineImage
{
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.SideNewsLink
{
	
}
	
	
	
	
	

#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
#content {
position:relative;
z-index:1;
}