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

table#threebar {
  border-collapse: collapse;
  width: 100%;
}

.bg {
  background-image: url(../images/decos/dark_to_light.gif);
}

table#threebar td{
  background-position: top;
  background-repeat: repeat-x;
  vertical-align: top;
}

table#threebar td#navigation {
  background-color: #cccc99;
  background-image: url(../images/decos/dark_to_green.gif);
  background-position: top;
  background-repeat: repeat-x;
  border-right: 1px black solid;
}

table#threebar td#content {
  padding: 23px 23px;
  width: 70%;
}
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

table#threebar td#content a, table#threebar td#content a:hover, table#threebar td#content a:visited{
  color: #666600;
}

table#threebar td#spacer {
  width: 100%;
}

table#nope {
  border-collapse: collapse;
  width: 100%;
}

table#nope td{
  vertical-align: top;
	padding-top: 10px;
}

td#navigation div#main_links a{
  font-weight: bold;
}

.active {
background-color:#FFFFFF;
}

td#navigation div#main_links div{
  font-size: .8em;
  font-style: italic;
  padding-bottom: 2em;
  background-image: url(../images/decos/line.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
}

td#navigation div#main_links div.no_spacer{
  background-image: none;
  width: 100%;
  text-align: center;
}

td#navigation a {
  text-decoration: none;
}

td#navigation a:focus, td#navigation a:hover {
  text-decoration: underline;
}

td#navigation div {
  text-align: center;
}

td#navigation div#related_links {
  text-align: center;
  padding-top: 2em;
}

td#navigation div#related_links h2{
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  margin: 0;
}

td#navigation div#related_links ul{
  margin-top: 0;
  margin-left: .75em;
  padding-left: .75em;
  padding-right: .5em;
}

td#navigation div#links {
  text-align: left;
  padding-left: 1em;
  padding-bottom: 2em;
}

td#navigation div#links a{
  text-align: left;
  font-weight: normal;
  font-size: .8em;
}

div#news_block {
	padding: 20px 3px;
}
table#newsletter {
	text-align: left;
	border: 0px solid black;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}

table#newsletter th{
  padding: 5px 10px;
  border-bottom: 0px black solid;
}

table#newsletter td{
  padding: 5px 0;
	vertical-align: center;
  background-image: none;
  margin: 0;
}

table#newsletter form{
  padding: 0;
  margin: 0;
}

.side {
	color:#666666;
}