body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #535365;	
	transition: background-color .5s ease-in-out
}

h1 {
  font-size: 1.6em;
  margin-bottom: 1em
}

h2 {
  font-size: 1.2em; 
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1em; 
  margin-top: 1.3em
}

p {
  margin-top: 0.5em;
}


#container {
	width: 850px;
	margin: 0 auto;
	background-color: white;
}
#masthead {
	text-align: right;
	width: 100%;
	overflow: none;
	background-color: #535365;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
	display: inline;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	outline-color: #FFFFFF;
	border-bottom-color: #000080;
	border-bottom-style: solid;
	border-bottom-width: 0;
}

#content {
	float: left;
	width: 616px;
	padding: 15px 40px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}

#content img {
	border-width: 0px;
	margin: 5px 33px 5px 0px;
	display: block;
	float: none;
	vertical-align: middle;
}

#footer {
  font-size: 0.7em;
	clear: both;	
	width: 850px;
	background-color: white;
	color: gray;
	padding: 0;
	overflow: auto;
	margin-top: 0px;	
}



#masthead img {
	margin: 0px 0px;
	float: none;
	text-align: center;
	
}
#masthead p {
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border-bottom: 1px solid #99b;
}


#sidebar a, .disabled {
	border-bottom-color: #000080;
	border-left-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	color: #000080;
	display: block;
	padding: 5px 8px;
	border-bottom: 1px solid #ffffff;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}
#sidebar a:active {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}

#sidebar .disabled {  
  color: grey; 
}

/* Styles for Footer */
#footer p {
	font-size: 1em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #008;
	text-decoration: underline;
	text-align: left;
}
a:hover {
	color: #04b;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


.logo {    
  text-align: center;
  width: 100%;
  margin: 10px 0px;
}

.room {
  float: right;  
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 0px 3px;
  color: white;
  background-color: #445;
  border-radius: 3px;
  -moz-border-radius: 3px;  
}

.normal {
  display: block;   
  padding-left: 8px;
}

.plenary {
  display: block;
  border-left: 3px blue solid;
  padding-left: 5px;
}

.memoirs {
  display: block;
  border-left: 3px red solid;
  padding-left: 5px;
}

.break {
   display: block;
   border-left: 3px grey solid;  
   padding-left: 5px;
   font-weight: bold;
}

.industry {
   display: block;
   height: 100%;   
   border-left: 3px orange solid;
   padding-left: 5px; 
}

table {
  border-collapse: collapse;
  border: 1px solid #999999;
}

td {
  border: 1px solid #999999;
  padding: 3px;
}

th {
  background-color: #DEE5F6;
  border: 1px solid #999999;
  padding: 3px;
}


table.invisible {
  border-collapse: collapse;
  border: 0px solid black;
  margin-left: 0px;
  padding-left: 0px;
 
}

table.invisible tr {
  padding: 0px;
  margin: 0px;  
  border: 0px;
  border: 0px solid black;
}

table.invisible td {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border: 0px solid black;
}

table.invisible th {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border: 0px solid black;
}

table.program {
  width: 100%; 
}

table.program td {
  vertical-align: top;
}

table.program td.hours {
  min-width: 5.6em;  
}

table.program th {
  background-color: #DEE5F6;  
  border: 1px solid #999999;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}


