html, body {background-color:#333333; font: 12px arial,verdana,sans-serif,tahoma,Trebuchet MS, Lucida Sans Unicode;}
	
.top h1 h2 a, .top h1 h2 a:visited {
  color: black;
  text-decoration: none;
} 

#main {
  /*background:url(images/binary.jpg) bottom repeat-x #fff;*/
	background-color:#fff;
  /*background-color:#fff;*/
}
.backgrd {
  background:url(images/1010.gif) left repeat-x;
  /*background-color:#fff;*/
}

/*containers*/
#container {
  padding: 3px 0 0 0;
	width: 712px;
}

.container2 {
  margin: 0 0 3px 0;
	width: 706px;
  border: thin solid;
	border-color : #000000;
}

.container3 {
	width: 698px;
  /*border: thin solid;*/
	border-color : #000000;
	height: 120px;
}

    .headlogo {
    	width: 400px;
    	height: 84px;
    }

    .headlinks {
    	width: 300px;
    	height: 10px;
    }

    .headspacer {
    	width: 300px;
    	height: 40px;
    }

    .headsearch {
    	width: 300px;
    	height: 40px;
    }

#header {height: 126px;}
  /*.headlogo{width:400px; height:120px;}
  .headlinks{float:left; width:290px; height:120px;}*/

#body {height: 500px;}

#footer {height:50px;width:100%;margin:0 auto;}

/*general*/
.bdr {
  border: thin solid;
	border-color : #000000;
}

.links {
	font-color: #00AA50;
  font-size: 10px;
	font-family: Tahoma,Verdana,Arial;
	padding: 5px;
}
.search {
	font-color: #00AA50;
  font-size: 10px;
	font-family: Tahoma,Verdana,Arial;
}
.toplinks {
	font-color: #00AA50;
  font-size: 10px;
	font-family: Tahoma,Verdana,Arial;
	padding: 4px;
}
.menu {
	font-color: #00AA50;
  font-size: 10px;
	font-family: Tahoma,Verdana,Arial;
}


.listdata{
	font-color: #00AA50;
  font-size: 12px;
	font-family: Arial,Tahoma,Verdana;
	padding: 5px;
  background-color: #d0d0d0;
}
.listheaders{
	font-color: #00AA50;
	font-family: Arial,Tahoma,Verdana;
	padding: auto;
  font-size: 12px;
  font-weight: bold;	
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
  background-color: #a0a0a0;
}

.listdataPlnTxt{
	font-color: #00AA50;
  font-size: 12px;
	font-family: Arial,Tahoma,Verdana;
	padding: 2px;
  /*background-color: #d0d0d0;*/
}
.listheadersPlnTxt{
	font-color: #00AA50;
	font-family: Arial,Tahoma,Verdana;
	padding: 2px;
  font-size: 12px;
  font-weight: bold;	
  /*border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
  background-color: #d0d0d0;*/ /*d0d0d0 a0a0a0 AA0621*/
}

.listaboutus{
	font-color: #00AA50;
  font-size: 12px;
	font-family: Arial,Tahoma,Verdana;
	padding: 2px;
  /*background-color: #d0d0d0;*/
}
/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 14px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
	word-wrap:break-word; width:480px; overflow:auto; padding:5px;
}
	.clear{
		clear:both;
	}
