@charset "utf-8";

/* CSS Document */

html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	max-height:100%;
	overflow:hidden;
}

body {
	color: #FFFFFF;
	background-color: #060;
	margin:0px;
	padding:0px;
	text-align:center;
	width:100%;
	height:100%;
	max-height:100%;
	overflow:hidden;
}

.thrColHyb #container {
	width: 100%;
	height:100%;
	max-height:100%;
	overflow:hidden;
	text-align: center;
}

.thrColHyb #leftmenu {
	float: left;
	width: 9em;
	position: fixed;
	left: 0px;
	height:100%;
	max-height:100%;
	overflow:auto;
}

.thrColHyb #rightmenu {
	float: right;
	width: 9em;
	position: fixed;
	right: 0px;
	height:100%;
	max-height:100%;
	overflow:auto;
}

.thrColHyb #leftmenu h3, .thrColHyb #leftmenu p, .thrColHyb #rightmenu p, .thrColHyb #rightmenu h3 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.8em;
	color: #996;
}

.thrColHyb #mainContent {
	margin-top: 0px;
	margin-right: 9em;
	margin-bottom: 0px;
	margin-left: 9em;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	height:100%;
	max-height:100%;
	overflow:auto;
}

a {
	text-decoration:none;
	color: #999966
}

a:hover, a:active { font-weight: bold }

a.noshow { font-weight: normal; }

span.reminder { font-size: 0.8333em; }

img { border:0px; }

img.home {
	width: 40%;
	height: auto;
}

img.button {
	margin-top:0.9em;
	width: 95%;
	height: auto;
}

img.logo {
	width: 100%;
	height: auto;
}

hr.titlebar {
	margin-left:auto;
	margin-right:auto;
	height:2px;
	border-width:0;
	background-color:#999966;
	width:90%;
	color: #999966;
}

p {
	font-size: 1em;
	font-family: "Book Antiqua";
	color: #FFFFFF;
}

p.indent {
	color: #FFFFFF;
	font-family: "Book Antiqua";
	text-indent: 5ex;
	text-align:left;
}

div.indent {
	color: #FFFFFF;
	font-family: "Book Antiqua";
	text-indent: 5ex;
	margin-left: 7%;
	margin-right: 7%;
	text-align: justify;
}

h1 {
	margin-top: 0px;
	margin-bottom: .5em;
	font-size: 2em;
	font-family: "Book Antiqua";
	font-weight: normal;
	color: #000000;
	text-align: center;
}

h1.title {
	margin-top: 0px;
	margin-bottom: 1em;
	font-size: 2em;
	color: #000000;
	text-align: center;
	font-family: "OldCentury";
}

h1.home {
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 2.5em;
	color: #999966;
	text-align: center;
	font-family: "OldCentury";
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

h2 {
	font-size: 2em;
	font-family: "Book Antiqua";
	font-weight: normal;
	color: #999966;
	margin-top: 0pt;
	text-align: center;
}

h2.title {
	margin-top: 0pt;
	font-size: 1.5em;
	font-family: OldCentury;
}

h3 {
	font-size: 1.6667em;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-family: "Book Antiqua";
}

h3.subtitle {
	font-size: 1.3333em;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-family: "Book Antiqua";
}

h4 {
	font-family: "Book Antiqua";
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.25em;
	font-weight: normal;
}

li {
	margin-bottom: .5em;
	font-size: 1em;
	font-family: "Book Antiqua";
	text-align: left;
	color: #FFFFFF;
}

.product { margin-top: 0px; }
