/* StyleSheet */
/* @import "button-menu-list.css"; */
@import "menuleft2.css";

.indent {
	margin-left: 1em;
}

.emphasis {
	font-style: italic;
	text-decoration: underline;
}

.required {
	color: #ff0000;
}

.specialoffer {
	color: #CC33CC;
	font-weight: bolder;
}

.online {
	font-style: italic;
	font-weight: bold;
}

.headlinebar {
	color: #f0f0f0;
	background-color: #8080ff;
}

.important {
	font-weight: bold;
	color: #800000;
}

.smalltext {
	font-size: 80%;
}

a {
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

body {
	/* background-color: #f5f5f5; */
	background-color: #fafafa;
}

em {
	font-weight: bolder;
}

a#menutab {
	color: #A8A8A8;
	text-decoration: none;
}

a#menutab:hover {
	color: #00b000;
	text-decoration: underline;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
}

div#canvas {
	height: 150em;
}

div#logobox {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 200px;
	padding: 0px;
	margin: 0px;
	color: #fffff0;
	background-color: #e8e8e8;
}

div#titlebox {
	display: block;
	position: absolute;
	top: 0px;
	left: 200px;
	height: 120px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #202020;
	background-color: #e8e8e8;
}

div#leftcol {
	display: block;
	position: absolute;
	top: 120px;
	left: 0px;
	/* height: 150em; */
	width: 200px;
	padding: 0px;
	margin: 0px;
	color: #202020;
	background-color: #e8e8e8;
}

div#centercol {
	display: block;
	position: absolute;
	top: 120px;
	left: 200px;
	/* height: 150em; */
	width: auto;
	margin: 0em;
	padding: 2em;
	border-width: 2px;
}

div.hotspot {
	display: block;
	width: auto;
	height: 10em;
	margin: 0em;
	padding: 0em;
}

dt {
	font-weight: bolder;
}

h1 {
	font-weight: bolder;
	font-size: 150%;
	text-align: center;
}

h2 {
	font-weight: bold;
	font-size: 110%;
	color: #f0f0f0;
	background-color: #822813;
}

h3 {
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}

html {
	font-family: "Arial", sans-serif;
}

img.thumbnail-left {
	float: left;
	margin: 5px;
	border: 1px solid #000000;
}

img.thumbnail-right {
	float: right;
	margin: 5px;
	border: 1px solid #000000;
}

img.banner {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

table {
	border: 2px solid #000000;
	font-size: 80%;
}

table th {
	border: 2px solid #000000;
	padding: .5em;
	font-size: 110%;
	color: #ffffff;
	background-color: #132882;
}

table td {
	border: 1px solid #000000;
	padding: .5em;
}

