﻿*{
	padding:0;
	margin:0;
}

body{
	background-color:#004890;
}

#maincontent{
	width:1400px;
	margin:0 auto;
	padding-bottom:1em;
	background-color:white;	
	overflow:auto;
}

#header {
	float:left;
	width:192px;
	height: 62px;
	text-align:center;
}

#header .logo{
	width:190px;
	height:60px;
	float: left;
	margin-top: 2em;
	margin-left: 1em;
}

#header img{
	border-style:none;
}

#header a{
	text-decoration:none;
	color:#004890;	
}

#title {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	text-align:center;
}

#title .sbi {
	text-align:center;
	margin-top: 1em;
	color: #004890;
	font-size: 30px;
	font-weight: bold;
}

#flyer {
	float:left;
	width:160px;
	margin-left:18em;
	text-align: center;
}

#flyer img{
	height:150px;
	width:120px;
	border-style:none;
}

#flyer a{
	text-decoration:none;
	color:#004890;
}

#flyer a:hover{
	color:#EC1B2E;
}

#topinfo {
	margin-top:6em;
}

#eventdate{
	width: 500px;
	float:left;
	font-size: 18px;
	font-weight:bold;
	margin-left:6em;
}

table#tabledate td{
	width: 15em;
}

#eventlocation{
	float:left;
	margin-left: 5em;
}

#bottominfo{
	float:left;
	width:100%;
}

#leftcontent{
	float:left;
	width:450px;
	padding-left:1em;
	margin-top:.5em;
	height:100%;
}

#statement{
	text-align:center;
	color:#004890;
	font-size:24px;
	font-weight:bold;
}

#topics{
	margin-left:4em;
	color:#004890;
	font-size:22px;
	font-weight:bold;
}

#staff{
	margin-top:2.5em;
	margin-left:1em;
	padding-bottom:1em;
}

#rightcontent{
	float:left;
	width:750px;
	margin-left:9em;
	margin-top: 1.5em;
	height:100%;
}

#registration{
	width: 750px;
}

#registrationtitle{
	margin-left:10em;
	color:#EC1B2E;
	font-size:24px;
	font-weight:bold;

	text-decoration: underline;
}

p#requiredp {
	margin-left:5em;
}

#registration table#registrationfields td#star{
	width:12px;
}


#registration table#registrationfields{
	margin-left:7em;
	width:625px;
}

#registration table#registrationfields tr{
	height:3em;
}

#registration table#registrationfields td.left{
	width:290px;
}

#registration table#registrationfields td.address{
	padding-left:30px;
}

#registration table#registrationfields td.sub{
	padding-left:10px;
}

input{
	height:26px;
}

textarea {
	overflow:auto;
}

p#note {
	font-weight:bold;
	width:30em;
	margin-left:6em;
	margin-top:.5em;
}

input#submitbutton {
	margin-left:6em;
	margin-top:.5em;
	padding:3px;
	width:100px;
	height:50px;
	font-weight:bold;
	font-size:14px;
}
