/* GENERAL
====================================================================== */
html { background: white; }

html, body { width: 100%; }

body {
	padding: 30pt;
	color: black;
	font-size: .75em;
}

#nav {
	height: 0;
	width: 0;
	overflow: hidden;
}

#footer,
div#sidebar {
	display: none !important;
}

h1 {
	height: 55px;
	width: 276px;
	background: url(../_images/logo.gif) no-repeat 0 0;
}


h1 a:link,
h1 a:visited {
	display: none;
	height: 0;
	width: 0;
}

form {
/* 	border: 1px solid lime; */
	width: 940px;
}

.scrollbox,
form div {
	height: auto !important;
	line-height: 1.4 !important;
}

form small {
	font-size: 100%;
	display: block;
	line-height: 1.6;
	width: 100%;
}



/* LINKS
====================================================================== */
/* write out ALL links in parenthesis */
/* a[href] { border-bottom: 1px solid #666; } */
/* a[href]:after { content: " (" attr(href)") "; } */

/* write out ONLY EXTERNAL links in parenthesis */
a[href^="http:"] { border-bottom: 1px solid #666; }
a[href^="http:"]:after { content: " (" attr(href)") "; }