body {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
}

#MenuLeft .menu {
	display: none;
}

#MenuLeft h1 {
	margin: 0px;
}

#Content {
	position: relative;
}

.sep {
	position: absolute;
	top:-10px;
	left: -5px;
}

#Content h2 {
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-size: 16px;
	color: #0098d6;
}

#Content h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

.scroll {
	display: none;
}

.column2 img {
	display: none;
}

.news {
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 25px;
	margin-bottom: 5px
}

#gallery {
	display: none;
	position: absolute;
	top:469px;
	left: 0px;
	height: 61px;
	width: auto;
	white-space: nowrap;
	z-index: 10;
}

#gallery img {
	cursor: pointer;	
	border-bottom: 3px solid white;
}

#gallery img.selected {
	border-bottom: 3px solid #0098d6;
}

#image {
	display: none;
}

.vScroll {
	display: none;
}


h3 {
	font-size: 14px;
}

p {
	margin-bottom: 15px;
}

b {
	font-weight: bold;
}

td {
	width: 50%;
	padding-bottom: 5px;
}

table {
	margin-bottom: 20px;
}

em, i {
	font-style: italic;
}

.line {
	border-bottom: 1px dashed black;
}

td {
	vertical-align: top;
	width: 150px;
}

td.large {
	width: 200px;
}
td input, td textarea, td select {
	width: 180px;
}

.red {
	color: red;
	margin-right: 4px;
}

.white {
	color: white;
	margin-right: 4px;
}