.small { font-size: 10px; }

.divider { border-bottom: 1px solid #666; margin-bottom: 0; }

A {
  color: #00295b;
}
A:hover {
  color: #0d8944;
}

A.menu {
  color: #fff;
  padding: 0px 10px 0px 10px;
  text-decoration: none;
}
A.menu:hover {
  color: #a8a8a8;
  text-decoration: none;
}

A IMG { border: 0px; }

BODY {
  background-color: #fff;
  color: #666;
}

DIV.divider {
  border-bottom: 1px solid  #a8a8a8;
  margin-bottom: 20px;
  margin-top: 0px;
}

H1 {
  color: #00295b;
  font-size: 18px;
}

H2 {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
H2.column_left {
  color: #00295b;
  font-weight: bold;
  text-align: right;  
}

P.column_left {
  color: #00295b;
  font-weight: normal;
  line-height: 200%;
  text-align: right;
}
P.column_left_bottom {
  border-bottom: 5px double #0d8944;
  color: #00295b;
  font-weight: bold;
  line-height: 200%;
  padding-bottom: 15px;
  text-align: right;
}
P.header {
  margin-top: 35px;
}
.path { font-weight: normal; margin-bottom: 20px; margin-top: 10px; text-align: right; }

TABLE.layout { 
  border: 3px solid #00295b; 
}

TD {
  background-color: transparent;
  color: #666;
  font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
  font-size: 12px;
  padding: 0px;
  vertical-align: top;
}
TD.column_left {
  background: transparent;
  padding: 0 35px 0 35px;
}
TD.column_right {
  padding-left: 35px;
  padding-right: 35px;
  width: 478px;
}
TD.content {
  background: transparent url('images/column-left-bg.jpg') 0 0 repeat-y;
}
TD.footer {
  padding: 20px 5px 20px 5px;
}
TD.in_content {
  padding: 10px 0 10px 0;
  vertical-align: middle;
}
TD.menu {
	background: #00295b url('images/menu-bg.jpg') 0 0 no-repeat;
	color: #fff;
	padding-top: 3px;
	text-align: right;
	vertical-align: bottom;
}
TD.border_bottom {
	background: #a8a8a8 url('images/border-bottom.jpg') 100% 0 no-repeat;
	vertical-align: middle;
}

