body {
  margin: 0px;
  padding: 0px;
  background: url(../images/site/bkg.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ccc;
}

img {
  border: none;
}

a {
  outline: none;
}

hr {
  border-top: none;
  border-bottom: 1px dotted #999;
  height: 1px;
}

div.top_container {
  height: 120px;
  background-color: #161616;
  padding-top: 10px;
}

div.color_strip {
  height: 21px;
  background: url(../images/site/color_stripes.jpg) 0 0 repeat-x;
}

div.darker_bkg {
  background: url(../images/site/bkg_dark.gif) 0 0 repeat-x;
  height: 30px;
}

div.main_container {
  width: 825px;
}

div.main_wrapper {
  width: 825px;
}

div.left_box {
  width: 195px;
  float: left;
  background-color: #020202;
  padding: 20px;
  min-height: 280px;
}

div.right_box {
  width: 545px;
  float: left;
  background-color: #020202;
  padding: 20px;
  min-height: 372px;
}

div.clear_left {
  clear: left;
}

div.logo_container {
  width: 245px;
  height: 110px;
  background-color: #fff;
  float: left;
  padding-top: 10px;
}

div.menu_wrapper {
  width: 290px;
  float: left;
  padding-top: 75px;
}

div.footer {
  background: url(../images/site/footer_bkg.gif);
}

div.footer_stripe {
  height: 10px;
  background: url(../images/site/footer_bkg_top.gif) 0 0 repeat-x;
}

.menu_td {
  background-color: #0c0c0c;
  color: #3f3f3f;
  padding-left: 20px;
}

.menu_td_active {
  background-color: #0c0c0c;
  color: #9f9f9f;
  padding-left: 20px;
}

.menu_arrow {
  background-color: #0c0c0c;
  color: #3f3f3f;
  width: 24px;
}

.menu_arrow_active {
  background-color: #cc0000;
  color: #fff;
  width: 24px;
}

.link_regular {
  color: #666;
  text-decoration: none;
}

.link_regular:hover {
  color: #666;
  text-decoration: underline;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;
	margin: 0px;
	padding: 2px;
	height: 14px;
	border-color: #3C3C3C;
	background-color: #333333;
	border-style:solid;
	border-width:1px;
  width: 250px;
}

div.image_holder {
  border: 1px solid #444;
  padding: 3px;
  width: 80px;
}

div.image_holder:hover {
  border: 1px solid #444;
  padding: 3px;
  background-color: #111;
  width: 80px;
}

div.logoc {
   width: 100px;
}

div.logoc h1{
   margin: 0px;
   padding: 0px;  
}

div.logoc h1 a {
   background: transparent url(../images/site/logo.jpg) no-repeat center 0; 
   display: block;
   height: 100px;             
   text-indent: -999em;  
   text-decoration:none; 
   overflow: hidden;
   outline: 0;       
}

