/* CSS Document */

body {
  margin: 20px;
	background-color: #4C4C4A;
	overflow: auto;
	font-family: Arial;
	font-size: 11px;
  color: #696969;
}

input, textarea, select {
	font-family: Arial;
	font-size: 12px;
}

.textbox {
  width: 200px;
}

a img {
	border: none;
}

a {
  text-decoration: none;
  color: #3792BE;
}

a:hover {
  text-decoration: underline;
}

html {
	overflow: auto;
}

table.main {
  border-collapse: collapse;
	margin: auto;
	width: 711px;
}

table.main td.topleft, table.main td.topright, table.main td.bottomright, table.main td.bottomleft {
  background-image: url(images/whitecorners.png);
	width: 14px;
	height: 14px;
	font-size: 1px;
  background-color: #FFFFFF;
	padding: none;
}

table.main td.topleft {
	background-position: top left;
}

table.main td.topright {
	background-position: top right;
}

table.main td.bottomright {
	background-position: bottom right;
}

table.main td.bottomleft {
	background-position: bottom left;
}

table.main td.top, table.main td.bottom {
  height: 14px;
	font-size: 1px;
  background-color: #FFFFFF;
	padding: none;
}

table.main td.left, table.main td.right {
  width: 14px;
  background-color: #FFFFFF;
	padding: none;
}

table.main td.content {
  background-color: #FFFFFF;
	width: 683
}

#menu {
  background-image: url(images/bluegrad.png);
	background-color: #2E89BE;
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
}

#menu td {
	text-align: center;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


#menu a:hover {
	text-decoration: underline;
}

#main {
  border-collapse: collapse;
	width: 100%;
}

#main td {
  padding: 0px;
}

#searchtitle, #maintitle, #cathead, #smallgrayhead {
  border-collapse: collapse;
	width: 100%;
	height: 27px;
}

#searchtitle td.bg, #maintitle td.bg, #cathead td.bg, #smallgrayhead td.bg {
  padding-left: 10px;
  background-image: url(images/grayheadbg.png);
	color: #FFFFFF;
	font-weight: bold;
}

#searchtitle td.left {
  width: 2px;
  background-image: url(images/grayheadleft.png);
}

#searchtitle td.right {
  width: 35px;
  background-image: url(images/graybluehead.png);
}

#maintitle td.bg {
  background-image: url(images/blueheadbg.png);
}

#maintitle td.right {
  width: 2px;
  background-image: url(images/blueheadright.png);
}

hr {
  color: none;
	border: none;
	background: none;
	height: 0px;
	border-top: 1px dotted #B4B5B7;
}

#searchbox {
	font-weight: bold;
	background-color: #DBDBDB;
	padding: 7px;
	margin: 0px 1px;
}

#cathead td.left {
  width: 2px;
  background-image: url(images/blueheadleft.png);
}

#cathead td.bg {
  background-image: url(images/blueheadbg.png);
}

#cathead td.right {
  width: 2px;
  background-image: url(images/blueheadright.png);
	background-color: #DBDBDB;
}

#categories, #editorials {
  background-color: #E3F4FC;
	padding: 1px 8px;
	border-style: solid;
	border-color: #3A93BF;
	border-width: 0px 1px 1px;
	margin: 0px 1px;
}

#editorials ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

#categories a, #editorials a {
  color: #4499C2;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 7px 0px;
}

#categories a:hover, #editorials a:hover {
  color: #186897;
}

.copyright {
  color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	padding: 2px;
  background-image: url(images/bluegrad.png);
	background-color: #2E89BE;
	background-position: top left;
	background-repeat: repeat-x;
}

#form {
  background-color: #D0D0D0;
	border-collapse: collapse;
}

#form td {
  padding: 2px;
}

#smallgrayhead {
  height: 15px;
}

#smallgrayhead a {
  text-decoration: underline;
	color: white;
}

#smallgrayhead a:hover {
  color: #CCCCCC;
}

#smallgrayhead td.left {
  width: 2px;
  background-image: url(images/smallgraycorners.png);
}

#smallgrayhead td.bg {
  background-image: url(images/smallgraybg.png);
	width: 100%;
	line-height: 15px;
}

#smallgrayhead td.right {
  width: 2px;
  background-image: url(images/smallgraycorners.png);
	background-position: right top;
}

#smallgrayhead td {
  padding: 0px;
}

div.company {
  border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	padding: 5px;
}

div.company:hover {
  border-color: #3A93BF;
	background-color: #E3F4FC;
}

.rightads, .leftads {
  vertical-align: top;
	text-align: center;
}
.rightads { width: 136px; }
.leftads { margin: 1px; }

.rightads div, .leftads {
  border: 1px solid #AAAAAA;
	margin-top: 5px;
}
.rightads a, .leftads a {
  display: block;
  margin: 5px;
}

.homeads td {
  border: 1px solid #AAAAAA;
	text-align: center;
}

.homeads {
  margin: auto;
}