body {
	font-family: "Arial Narrow MT", Helvetica, Verdana, sans-serif;
	background-image: url(../images/top_bar.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
}
.search {
	font-size: 10px;
	color: #333;
	text-align: right;
	padding-right: 20px;
	right: 0px;
	left: auto;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #376c0b;
}
a:link    {
  text-decoration:  underline;
  font-weight:      bold;
  color:            #376c0b;
  } 


a:visited {
  text-decoration:  underline;
  font-weight:      bold;
  color:            #376c0b;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  color:            #376c0b;
  } 
a:active  {
  text-decoration:  underline;
  font-weight:      bold;
  color:            #376c0b;
}

.content_border_box {
	border: 1px solid #376c0b;
	text-align: center;
}

.navigation_pane {
	background-color: #376c0b;
	color: #FFF;
	text-align: center;
	width: 14%;
}
.navigation_pane_highlight {
	background-color: #FFF;
	color: #376c0b;
	text-align: center;
	width: 14%;
}

.left_column {
	width: 200px;
}
.tag_line {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-align: right;
	padding-right: 20px;
}
.content_window {
	vertical-align: top;
	text-align: left;
}
.image {
	text-align: center;
}
.content_border_box tr td table {

	vertical-align:text-top;
}

.footer {
	font-size: 11px;
	font-weight: lighter;
	color: #FFF;
	background-color: #376c0b;
	text-align: center;
}
.footer p a:link    {
  text-decoration:  none;
  font-weight:      bold;
  color:            #FFF;
  } 


.footer p a:visited {
  text-decoration:  none;
  font-weight:      bold;
  color:            #FFF;
  } 
.footer p a:hover   {

  text-decoration:  underline;
  font-weight:      bold;
  color:            #FFF;
  } 
.footer p a:active  {
  text-decoration:  underline;
  font-weight:      bold;
  color:            #FFF;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}

