::selection {
	background: transparent;
}

::-moz-selection{
	background: transparent;
}

body {
	overflow:hidden;
	line-height: 18pt;
	font-family: sans serif;
	font-size: 11pt;
	cursor: default;
}

p, div, p, td {
	overflow:hidden;
	line-height: 18pt;
	font-family: sans serif;
	font-size: 11pt;
	cursor: default;
}

img {
	border: none;
	cursor:default;
}

a {
	border: none;
	text-decoration: none;
	color: gray;
	cursor: pointer;
}

a:hover {
	border: none;
	text-decoration: none;
	color: blue;
	cursor: pointer;
}

#imageMenu {
	position: relative;
	width: 500px;
	height: 188px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	width: 1500px;
	height: 188px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:65px;
	height: 188px;
}

#imageMenu ul li.words a {
	background: url(../artwork/words.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.courses a {
	background: url(../artwork/courses.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.contact a {
	background: url(../artwork/contact.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.consulting a {
	background: url(../artwork/consulting.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.calendar a {
	background: url(../artwork/calendar.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.breck a {
	background: url(../artwork/breck.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.welcome a {
	background: url(../artwork/welcome.png) no-repeat scroll 0%;
	width: 250px;
}

.clear {
	clear: both;
}

.contentHeading {
	margin-left: 0pt;
	margin-top: 0pt;
	line-height: 16pt;
	text-align: justify;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18pt;
}

.contentMinorHeading {
	margin-top: 48pt;
	margin-left: 1pt;
	margin-bottom: 0pt;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14pt;
}

.contentText {
	margin-left: 24pt; 
	line-height: 14pt;
	text-align: justify;
	font-family: sans-serif;
	font-size: 10pt;
}

.introText {
	margin-left: 24pt; 
	line-height: 14pt;
	text-align: justify;
	font-family: sans-serif;
	font-size: 10pt;
}

.contentGrayText {
	margin-left: 24pt;
	margin-top: 8pt;
	margin-bottom: 3pt;
	line-height: 12pt;
	font-family: sans-serif;
	font-size: 8pt;
}

.tableHeading {
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 2pt;
	padding-bottom: 2pt;
	background-color: gray;
	color: white;
}

.calendarDayHeading {
	width: 14.25%;
	text-align: center;
	font-size:8pt;
	background-color:gray;
	color: white; 
}

.calendarDay {
	width: 14.25%;
	height: 85px;
	padding: 4pt;
	border: 1px solid gray;
	text-align: left;
	font-size:8pt;
}

.calendarEvent {
	margin-top: 2pt;
	line-height: 8pt;
	font-size: 7pt;
}


