body {
    color: #0093DF;
	}
hr {
	color:  #0093DF;
}
/* set attributes of page */
  .page {
    margin: 0px 0px 0px 0px;
  }
  .page_container {
    width: 1000px;
    height: 620px;
  }
  .menu_container {
    height: 100%;
    width: 170px;
    vertical-align: top;
    text-indent: 20px;
  }
  .horizontal_separator_l {
    background-color: #2F166D;
    width: 45px;
    height: 15px;
    background-image: url(top_left_corner.gif);
    font-size: 2px;
  }
  .horizontal_separator_r {
    background-color: #2F166D;
    width: 785px;
    height: 15px;
    background-image: url(top_border.gif);
    font-size: 2px;
  }
  .vertical_separator {
    width: 45px;
    height: 100%;
    background-image: url(vertical3.gif);
  }
  .main_container {
    width: 785px;
    height: 550px;
    vertical-align: top;
  }
  .title {
    margin: 40px 20px 40px 20px;
  }
  .header_container {
    background-color: #2F166D;
    vertical-align: middle;
    height: 115px;
    width: 1000px;
  }
  .title_left {
    width: 150px;
    height: 40px;
    background-image: url(title_left.gif);
    vertical-align: middle;
    text-align: center;
    color: #2F166D;
  }
  .title_center {
    width: 330px;
    height: 40px;
    background-image: url(title_center.gif);
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
  }
  .title_right {
    width: 25px;
    height: 40px;
    background-image: url(title_right.gif);
    vertical-align: middle;
    text-align: center;
  }
  .menu_button {
    height: 35px;
    width: 150px;
  }
/* normal mouse out */
  .menu_button_1_l {
	width: 5px;
	background-image: url(button1_left.gif);
}
  .menu_button_1 {
    width: 130px;
    height: 35px;
    background-image: url(button1_center.gif);
    text-align: center;
    vertical-align: middle;
    color: #0093DF;
    border-width: 0px;
    background-color: #2F166D;
  }
  .menu_button_1_r {
    width: 15px;
    background-image: url(button1_right.gif);
  }
/* normal mouse over */
  .menu_button_2_l {
    width: 5px;
    background-image: url(button1_left.gif);
  }
  .menu_button_2 {
    width: 130px;
    height: 35px;
    background-image: url(button1_center.gif);
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    border-width: 0px;
    background-color: #2F166D;
    font-weight: bold;
  }
  .menu_button_2_r {
    width: 15px;
    background-image: url(button1_right.gif);
  }
/* selected mouse out */
  .menu_button_3_l {
    width: 5px;
    background-image: url(button2_left.gif);
  }
  .menu_button_3 {
    width: 130px;
    height: 35px;
    background-image: url(button2_center.gif);
    text-align: center;
    vertical-align: middle;
    color: #2F166D;
    border-width: 0px;
    background-color: #0093DF;
  }
  .menu_button_3_r {
    width: 15px;
    background-image: url(button2_right.gif);
  }
/* selected mouse over */
  .menu_button_4_l {
    width: 5px;
    background-image: url(button2_left.gif);
  }
  .menu_button_4 {
    width: 130px;
    height: 35px;
    background-image: url(button2_center.gif);
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    border-width: 0px;
    background-color: #0093DF;
    font-weight: bold;
  }
  .menu_button_4_r {
    width: 15px;
    background-image: url(button2_right.gif);
  }
/* bottom title */
  .bottom_title {
    height: 40px;
  }
  .bottom_title_l {
    width: 15px;
    height: 40px;
    background-image: url(bottom_title_left.gif);
  }
  .bottom_title_c {
    width: 700px;
    height: 35px;
    background-image: url(bottom_title_center.gif);
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    border-width: 0px;
    background-color: #0093DF;
  }
  .bottom_title_r {
    width: 15px;
    height: 40px;
    background-image: url(bottom_title_right.gif)
  }

/*
background:
main area: 173,218,252 (#ADDAF)
buttons: 47,22,109 (#2F166D)
title:
top: 38,108,180 (#266CB4)
top left: 0,147,223 (#0093DF)
bottom: 38,108,180 (#266CB4)
button:
border: 0,147,223 (#0093DF)
selected: 0,147,223 (#0093DF)
selected mouse over: 0,147,223 (#0093DF)
*/
