body 
{
  background-color:#111;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  margin: auto;
  font-size: 99.9%;
  font-family: verdana,tahoma,arial,sans-serif;
  visibility: visible;
  scrollbar-base-color: #000;
  scrollbar-arrow-color:#aaa;
}

div
{
  scrollbar-base-color: #000;
  scrollbar-arrow-color:#aaa;
  color: #ccc;
}

a:link
{
  color: #bbb;
  text-decoration: none;
}

a:visited
{
  color: #bbb;
  text-decoration: none;
}

a:hover
{
  color: white;
  text-decoration: none;
}

a:active
{
  color: #bbb;
  text-decoration: none;
}

p
{
  padding-top: 0em;
  color: #ccc;
}

small
{
  size: 0.75em;
  color: #ccc;
}

h1
{
  size: 2em;
  color: #ccc;
}

h2
{
  size: 1.5em;
  color: #ccc;
}

img
{ 
  border: none;
}

input, select, textarea
{
  color: #aaa;
  background-color: #111; 
  border: none;
  font-size: 1em;
}

input.text
{
  width: 98%;
}

input.submit
{
  border: 1px solid #aaa;
  background-color: #111; 
}

input.button
{
  border: 1px solid #aaa;
  background-color: #111; 
}

table
{
  color: #ccc;
  text-align: left;
}

.page_container
{
  position: relative;
  background-color: #111;
  width: 70em;
  height: 49.5em;
  margin: auto auto auto auto;
}

.header_container
{
  position: absolute;
  width: 100%;
  height: 6.5em;
  border-bottom: 1px solid #aaa;
}

.header_container img
{
  border: none;
}

.pagetitle_container
{
  position: absolute;
  margin-top: 6.5em;
  #margin-top: 0em;
  width: 3em;
  left: 0px;
  height: 40em;
  line-height: 40em;
  text-align: center;
  float: left;
}

.pagetitle_container img
{
  width: 45px;
  height: 400px;
}

.main_container {
  position: absolute;
  top: 6.5em;
  margin-left: 3em;
  margin-top: 0.5em;
  width: 52em;
  height: 40em;
  float: left;
  text-align: center;
	overflow:auto;
}

.main_container_full {
  position: absolute;
  top: 6.5em;
  margin-left: 3em;
  margin-top: 0.5em;
  width: 67em;
  height: 40em;
  float: left;
  text-align: center;
	overflow:auto;
}

.footer_container
{
  position: absolute;
  top: 47em;
  margin-left: 0;
  padding-top: 0em;
  width: 70em;
  height: 2.5em;
  clear: left;
  float: left;
  text-align: center;
  line-height: 1.2em;
  border-top: 1px solid #aaa;
}

.text_area_right
{
  position: absolute;
  top: 0em;
  left: 23em;
  width: 43em;
  height: 36em;
  overflow: auto;
  clear: left;
  padding: 0.5em 0.5em;
  text-align: left;
}

.btm_rt
{
  position: absolute;
  width: 8em;
  height: 1.5em;
  left: 60em;
  top: 1.5em;
  text-align: right;
  line-height: 1.5em;
  float: right;
}

.news
{
  width: 15em;
  height: 21em;
  overflow: hidden;
  border: 1px solid #aaa;
  padding: 0.25em;
  margin: 1em 1em 0 1em;
  float: left;
  text-align: left;
}

.news img
{
  display: inline;
  vertical-align: middle;
}

.news h3
{
  margin-top: 0.25em;
}

.news_holder
{
  margin-top: -1em;
  width: 14.8em;
  height: 17.5em;
  overflow: auto;
  padding: 0.25em;
  margin-left: -0.25em;
  float: left;
  text-align: left;
}

.news_holder p
{
  padding-left: 0.5em;
}

.main_text
{
  width: 46em;
  height: 21em;
  overflow: auto;
  padding: 0.1em;
  margin: 1em 1em 0 1em;
  float: left;
  text-align: left;
}

.terms_container
{
  position: absolute;
  display:none;
  z-index:10;
  top:182px;
  left:424px;
  width: 660px;
  height: 520px;
  padding: 20px 10px 20px 10px;
  background-color: #111;
  border: 1px solid #aaa;
}

.privacy_container
{
  position: absolute;
  display:none;
  z-index:10;
  top:182px;
  left:424px;
  width: 660px;
  height: 520px;
  padding: 20px 10px 20px 10px;
  background-color: #111;
  border: 1px solid #aaa;
}

.text_holder
{
  width: 100%;
  height: 100%;
  overflow: auto;
}

.designedby
{
	width:143px; 
	height:38px;
	float:left;
	background: transparent url("../images/designedby_dbg_g.png") no-repeat;
	vertical-align:bottom;
}

.designedby:hover
{
	background: transparent url("../images/designedby_dbg_c.png") no-repeat;
}