@charset "utf-8";
/* Standard Tag ReDos */

img { border:0px; }

a { outline:none; }

.clear { clear:both; height:1px; }

li { list-style:none; }

a:link { color: #FFF; text-decoration: none; }

a:visited { color: #FFF; text-decoration: none; }

a:hover { color: #ffcc66; text-decoration: underline; }

a:active {
	color: #FFF;
	text-decoration: none;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #666;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #header {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	height: 150px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}

body,td,th {
	font-size: 1em;
	color: #FFF;
	text-align: left;
}

.oneColFixCtr #container #mainContent #title {
	font-size: .8em;
}

.TextNav {
	width: 700px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: center;
	word-spacing: normal;
}

.SmallTextNav {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: center;
	font-size: 0.8em;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 0em;
	font-weight: bold;
	color:#999;
}

h4 {
	font-size: 0.7em;
	font-style: normal;
	line-height: 0em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color:#999;
}

.Centered_Text {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.Left_Justified__Text {
	text-align: left;
	font-size: 0.9em;
}

.big_centered_text {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 5em;
	font-weight: bolder;
	font-style: normal;
	color: #FFF;
}
.InfoReq {
	padding: 10px;
	background-color: #333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	text-align: center;
	margin-left: 80px;
	margin-right: 80px;
}

/*  isTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
  background:#181818;
  color:#111;
  padding:15px 20px;
  width:600px;
  border:1px solid #222;
  margin:5px auto;
}

.usual li { list-style:none; float:left; }

.usual ul a {
  display:block;
  padding:6px 6px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Arial;
  color:#FFF;
  background:#444;
}

.usual ul a:hover {
  color:#FFF;
  background:#111;
}

.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid #d7e5fc;
}

.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  margin-top:-15px;
  clear:left;
  background:snow;
  font:10pt Arial;
}

.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#303030; border:1px solid #1A1A1A; }

#usual2 a { background:#222; }

#usual2 a:hover { background:#000; }

#usual2 a.selected { background:snow; }

#tabs3 { background:#FF9; }

#notes {
	padding: 5px;
	text-align: center;
	margin: 5px;
}

/* Style for Support tabs */
.support {
  background:#181818;
  color:#111;
  padding:15px 20px;
  width:600px;
  border:1px solid #222;
  margin:8px auto;
}

.support li { list-style:none; float:left; }

.support ul a {
  display:block;
  padding:6px 8px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Verdana;
  color:#FFF;
  background:#444;
}

.support ul a:hover {
  color:#FFF;
  background:#111;
}

.support ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#FFF;
  border-bottom:1px solid #FFF;
}

.support div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  font:10pt Arial;
}

.support div a { color:#000; font-weight:bold; }

#support2 { background:#303030; border:1px solid #1A1A1A; }

#support2 a { background:#222; }

#support2 a:hover { background:#000; }

#support2 a.selected { background:snow; }

#tabs3 { background:#FF9; }


/* Style for various uses of tabs */

.tabContainer {
  width:400px;
  margin:20px auto;
  padding-top:2px;
  background:#303030;
  border:1px solid #222;
}
.tabContainer h3 {
  padding-bottom:4px;
  color:#F60;
}
.tabContainer p {
  padding:2px 12px 10px;
  text-align:left;
}

#three {
  position:absolute;
  top:0;
  left:0;
  border-bottom:1px solid #444;
  border-right:1px solid #444;
}

#four {
  color:#D66;
  font:2em Cambria, Times New Roman, serif;
  position:fixed;
  bottom:10px;
  right:20px;
}

