body {
	font-family: "Arial CE", "Helvetica CE", Helvetica, Arial, sans-serif;
	font-size: 1em;
	/* color: #003366; */
	color: #222;
	text-align: center;
	line-height: 1.2;
}

a {
	color: #006699;
}
p {
	text-align: justify;
}

h1 {
	color: #003366;
	font-size: 1.8em;
	font-weight: bold;
}
h2 {
	color: #003366;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2ex;
	margin-bottom: 1.2ex;
	margin-top: 1.4ex;
}
h3 {
	color: #003366;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2ex;
	margin-bottom: 1.4ex;
	margin-top: 1.7ex;
}
h4 {
	color: #003366;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 2ex;
	margin-bottom: 1ex;
	margin-top: 1.2ex;
}

img {
	border: 0px none;
	margin: 5px;
}
code {
	whitespace: pre;
	border: 0px none;
}

table.noborder, table.noborder td, table.noborder th {
	border: 0px;
	vertical-align: top;
}


#main {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	width: 800px;
}

#header {
	font-size: 2.3em;
	padding-top: 40px;
	color: #003366;
	background: url(../img/netfpga.png) no-repeat;
	background-position: top right;
}




.schedule {
}

.schedule .title {
	font-weight: bold;
	color: #003366;
	padding: 0px 0px 8px 0px;
}

.schedule .item {
	padding-bottom: 3px;
}

.schedule .time {
	font-family: sans-serif;
	display: block;
	float: left;
	width: 110px;
	color: #006699;
}

.schedule .note {
	font-size: 0.8em;
	color: #555;
	padding-top: 3px;
	padding-right: 20px;
	text-align: left;
}



.sponsors td {
	vertical-align: bottom;
	text-align: center;
	width: 200px;
}

.bl {
	float: left;
	width: 160px;
	margin-right: 1em;
	text-align: right;
	line-height: 1.7em;
  	clear:left;
  	font-size: 0.9em;
}

.txt {
	width: 400px;
	padding: 2px;
	margin-bottom: 5px;
	color: #000;
	background: #eee;
	border: 1px #ccc solid;
	font-size: 0.8em;
}

.submit {
	background: url(../img/button.png);
	border: 1px solid #ccc;
	cursor: pointer;
	margin: 0 6px 0 5px;
	height: 25px;
	padding: 2px 10px 0px 10px;
	border: 1px solid #999;
}

.error {
	color: darkred;
}
