@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #1d3145;
}

body {
	background-image: url(../images/main_bg.gif);
	margin: 0 auto;
}

h2 {
	color: #518198;
	text-decoration: underline;
}

#main_container {
	margin: auto; 
	width: 903px; 
	background-image: url(../images/content_bg.gif);
}

#header {
	width: 903px;
	height: 202px;
	z-index: 2;
	position: relative;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

#content {
	position: relative; 
	z-index: 2; 
	width: 903px;
}

#header_bottom {
	width: 317px;
	height: 92px;
	background-image: url(../images/header_bottom.jpg);
	background-repeat: no-repeat;
	z-index: 0;
	float: right;
	top: 202px;
	position: relative;
}

#navigation {
	width: 151px;
	float: left;
	background-image: url(../images/nav/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#body_copy {
	float: right;
	width: 692px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
}

#body_copy a:link {
	color: #0066CC;
	font-weight: bold;
}

#body_copy a:hover, a:visited {
	color: #6699CC;
	font-weight: bold;
}

#body_copy ul {
	list-style-image: url(../images/drop_bullet.gif);
}

#body_copy ul li {
	padding-left: 10px; 
	margin-bottom: 4px;
}

#day_1_table .times, #day_2_table .times {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	color: #4f8098;
}

#day_1_table .times_no_pad, #day_2_table .times_no_pad {
	font-weight: bold;
	color: #4f8098;
}

#day_1_table td, #day_2_table td {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #4f8098;
}

.session_desc {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#body_copy table td p {
	margin: 3px 0 10px 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
</style>

<!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->
