@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #34260C;
}

.seminar {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #38280e;
}
.generic {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg_splash.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #38280e;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a {
	color: #78c0d9;
}
a:hover {
	color: #78c0d9;
	text-decoration: none;
}
a:active {
	color: #78c0d9;
}
a:visited {
	color: #78c0d9;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}
#navigation {
	background-image: url(../images/buttons_bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
	text-align: center;
}
#navigation .button {
	margin-right: 20px;
	margin-left: 20px;
}
#navigation a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.indent {
	text-indent: 1.5em;
}
.seminar #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.seminar #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 530px;
	height: 100%;
	background-color: #FFFFFF;
}
.seminar #sideContent {
	float: right;
	width: 310px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.seminar #footer {
	background-color: #000000;
	padding: 10px;
	width: 880px;
	font-size: x-small;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.seminar #infoBox {
	font-size: medium;
	margin: 0px;
	padding: 0px;
}
.seminar #contentContainer {
	width: 900px;
	height: 100%;
	padding: 0px;
	overflow: hidden;
}
.generic #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.generic #mainContent {
	width: 800px;
	height: 100%;
	padding: 0px;
	background-color: #FFFFFF;
}
.generic #mainContentText {
	width: 760px;
	height: 100%;
	background-color: #FFFFFF;
	padding: 20px;
}

.generic #sideContent {
	float: right;
	width: 310px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.generic #footer {
	background-color: #000000;
	width: 780px;
	font-size: x-small;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px;
}
.generic #infoBox {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
.generic #contentContainer {
	width: 800px;
	height: 100%;
	padding: 0px;
	overflow: hidden;
}

.tagline {
	text-align: center;
	font-weight: bold;
}

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