@charset "utf-8";
/* CSS Document */

html {
	overflow: scroll;
	}


body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background: #3b3a3a;
	margin: 0;
	padding: 0;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 800px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

ul.nav
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li.nav
{
float:left;
}
a.nav:link,a.nav:visited
{
display:block;
font-weight:bold;
font-size:13px;
color:#fff;
background-color:#663d70;
text-align:center;
padding:8px 0px;
text-decoration:none;
}
a.nav:hover,a.nav:active
{
	background-color:#43224b;
	color:#fff;
}

.content {
	padding:10px 20px;
}

h1 {
	font-size:21px;
}

h2 {
	font-size:16px;
	margin-bottom:0px;
}

p {
	font-size:14px;
}

.list {
	margin-top:0px;
	font-size:14px;
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

dt {
	margin-top:10px;
}
	
dd {
	margin-left:20px;
}

#facilities {
	border-collapse: collapse;
	border:0px;
	font-size:14px;
	margin-bottom:30px;
}

#facilities tr.alt td {
	color: #000000;
	background-color: #E9DDEC;
}

#facilities td, th {
	text-align:left;
	border-top: 1px solid black;
	border-left: 0px;
	border-right: 0px;
	padding-left:5px;
}

#webinar {
	font-size:14px;
}

#webinars td, th {
	text-align:left;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-left:5px;
}