﻿@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fef3ed;
	background-image: url(images/bodybackground2.jpg);
	background-repeat: repeat-x;
}
#container {
	background-image: url(images/cta2011Banner.jpg);
	height: 1000px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fef3ed;
	background-repeat: no-repeat;

}
#conferenceheader {
	height: 260px;
	width: 850px;
}
#cta2010nav {
	height: 20px;
	width: 850px;
	vertical-align: baseline;
}
#maincontent {
	width: 630px;
	margin-right: 10px;
	margin-top: 20px;
	margin-left: 5px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: transparent;
	background-repeat: no-repeat;
	padding-bottom: 10px;	
}
#maincontent label {
	float: left;
	width: 30%;
	text-align: right;
	clear: left;
}
#maincontent input {
	text-align: left;
	margin-left: 4px;
}
.registrationsection {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
	padding-left: 5px;
}
.registrationsection h2{
	color:#0a4680;
}
.confirmationsection {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
	padding-left: 5px;
}
.confirmationsection table{
	border-collapse:collapse;
}
.confirmationsection table td{
	border:thin black solid;
	background-color:white;
	border-collapse:collapse;
	padding:4px 8px 4px 4px;
}
.requiredAsterisk{
	color:red;
	font-size:medium;
}

.submit {
	margin-left: 110px;
}
.nostyle {
	float: none;
	width: 0px;
}
.keynote {
	background-color: #999;

}
#welcomeletter p{
	font-size: 14px;
}
#dayschedule {
}
#ctalogo {
	float: none;
	clear: none;
}

