body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252421;
	background-color: #393835;
	margin: 0;
	padding: 0;
}
#wrapper {
	text-align:center;
	width: 100%;
}
.tableHome {
	background: url(images/bg_main_home.gif) repeat-y left top;
}
.tableInside {
	background: url(images/bg_main_content.gif) repeat-y left top;
	/* border: 1px solid #0080d6; */
}
#leftCol {
	padding-left: 10px;
}
#rightCol {
	padding-right: 10px;
}

.home {
	color: #fff;
	font-size: 14px;
}	
#content {
	padding: 20px;
}
#footer {
	text-align: center;
	color: white;
	font-size: 10px;
	padding: 10px 0;
}
.alignRight {
	float: right;
	padding: 10px 0 10px 10px;
}
h1 {
	font-size: 20px;
	color: #000;
	margin-top: 0;
	padding-top: 0;
}
h2 {
	font-size: 16px;	

}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.registerBtn {
	margin: 15px 0;
}
.column {
	font-size: 11px;
	color: #AEC5E5;
	padding: 20px 10px;
}
.column p {
	margin: 0 0 4px 0;
}
.column a {
	color: #AEC5E5;
}
.blueBox {
	background-color: #D6E1FF;
	padding: 4px 10px;
	width: 150px;
	float:right;
	margin: 10px 0 10px 10px;
}
.small {
	font-size: 10px;
}
.highlight {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #FFFF66;
}
#agenda p {
	margin: 4px 0;
	padding: 0;
}

.committee {
	padding: 4px;
}	
.committee td {
	padding: 3px;
/*	border-bottom: 1px solid #0089FF; */
	font-size: 11px;
}
td.cHeading {
	font-size: 12px;
	border-bottom: 1px solid #2B2A27;
}
.sponsors td {
	padding: 8px 0;
}
.spRank {
	font-size: 14px;
	font-weight: bold;
	background-color: #EDEDED;
}
table.rowBorders {
	border-top: 1px solid #ccc;
}
table.rowBorders td {
	border-bottom: 1px solid #ccc;
	padding: 1px 0;
}

/* Program */
table.program {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
td.tblhead {
	background-color: #003990;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}
td.shaded {
	background-color: #DBDFF1;
	text-align: center;
}
table.program td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 4px;
}
table.program td p {
	margin: 3px 0;
}
p.table-session-name {
	font-weight: bold;
}

/* -- */


table.sponsorship {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.sponsorship td, table.sponsorship th {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 4px;
}
table.sponsorship th {
	background-color: #003990;
	color: #ffffff;
}
table.sponsorship td p {
	margin: 3px 0;
}


.announcement {
	margin: 15px;
	padding: 8px;
	color: white;
	text-align: center;
	background-color: #FF6600;
	text-transform:uppercase;
	border-bottom: 2px solid #000C1E;
	border-right: 2px solid #000C1E;
}
table.fees th {
	background-color: #ccc;
	padding: 2px;
}
table.fees td {
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

.regButton {
	text-align:center;
	margin: 25px 0;
}
.regButton a {
	padding: 5px;
	border-top: 3px solid #3399FF;
	border-left: 3px solid #3399FF;
	border-bottom: 3px solid #000033;
	border-right: 3px solid #000033;
	text-decoration: none;
	font-weight: bold;
	background-color: #0066CC;
	color: white;
	text-transform:uppercase;
}
.regButton a:hover {
	padding: 5px;
	border-top: 3px solid #3399FF;
	border-left: 3px solid #3399FF;
	border-bottom: 3px solid #000033;
	border-right: 3px solid #000033;
	text-decoration: none;
	font-weight: bold;
	background-color: #0066CC;
	color: #FFCC00;
	text-transform:uppercase;
}

.hotelInfo {
	float: right;
	width: 220px;
	margin: 20px;
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
}
.hotelInfo p {
	margin: 0;
	text-align:center;
	font-size: 10px;
}
p.question {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 25px;
}