@charset "utf-8";
body  {
	font: 80% sans-serif;
	background: #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: #000000;
}
#container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#nav {
	background-color:#0260AA;
	margin-top: 20px;
	height: 42px;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:9pt
}
#nav ul li {
	display:inline;
	float:left;
	margin:2px;
}
#nav ul li a {
	color:#ffffff;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	float:left;
	padding:5px 8px;
}
#nav ul li a.selected, div#nav ul li a.selected:hover {
	background-color:#53A857;
}
#nav ul li a:hover {
	background-color:#53A857;
}

#logo {
	background-image: url(../Images/header_no_logos.jpg);
	height: 366px;
	background-repeat: no-repeat;
	width: 990px;
} 

#varian {
	float:left;
	padding-right: 10px;
}

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 3px solid #53A857;
}

#sidebar h1 {border-bottom:
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #53A857;
	font-size: 120%;
	color: #000000;
}
#sidebar h2 {
	color:#53A857;
	font-size: 100%;
	padding: 0;
	margin: 0;
}

#sidebar h3 {border-bottom:
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #53A857;
	font-size: 120%;
	color: #333333;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

#sidebar p {
	padding:0;
	margin: 0;
	font-size: 90%;
}

#sidebar ul {
	list-style-type:none;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#sidebar li{
	display:block;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	list-style-type: none;
	}

#sidebar a {
	color:#53A857;
	font-size:0.9em;
	font-family:sans-serif;
	line-height:1.4em;
	list-style-type: none;
}

#sidebar a:hover {
	color:#0260AA
}

#mainContent {
	margin: 0;
	width: 720px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#mainContent h1 {color:#53A857}
#mainContent h2 {
	color:#53A857;
	font-size: 120%;
}

#text {
	margin: 0;
	width: 930px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#text h1 {
	color:#53A857
}

#footer {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #005CA7;
	height: 100px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	color: #000000;
	font-size: 90%;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	color:#57B360
}
#footer a:visited {
	color:#000000
}

#footer_logo {float:left}

.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;
}

.clear {clear:both;}
.sponsorshipPrice {
	text-align:right;
	padding: 0;
	margin: 0;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.sponsorshipPackage {
	text-align:left;
	padding: 0;
	margin: 0;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-transform: uppercase;
}

.speakers {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0260AA;
}

.rego {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6FB765;
}
