body {
	background: white;
	color:black;
	font-family:trebuchet ms, tahoma, verdana, arial, helvetica, sans-serif;
	font-size:13px;
	margin:0% 30% 0% 0%;
}
h1 {
	font-size:24px;
	font-weight:bold;

}
h2 {
	font-size:17px;
}
h3 {
	font-size:13px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
}
ul {
	list-style-type:square;
}
hr {
}
a:link{
	text-decoration:underline;
}
a:visited{
	text-decoration: underline;
}

a.navbutton{
	display:none;
}
a.navbutton:visited {
	display:none;
}

#logo {
	display:none;
	margin:0;
}
#navigation {
	display:none;
	margin:0;
}
.content {
	background: white;
	margin:0;
	padding:0;
}
.bottom {
	display:none;
	padding:0;
}

.footer {
}
