/* ELEMENTS */

body {
	font-family: "avenir next", avenir, "Lato", helvetica, arial, sans-serif;
/*	background-color: #dcdcdc; */
	margin: auto;
	padding: 0px;
	min-width: 640px;
}

th, td {
	text-align: left;
	vertical-align: top;
}

a:link {
	color: #157a93; text-decoration: none;
}      /* unvisited link */

a:visited {
	color: #038fb1; text-decoration: none;
}  /* visited link */

a:hover {
	color: rgba(0,0,0,0.50); text-decoration: underline;
}  /* mouse over link */

a:active {
	color:#0000FF; text-decoration: underline;
}  /* selected link */

ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
}

li { 
	margin-top: 6px;
}

p {
	font-family: "avenir next", avenir, "Lato", helvetica, arial, sans-serif;
	font-size: 12pt;
/*	line-height: 145%; */
}

table
{
    table-layout: fixed;
    width: 100%;
}

dd {
/*	margin-bottom: 10px; */
}

/* STRUCTURE DIV IDs */

#all {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-width: inherit;
}

/* NAME AND NAV DIV IDs */
#namenavdiv {
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #86def4;
	min-width: inherit;
	z-index: 1;
/*	border:1px solid black; */
}

#namenavcontainerdiv {
	margin: auto;
	width: 66%;
	margin-left: auto;
	margin-right: auto;
	min-width: inherit;
/*	border:1px solid black; */
}

#namediv {
	font-size: 40pt;
	position: relative;
	padding-left: 10px;
/*	border:1px solid black; */
}

#navdiv {
	float: right;
	margin-top: 20px;
	width: 250px;
	text-align: center;
/*	border:1px solid black; */
}

#container {
	margin: auto;
	width: 100%;
}

/* CONTENT DIV IDs */
#home {}

/* PIC DIV IDs */
#picdiv1 {
	background: #FFFFFF url(jeffersonpotomacsmaller.jpg) no-repeat center top;
	background-size: cover;
	height: 50px;
	width: 100%;
	position: relative;
	z-index: -2;
}


/* CONTENT DIV CLASSESs */

.contentbox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 15px;
	background-color: #ffffff;
/*	border: 1px solid #86def4; */
	min-width: inherit;
	position: relative;
}

.contentdiv{
	margin-left: auto;
	margin-right: auto;
	padding: 35px;
	width: 50%;
	min-width: inherit;
	border:1px solid #86def4;
}

.internaldivision {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	background-color: #ffffff;
/*	border: 1px solid #86def4; */
	min-width: inherit;
	position: relative;
}

.picdivtitle {
	position: relative;
/*	background-color: #ffffff; */
	margin-left: auto;
	margin-right: auto;
	line-height: 400px;
}

.leftright {
	width: 48%;
}

.central {
	width: 4%;
}

/* TEXT FORMATTING */

.name {}

.navlink {
	padding: 0px;
	position: relative;
	z-index: 1;
}

.headline {
	font-size: 28pt;
	font-weight: 300;
	font-family: "avenir next", avenir, "Lato", helvetica, arial, sans-serif;
}

.subhead {
	font-size: 18pt;
	font-weight: 200;
	margin-top: 12px;
	margin-bottom: 6px;
	font-family: "avenir next", avenir, "Lato", helvetica, arial, sans-serif;
}

.beforespace {
	margin-top: 40px;
}

.bluetext {
	color: #157a93;
}
.center {
	text-align: center;
}

.navblock {
	border: 1px solid #86def4;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.listtitle {
	font-style: italic;
	font-size: 12pt;
	color: #157a93;
	margin-left: 10px;
}

.border {
	border: 1px solid #86def4;
	padding: 10px 20px;
}

.alignright {
	float: right;
	text-align: end;
}

.innerspace {
	margin: 15px;
}

.smallspace {
	margin: 2px;
}

.smalltext {
	height: 100%;
	margin-top: 2px;
	font-size: 11pt;
}

.programday {
	height: 100%;
	margin-top: 2px;
	font-size: 16pt;
	color: #878787;
}

.programtime {
	height: 123%;
	margin-top: 2px;
	font-size: 11pt;
/*	line-height: 130%; */
	color: #157a93;
}
.programtitle {
	height: 130%;
	margin-top: 2px;
	font-size: 11pt;
/*	line-height: 130%; */
	color: black;
}

.roomname {
	font-weight: bold;	
	color: #878787;
}

.ddspace {
	margin-bottom: 10px;
}