﻿/* general settings */

body {
	font-family: Arial;
	background-color: #fdfdfd;
	margin-top: 0px;
}

img {
	border: 0;
}

.bizgate {
	line-height: 40px;
	font-size: 18px;
}

/* images */

right {
	float: left;
	padding-right: 5px;
}

left {
	float: right;
	padding-left: 5px;
}

/* header */

#header {
	position: relative;
	top: 0px;
	background: url("layout/header_bg.jpg") 0 0 no-repeat;
	margin: 0 auto;
	width: 1000px;
	height: 120px;
	padding: 0px;
	background-color: #fdfdfd;
}

#logo {
	position:absolute;
	left: 15px;
}

/* left column */

#leftColumn {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 247px;
	height: 1405px;
	z-index: 400;
	background: #fdfdfd;
	padding-left: 5px;
	font-size: 13px;
}

#leftColumn h2 {
	padding: 0px 0px 0px 5px;
}

#leftColumn ul {
	padding-bottom: 5px;
}

#leftColumn ul li {
	margin: 0px;
}

#leftColumn ul li a {
	margin: 0px;
	display: block;
	color: #fdfdfd;
	font-size: 13px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	/*padding-bottom: 8px;*/
	text-decoration: none;
}

#leftColumn ul li a:hover {
	margin: 0px;
	text-decoration: underline;
}

#leftColumn ul li a:visited {
	color: #000000;
	text-decoration: none;
}

#leftColumn ul li a:active {
	color: #000000;
	text-decoration: none;
}

/* main section */

#mainSection {
	position: relative;
	top: 0px;
	min-height: 10px;
	width: 1000px;
	margin: 0 auto;
	background-color: #FDFDFD;
	/*border-left: 2px solid black;*/
	/*border-right: 2px solid black;*/
	/*border-bottom: 1px solid black;*/
	z-index: 300;
	padding-bottom: 1px;
	background: url("layout/main_section_bg.gif") 0 0 repeat-y;
}

imageBorder {
	border: 0;
}

#mainSection h1 {
	font-size: 18px;
	padding: 10px 5px 0px 10px;
}

#mainSection h2 {
	font-family: Arial;
	font-size: 16px;
}

#mainSection table {
	font-size: 13px;
	padding: 5px 5px 5px 10px;
}

#mainSection a {
	color: #120082;
	text-decoration: none;
}

#mainSection a:hover {
	text-decoration: underline;
}

#mainSection a:visited {
	color: #120082;
	text-decoration: none;
}

.mainSectionContent {
	font-size: 13px;
	margin-left: 265px;
	margin-right: 5px;
}

#mainSectionDiv {
	font-size: 13px;
	margin-left: 265px;
	margin-right: 5px;
}

.mainSectionContentUL {
	font-size: 13px;
	margin-left: 280px;
	margin-right: 5px;
}

.mainSectionContentOL {
	font-size: 13px;
	margin-left: 295px;
	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 {
	position: relative;
	top: 0px;
	width: 1000px;
	margin: 0 auto;
	font-size: 10px;
	padding-top: 5px;
	background-color: #FDFDFD;
	/*border-left: 2px solid black;*/
	/*border-right: 2px solid black;*/
	/*border-bottom: 2px solid black;*/
}

