@import url(base.css);
/*@import url(page.css);*/

/*
h2 { float: left; }
div.interview { font-family: Times New Roman; font-size: 115%; }
div.interview dt { font-family: sans-serif;  }
div.clear { clear: both; }


ul.nav3 { float: right; list-style: none; margin-top: 25px; }

ul.nav3 li { display: inline; border: 1px solid #aaa; padding: 3px; }
*/

div.clear { clear: both; }
hr { clear: both; display: none; }

body.notfound {
}
	body.notfound div#content div.row {
		width: 100%;
		margin-bottom: 2em;
		margin-top: 3em;
	}
		body.notfound div#content div.row div.item {
			width: 46%;
			float: left;
			padding: 6px;
			padding-top: 0px;
			border-left: 8px solid #eee;
		}
			body.notfound div#content div.row div.item h3 {
				margin: 0px;
			}
			body.notfound div#content div.row div.item li {
				margin-bottom: 0.3em;
			}
			body.notfound div#content div.row div.item p {
				margin-left: 1.5em;
			}

			body.notfound div#content div.row div.item form label {
				font-weight: bold;
				display: block;
			}
			body.notfound div#content div.row div.item form input[type=text] {
				width: 50%;
			}
			body.notfound div#content div.row div.item form textarea {
				width: 80%;
				height: 6em;
			}

