@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #EEE;
}
form {
	margin-left: 24px;
	padding: 0px;
}

#tabletech img {
	margin-left: 24px;
}
#tabletech .blah {
	margin-left: 0px;	
}
#tabletech #mats img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #333;
}
#tdtechleft {
	padding-right: 24px;
	border-right: 1px dashed #999;
}
#tabledocs {
	font-size: 11px;
}
#tddocs {
	border-bottom: 1px dashed #999;	
}
#tddocsleft {
	border-right: 1px solid #999;	
}
#tablecats {
	font-size: 11px;
	border: 1px solid #999;	
}
#tablecats td {
	border-bottom: 1px dashed #999;	
}
#tdcatstop {
	background-color: #7AC;
	color: #FFF;
}

img {
	border: none;
}

a:link {
	color: #F90;
	text-decoration: underline;
}
a:visited {
	color: #D70;
	text-decoration: underline;
}
a:hover, a:active {
	color: #59B;
	text-decoration: none;
}

h1 {
	font-size: 15px;
	color: #7AC;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 15px;
	color: #999;
}

h3 {
	font-size: 14px;
	color: #59B;
	font-weight: bold;
}

#divmain {
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
	width: 800px;
	overflow: hidden;
}

#divtitlebar {
	width: 800px;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	overflow: hidden;
}

#divnav {
	height: 35px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
	overflow: hidden;
	font-size: 12px;
}
#divnav a {
	color: #FFF;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}
#divnav a:hover {
	color: #FC0;
	text-decoration: underline;
}
#divnav a:active {
	color: #FC0;
	text-decoration: underline;
}

#divbody {
	width: 750px;
	margin: 0px;
	margin-top: -10px;
	padding: 24px;
	background-color: #FFF;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#divfooter {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 798px;
	border: 1px solid #666;
	text-align: center;
	background-color: #FFFFFF;
	overflow: hidden;
	font-size: 12px;
}
#divfooter p {
	padding: 0px;
	margin: 10px;
}
#divfooter a:hover {
	color: #59B;
	text-decoration: none;
}
#divfooter a:active {
	color: #59B;
	text-decoration: none;
}

#divboxen { text-align: center; padding: 20px; margin-top: 20px; background-color: #F7F7F7; border: 1px solid #999; }
#divinfo { margin-top: 20px; width: 538px; border: 1px solid #357; background-color: #FFF; padding: 20px; }
#divinfo #tableinfo { width: 100%; }
#searchbutt { width: 70px; background-color: #59B; color: #FFF; border: 1px solid #357; font-weight: bold; height: 23px; }
#clearbutt { width: 70px; background-color: #59B; color: #FFF; border: 1px solid #357; font-weight: bold; height: 23px; }
.small { font-size: 9px; }
.smallish { font-size: 10px; }
.notsosmall { font-size: 11px; }
.tdone { background-color: #FFF; }
.tdtwo { background-color: #F7F7F7; }
.highlight { background-color: #EBF2F8; }
.thisfuckingbuttonrefusestocenter { margin: 0 auto; display: block; }

<!-- NEWS SECTION STYLES -->
#divLeftBody {
	width: 440px;
	padding: 0px 40px 0px 0px;
	float: left;
	background-color: #FFF;
	overflow: hidden;
}

#divLeftBody h2 {
	padding-top: 0px;
	margin-top: 0px;
}

#divLeftBody h3 {
	padding-top: 0px;
	margin-top: 0px;
}

#divLeftBody p {
	padding: 0px 20px 0px 20px;
}

#divRightBody {
	width: 200px;
	padding: 0px 0px 0px 40px;
	float: right;
	text-align: right;
	line-height: 150%;
	background-color: #FFF;
}

#divRightBody li {
	list-style: none;
	border-bottom: 1px dashed #DDD;
}

#divRightBody li a {
	display: block;
	padding: 5px 0px 5px 0px;
}

.top {
	border-top: 1px dashed #DDD;
}