body {
	background: #e9e9e9;
	margin: 0 20px;
	}
	
body, table, tr, th, td {
	font: 14px arial, tahoma, sans-serif;
	color: #343434;
	}
	
p, h1, h2, h3, h4 { margin-top: 0; }

.center { text-align: center; }
.clear { clear: both; }
	
h1 {
	color: #4f9836;
	font-size: 24px;
	font-weight: bold;
	}
h1 span { color: #89c774; }

h2 {
	color: #cf7019;
	font-size: 18px;
	font-weight: bold;
	}
	
h3 {
	color: #A66100;
	font-size: 14px;
	font-weight: bold;
	}
	
h4 {
	font-weight: bold;
	font-size: 16px;
	}


small, .small { font-size: 11px; }

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 25px 0;
	}

	
a:link, a:active, a:visited {
	color: #c24409;
	text-decoration: underline;
	}
a:hover { color: #52943b; }

#nav {
	background: #2154b2;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #3f70cb;
	height: 36px;
	}
#nav a:link, #nav a:active, #nav a:visited {
	color: #eef3fb;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 9px 14px 8px 14px;
	display: block;
	font-size: 16px;
	}
#nav a:hover, #nav a:focus, #nav a.on {
	background: #3f70cb;
	color: #fff;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
	}
	
#footer {
	background: #4f9836;
	margin: 0;
	padding: 10px 25px 15px 25px;
	font-size: 12px;
	color: #e3e2e2;
	}
#footer p { margin: 0; }
	
#footerLeft {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	}
#footerRight {
	margin: 38px 0 0 100px;
	padding: 0;
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	color: #e0eddb;
	text-decoration: none;
	}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	}

#footer ul {
	margin: 0 0 2px 0;
	padding: 0;
	list-style: none;
	}
#footer ul li {
	margin: 0 10px 0 0;
	padding: 0;
	font-weight: bold;
	list-style: none;
	display: inline;
	}

.registerButton {
		background: #2154b2;
		width: 200px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		margin: 25px auto;
		padding: 5px 10px;
	}
.registerButton:hover { background: #4074d3; }
.registerButton a:link, .registerButton a:active, .registerButton a:visited {
	color: #fff;
	text-decoration: none;
	}
.registerButton a:hover { color: #f9f585; }

#container {
	background: #fff;
	width: 775px;
	margin: 0 auto 20px auto;
	border-left: 3px solid #2154b2;
	border-right: 3px solid #2154b2;
	border-bottom: 3px solid #2154b2;
	}

#header {
	border-bottom: 1px solid #bebebd;
	height: 127px;
	}

#main {
	margin: 0;
	text-align: left;
	padding: 20px;
	}
	
ol ol {
	list-style-type: lower-alpha;
	margin: 15px 15px 25px 15px;
	}

ol.groups li {
	font-size: 16px;
	font-weight: bold;
	}
ol.groups li li {
	font-size: 14px;
	font-weight: normal;
	}
li { margin-bottom: 10px; }

/* Date Bar */
#dates {width: 225px;float: right;margin:auto auto auto 30px; display: none;}
#dates .item {margin: auto auto 10px 20px}
#dates .item .date {font-weight: bold;display: block;position: relative;left: -20px}
#dates h2 {margin:auto auto 10px auto}

#bottomLogos {
	text-align: center;
	margin: 40px 0 0 0;
	clear: both;
	}

.logos {text-align: center;margin-bottom: 20px}
.logos img {border: 0px}

#formstack {
	width: 600px;
	margin: 15px auto;
	}
.fsRowTop, .fsSpacerRow { display: none; }

table, tr, th, td { border-collapse: collapse; }

#outcome {
	text-align: center;
	font-weight: bold;
	margin: 25px 0 25px 0;
	font-size: 16px;
	}
#outcome h4 {
	font-size: 24px;
	margin: 0;
	}
#outcome p { margin: 0 0 10px 0; }

#agenda {
		clear: both;
		border: 1px solid #e8f0e3;
		}
#agenda th {
	background: #519d44;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	border-bottom: 3px solid #e8f0e3;
	color: #fff;
	padding: 10px;
	}
#agenda td {
	padding: 5px;
	border: 1px solid #e8f0e3;
	vertical-align: top;
	font-size: 12px;
	}
	
#participantList {
		clear: both;
		border: 1px solid #e8f0e3;
		}
#participantList th {
	background: #519d44;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	border-bottom: 3px solid #e8f0e3;
	color: #fff;
	padding: 10px;
	}
#participantList td {
	padding: 5px;
	border: 1px solid #e8f0e3;
	vertical-align: top;
	font-size: 12px;
	}
	
.time {
	font-weight: bold;
	white-space: nowrap;
	border-right: 1px solid #e8f0e3;
	}
.location {
	border-left: 1px solid #e8f0e3;
	}
	
img { border: none; }

.photo img, .photoRight img, .photoLeft img, .photoCenter img {
	background: #f2f2f2;
	padding: 6px;
	border: 1px solid #b0b0b0;
	}
.photoRight {
	float: right;
	margin: 0 0 25px 25px;
	}
.photoLeft {
	float: left;
	margin: 0 25px 25px 0;
	}
.photoCenter {
	text-align: center;
	margin: 0 0 25px 0;
	}
	
li.pdf {
		list-style: none;
		background: url(/hq/middle_america/images/pdf.gif) 0 0 no-repeat;
		padding: 0 0 0 20px;
		margin: 0 0 10px 0;
	}
li.pdf a { font-weight: bold; }
li.pdf span { font-size: 12px; }

.pdfRight {
	float: right;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	}

.pdfRight a:link, .pdfRight a:active, .pdfRight a:visited {
	background: url(/hq/middle_america/images/pdf.gif) 0 0 no-repeat;
	padding: 0 0 0 20px;
	}

#sponsored {
	font-size: 14px;
	float:left;
}
#sponsored p {
	clear:both;
}
#sendcode {
	float:left;
	display:block;
	margin-bottom:15px;
}
#results {
	padding:15px 0;
	font-size:14px;
	color:#C2113A;
}
#code  {
	font-size: 13px;
	width:80px;
}