html, body {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Sans-serif;
	font-size: 14px;
}

#mainBox {
	border: 0px solid green;
	width: 900px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#contentBox {
	width: 550px;
	height: 550px;
	border: 0px solid black;
	float: left;
	text-align: justify;
	line-height: 18px;
}

.heading {
	/*font-family: Georgia, Arial, Sans-serif;*/
	font-size: 34px; /*24px;*/
	line-height: 36px;
}
.subheading {
	/*font-family: Georgia, Arial, Sans-serif;*/
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
}
.specialheading {
	/*font-family: Georgia, Arial, Sans-serif;*/
	font-size: 24px;
	line-height: 24px;
}

.scrollPane {
	width: 550px;
	height: 500px;
}

.jScrollPaneTrack {
	background: #fff url(dot777.gif) repeat-y 50% 50%;
}

.jScrollPaneDrag {
	background: url(grab.gif) no-repeat 50% 50%;
}

#rightBox {
	width: 300px;
	/*height: 300px;*/
	float: left;
	margin-left: 40px;
}

#logo {
	line-height: 0px;
	cursor: pointer;
	/*border: 1px solid green;*/
}

.menu {
	list-style-type: none;
	padding: 0px;
	float: left;
	line-height: 20px;
	-moz-user-select: none;	
	cursor: pointer;
	margin: 0px;
	margin-top: 20px;
	/*border: 1px solid red;*/
	
}

.menu li::selection { /* for safari */
	background: transparent;
	color: inherit;
}

.menu li .menuItem:hover {
	/*background-color: red;*/
	cursor: pointer;
}

.menu li .menuItem::selection { /* for safari */
	background: transparent;
	color: inherit;
}

.subMenu {
	display: none;
	padding: 0px 0px 0px 30px;
	margin: 0px;
	white-space: nowrap;
	background-color: white; /* in case it helps for text anti-aliasing when fading*/
}

.subMenu li {
	list-style-type: none;
}

/*
.subMenu li:hover {
	cursor: pointer;
}*/

.animating li:hover {
	background-color: transparent;
}

.selected {
	border: 0px solid black;
	text-decoration: underline;
}

.subMenu li.selected {
	border: 0px solid red;
	text-decoration: underline;
}

blockquote {
	font-style: italic;

}

.indent {
	margin-left: 30px;
}

.withFirstLineIndent p {
	text-indent: 30px;
}


.pdfLogo {
	width: 36px;
	height: 37px;
	float: right;
	border: none;
	background-image: url('pdf-logo.gif');
	margin-left: 5px;
}



.schedule {
	margin-left: 30px;
}

.schedule p {
	margin-bottom: 20px;
}
.contactBlock {
	margin-left: 30px;
}
.date {
	float: right;
	padding-right: 60px;
	padding-top: 18px;
}