/* general settings */

body {
	font-family: Arial;
	background-color: #f6f6f6;
	margin: 0;
}

img {
	border: 0;
}

.bizgate {
	line-height: 40px;
	font-size: 18px;
}

/* images */

.left {
	float: left;
	padding-right: 5px;
}

.right {
	float: right;
	padding-left: 5px;
}

/* header */

#header {
	display: none;
}

#logo {
	display: none;
}

/* left column */

#leftColumn {
	display: none;
}

/* main section */

#mainSection {
	position: relative;
	top: 0px;
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	z-index: 300;
	padding-bottom: 5px;
}

.imageBorder {
	border: 1px solid black;
}

#mainSection p {
	font-size: 13px;
	padding: 5px 5px 5px 10px;
}

#mainSection h1 {
	font-size: 18px;
	padding: 10px 5px 0px 10px;
}

#mainSection h2 {
	font-family: Arial;
	font-size: 16px;
	padding: 0px 0px 0px 10px;
}

#mainSection table {
	font-size: 13px;
	padding: 5px 5px 5px 10px;
}

#mainSection ul {
	font-size: 13px;
	padding: 5px 5px 5px 30px;
}

#mainSection ol {
	font-size: 13px;
	padding: 5px 5px 5px 30px;
}

#mainSection a {
	color: #120082;
	text-decoration: none;
}

#mainSection a:hover {
	text-decoration: underline;
}

#mainSection a:visited {
	color: #120082;
	text-decoration: none;
}

.mainSectionContent {
	margin-left: 5px;
	margin-right: 5px;
}

#teachers {
	margin-left: 220px;
	font-size: 13px;
}

#tableCellTopLeft {
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
}

#tableCellLeft {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
	font-weight: bold;
}

#tableCellTopRight {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}

#tableCellRight {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}

/* footer */

#footer {
	display: none;
}