@charset "UTF-8";
body {
	font: 90% "Tahoma", "Book Antiqua", Palatino, serif;
	background: #D2D2D5;
	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: #333;
}

.leading #container {
	position: relative;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background: url(/leading/images/bg_sidebar.png) repeat-y; 
}
.leading #registration {
	position: absolute;
	display: block;
	width: 155px;
	height: 150px;
	left: 186px;
	top: 192px;
	background-image: url(/leading/images/badge_registration.png);
	background-repeat: no-repeat;
}
.leading #backToCarc {
	font-size: 90%;
	position: absolute;
	display: block;
	width: 125px;
	height: 24px;
	left: 806px;
	top: 228px;
	background-image: url(/leading/images/greenArrow.png);
	background-repeat: no-repeat;
	background-position: right  top;
	padding-top: 3px;
}
.leading #backToCarc a:link{
	color:#900;
	text-decoration: none;
}
.leading #backToCarc a:visited {
	text-decoration: none;
	color: #930;
}
.leading #backToCarc a:hover {
	text-decoration: underline;
}
.leading #backToCarc a:active {
	text-decoration: none;
}

/*NAVIGATION*/

.leading #navigation{
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(/leading/images/bg_navigation.png);
	height: 45px;
}

/*HEADER*/

.leading #header {
	height: 170px;
	background-image: url(/leading/images/bg_header.png);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.leading #header h1 {
	text-indent: -9999px;
	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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/*SIDEBAR*/

.leading #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 0 10px;
	height: 500px;
	margin: 0;
	text-align: left;
	background-color: #E9E9E9;
	font-size: 13px;
	
}
.leading #sidebar #contact {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	width: 179px;
	color: #900;
	height: 30px;
	padding: 10px;
	margin: 10px 15px 0px 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border: 1px solid #ccc;
}
.leading #sidebar #content p {
	margin-top: 3px;
}
.leading #sidebar #map {
	height: 275px;
}

/*SIDEBAR LINKS*/

.leading #sidebar a:link {
	color:#B3800D;
	text-decoration: none;
}
.leading #sidebar a:visited {
	text-decoration: none;
	color: #ac9144;
}
.leading #sidebar a:hover {
	text-decoration: underline;
}
.leading #sidebar a:active {
	text-decoration: none;
}

/*SIDEBAR LISTS*/

.leading #sidebar ul {
	margin: -7px 0 0 0;
	padding: 0;
	
}
.leading #sidebar li {
	list-style: none;
	margin: 0 0 3px 10px;
	
}


/*MAIN CONTENT*/

.leading #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.leading #mainContent h1{
	font-size: 22px;
	text-align: center;
	color: #690;
	margin-top: 60px;
}
.leading #mainContent h2{
	font-size: 15px;
	color:#333;
	text-align: center;
}

/*MAIN CONTENT PICTURE*/
.leading #mainContent #picture {
	height: 475px;
	width: 690px;
	background: url(/leading/images/wordle2011.jpg) no-repeat center bottom;
	margin: 15px 45px 0 0;
}

/*MAIN CONTENT LINKS*/

.leading #mainContent a:link {
	color:#B3800D;
	text-decoration: none;
}
.leading #mainContent a:visited {
	text-decoration: none;
	color: #ac9144;
}
.leading #mainContent a:hover {
	text-decoration: underline;
}
.leading #mainContent a:active {
	text-decoration: none;
}


/*MAIN CONTENT TABLES*/

.leading #mainContent table {
	width: 100%;
	margin: 10px 0 10px 5px;
	border-collapse: collapse;
	
}
.leading #mainContent thead {
	font-size: 1em;
	color: #666666;
}
.leading #mainContent tbody {
	color: #666666;
	text-align: left;
	font-size: 80%; 
}
.leading #mainContent th {
	background: #F6ECD1;
	font-weight: bold;
	text-align: left;
	padding: 0.25em;
	border-top: solid 4px #A6A6A6;
	border-bottom: solid 2px #A6A6A6;
}
.leading #mainContent td {
	padding: .5em .21em;
	border-bottom: solid 2px #A2A4B3;
	vertical-align: top;
}

/*IMAGES*/

div.imgflt_left  {
	float: left;
	margin: 0px 20px 20px 0px;
}
.imgflt_left img {
	padding: 10px;
}
.imgflt_left p {

}


div.imgflt_right {
	float: right;
	margin: 5px 10px 0px 20px;
}
.imgflt_right img {
	border: 1px solid #666;
	padding: 10px;
}
.imgflt_right p {

}

/*FOOTER*/

.leading #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#A2A4B3; 
} 

.leading #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}
.leading #footer a:link {
	color: #884543;
}

.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: 2px;
	margin-top: -11px;
}
.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;
}
.smallText{
	font-size: 75%;

}
#date {
	padding-left: 7px;
}
#featuring {
	margin-bottom: 10px;
	background-color: #fff;
	padding: 7px;
	border: 1px solid #ccc;
}
#contest {
	margin-bottom: 10px;
	background-color: #fff;
	padding: 7px;
	border: 1px solid #ccc;
}
#preConference {
	/*height: 100px;*/
	margin-bottom: 10px;
	background-color: #fff;
	padding: 7px;
	border: 1px solid #ccc;
}
#conference {
	height: 90px;
	background-color: #fff;
	padding: 7px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.highlight {
	color: #CC6600 !important;
}

