BODY{
   background-color: #FFFFFF;
   color: #000000;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a.menulink{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 250%;
}

li.sitelink{
	line-height: 200%;
}
table#contact tbody tr td{
	padding-bottom: 10px;
}

div#header{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

div#header h1{
	font-size: 3em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#header h2{
	font-size: 2em;
	font-weight: normal;
	margin-top: 0;
}

div#footer{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

table#mainLayout{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
