body {
	font-family: Arial, Verdana, Helvetica, Serif, Sans-Serif;
	font-size: 80%;
}

ul.nav,
div#colSide,
div #siteHead form,
div #siteHead h2,
div #siteFoot,
div .rightContent {
	display: none;
}

h1, h2, h3, p {
	margin: 0 0 1em 0;
}

ul, ol {
	margin: 0 0 1em 25px;
	padding: 0;
}

a img {
	border: 0px;
}

li {
	margin-bottom: 0.5em;
}
li.current {
	font-weight: bold;
}

fieldset {
	margin-bottom: 1em;
}

input,
select,
textarea {
	width: 95%;
	border: 0px;
	border-bottom: 1px dashed black !important;
	margin-bottom: 5px;
}
.noWidth {
	width: auto;
	border-bottom: 0px;
}