@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
}
.twoColFixRtHdr #container { 
	width:100%;
	float: none !important;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
	margin-bottom:20px;
} 
.twoColFixRtHdr #header {
	display: none;
} 
.twoColFixRtHdr #nav {
	display: none;
} 
.twoColFixRtHdr #header h1 {
	display: none;
}
.twoColFixRtHdr #sidebar1 {
	display: none;
}
.twoColFixRtHdr #sidebar1 h3 {
	display: none;
}
.twoColFixRtHdr #mainContent { 
	width:100%;
	float: none !important;
	font-size:14px;
} 
.twoColFixRtHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 1px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:20px;
	text-transform:uppercase;
	color:#b2573e;
}
.twoColFixRtHdr #mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:16px;
}
.twoColFixRtHdr #mainContent p {
	margin-top:10px;
	}
.twoColFixRtHdr #footer { 
	display: none;
} 
.twoColFixRtHdr #footer p {
	display: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.toplinks {
	display: none;
}
.toplinks a {
	display: none;
}
img.sponsors {
	margin-top:4px;
	margin-bottom:4px;
	}
.sponsortables {
border:1px solid #CCCCCC; 
width:100%;
margin-bottom:20px;
}
.sponsortables td {
	background-color:#FFFFFF;
	padding-bottom:5px;
	}
.sponsortables td.title {
	background-color:#8ca2c8;
	padding-bottom:0px;
	}
	
/*centered horizontal menu*/	

#navcontainer ul {
	display: none;
}

#navcontainer li { 
	display: none;
}

#navcontainer li a {
	display: none;
}

#navcontainer li a:hover {
	display: none;
}
/* center hoirzontal menu end */


.registerlist ul {

	}
.registerlist li {
list-style-type:square;
}

table.register {
	border-top:1px solid #999999;
	font-size:13px;
	margin-top:15px;
}
table.register td {
	border-bottom:1px solid #CCCCCC;
	padding:5px 5px;
}	
.tabletitle {
	background-color:#df9f8d;
	padding-left:5px;
	}
table.program {
		width: 100%;
		margin: 0;
		padding: 0px 8px 0px 8px;
		border-collapse: collapse;
		}
table.program td {
		padding: 4px 12px 4px 6px;
		border-bottom:1px dashed #CCCCCC;
		vertical-align:top;
		}
		
		.sponsorfull {
		width: 100%;
		margin: 10px 0;
		border-collapse: collapse;
		border: 1px solid #cccccc;
		text-align:center;
		}
		
.sponsorfull td#image{
		padding: 0;
		}

.sponsorfull td {
		padding: 5px;
		background-color:#ffffff;
		}


.sponsorfull th {
		
		padding: 4px 12px 4px 6px;
		font: 12px Tahoma;
		font-weight: 900;
		background-color:#df9f8d;
		text-align: left;
		}

.sponsorfull td#name {
		font: 11px Tahoma;
		font-weight: 700;
		color: #333333;
		}

.sponsorfull strong	{
		font: 11px Tahoma;
		font-weight: 900;
		}		

.sponsorfull img {
position: relative;
margin: auto;
max-height: 250px;
}


.sponsor_titles {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}
.sponsorpage {
	padding: 15px;
	border:0;
	}

