html,body
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-size: 12px;
	background-color: #FFFFFF;
}

h4
{
	font-size: 18px;
	text-align: left;
}

#headertext
{
	white-space: nowrap;
	text-align: center;
	padding-top: 5px;
	padding-right: 115px;
	color: #000000;
}

#description
{
	padding-left: 50px;
	padding-right: 100px;
	text-align: justify;
	white-space: normal;
}

h1
{
	/* nothing special here yet */
}

ul
{
	/* nothing special here either */
}

li
{
	/* still nothing special here, but why are they all defined? */
}

a
{
	color: #0000CC;
}

#header
{
	background: transparent url(images/header.JPG) no-repeat top;
	height: 115px;
}

#footer
{
	background: transparent no-repeat bottom right;
	font-size: 12px;
}