﻿body {
	margin: 0;
	padding: 0;
	font-family: Calibri, "Segoe UI", Verdana, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	background-image: url('images/background.gif');
	background-position: 0px 115px;
}
.wrapper {
	min-width: 900px;
}
* html .wrapperie1 {
	padding-left:900px;
}

* html .wrapperie2 {
	margin-left:-900px;
	position:relative;
}

img {
	border: 0;
}
.header {
	height: 95px;
	background-color: #000000;
	background-image: url('images/header-bg.gif');
	text-align: left;
}
.clear {
	clear: both;
}
.clearl {
	clear: left;
}
.clearr {
	clear: right;
}
.just {
	text-align: justify;
}
.livesup {
	position: absolute;
	top: 20px;
	right: 20px;
}
.menu {
	height: 20px;
	background-color: #9cc947;
	background-image: url('images/menu-bg.gif');
	text-align: right;
	padding-right: 10px;
	color: #FFFFFF;
}
.mitem {
	display: inline;
	padding-right: 20px;
	line-height: 20px;
	font-size: 15px;
}
.mitem a:link, .mitem a:visited, .mitem a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.mitem a:hover {
	text-decoration: underline;
}
.bdiv {
	height: 119px; 
	width: 798px; 
	position: relative; 
	display: block; 
}
.bcontent {
	margin: 20px auto 20px auto;
	width: 820px;
	padding: 10px;
	border: 1px #636363 solid;
	background-image: url('images/content-bgm.gif');
}
.contentbg {
	padding: 10px;
	background-image: url('images/content-bg.gif');
	background-repeat: repeat-x;
	background-color: #fafafc;
	background-position: bottom;
	border: 1px #c5c5c5 solid;
	text-align: center;
}
.cheader {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	color: #0A860E;
	margin-bottom: 10px;
}
.tcontent {
	width: 100%;
	margin-top: 10px;
	text-align: left;
}
.tlcont {
	width: 190px;
	padding: 10px;
	vertical-align: top;
}
.trcont {
	padding: 10px;
	vertical-align: top;
}
.csep {
	width: 2px;
	background-color: #d8d8d8;
}
input {
	font-family: Calibri, "Segoe UI", Verdana, sans-serif;
	font-size: 13px;
	padding: 2px;
}
input.button {
	font-size: 15px;
	background-color: #93c23c;
	color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	border: 1px #4f681f solid;
}
.footer {
	height: 100px; /*127px;*/;
	background-image: url('images/footer-bg.gif');
	border-top: 1px #4b4b4b solid;
}
.cpyr {
	float: right;
	text-align: right;
	margin-right: 10px;
	color: #b4b4b4;
	font-size: 11px;
	margin-top: 60px; /* 100px;*/
}
.cpyr a:link, .cpyr a:visited, .cpyr a:active {
	text-decoration: none;
	color: #b4b4b4;
	font-weight: normal;
	font-size: 11px;
}
.cpyr a:hover {
	text-decoration: underline;
}
#hintbox {
	/*CSS for pop up hint box */
position: absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/;
	padding: 3px;
	border: 1px solid black;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
.hintanchor {
	/*CSS for link that shows hint onmouseover*/
font-weight: bold;
	color: navy;
	margin: 3px 8px;
}
