/****************************************
** COLOR SCHEME (derived from logo)
*****************************************
beige:
#e5d5b0

red:
#c0262d

mustard yellow:
#e9ba33

lt brown:
#e8b560

med brown:
#c97815

outline:
#221e1f

My colors:

Lt. beige:
#f7f1e3

Med. beige:
#ddc797

Grey:
#999596

Med-lt grey:
#c0bebf;

Lt grey:
#f0eeef

Dark Blue:
#000038;

Light Blue:
#B2C2E0

Dark Yellow:
#FFFF00

****************************************/


body {
  background-color: #000038;
  background-image: url("../images/bg.png");
  background-position: top center;
  background-repeat: repeat-y;
  color: #221e1f;
}

a {
  color: #000038;
}

a:hover,
a:active {
  color: #c0262d;
}

h3,
h4,
h4 a {
  color: #c0262d;
}

h1,
h2,
h2 a {
	color: #000038;	
}

/***************************************/

#container {
  background-color: #ffffff;
  border-color: #221e1f;
}

/***************************************/

#panel_header {
  border-color: #221e1f;
}

/***************************************/

#tabular_menu {
  background-color: #B2C2E0;
  border-color: #000038;
}

#tabular_menu td {
  border-color: #000038;
}

#tabular_menu .active,
#tabular_menu .active td {
  background-color: #FFFF00;
}

#tabular_menu .active a {
  color: #000038;
}

#tabular_menu :hover,
#tabular_menu li .active {
  background-color: transparent;
  color: #FFFF00;
}

/***************************************/

.tabular_form .boxed {
  border-color: #ddc797;
}

.tabular_list th {
  background-color: #f7f1e3;
  border-color: #221e1f;
}

.tabular_list th a {
  color: #221e1f;
}

.tabular_list td {
  border-color: #f7f1e3;
}

/***************************************/

.toc_alpha {
  background-color: #f7f1e3;
  border-color: #221e1f;
}

/***************************************/

.inset_whatsnew {
   border-color: #f0eeef;
}

.inset_left div,
.inset_right div {
  background-color: #f7f1e3;
}

/***************************************/

.breadcrumbs a {
  color: #c0262d;
}

/***************************************/

.important {
  color: #c0262d;
}

i.fineprint,
i.fineprint a {
  color: #999596;
}

.border {
  border-color: #c0bebf;
}

/***************************************/

.error,
.error a {
  color: #c00000;
}

ul.error {
  list-style-image: url("../images/error_bullet.png");
}

/***************************************/

.notes_ {
  color: #0000ff;
}

/***************************************/

