body {
   padding: 0px;
   margin: 0px;
   font-family: Century Gothic, sans-serif;
   color: #000000;
   background-color: #FFFFFF;
   background-image: url(images/body_bg.gif);
   background-repeat: repeat-x;
   background-position: top;
   font-size: 10pt;
}

#titlebar {
   margin: 0px;
   padding: 0px;
   height: 77px;
   background-image: url(images/titlebar_bg.gif);
   background-repeat: repeat-x;
   background-position: top;
   border-bottom: 1px solid #7E7E7E;
}

#subtitlebar {
   margin: 0px;
   padding: 0px;
   height: 39px;
   padding: 0px 10px 0px 10px;
   background-image: url(images/subtitlebar_bg.gif);
   background-repeat: repeat-x;
   background-position: top;
}

#subtitlebar_bottom {
   height: 3px;
   font-size: 0px;
   background-image: url(images/subtitlebar_bottom_bg.gif);
   background-repeat: repeat-x;
   background-position: top;
}

#navbar {
   height: 39px;
   width: 50%;
   float: left;
}

#navbar span {
   display: block;
   padding-top: 7px;
}

#navbar a {
   height: 39px;
   display: block;
   float: left;
   padding: 0px 21px 0px 21px;
   color: #002456;
   text-decoration: none;
   font-size: 12pt;
}

#navbar a:hover, #navbar a:active, #navbar a:focus {
   background-image: url(images/hover_bg.gif);
   background-repeat: repeat-x;
   background-position: top;
   padding: 0px 20px 0px 20px;
   border-width: 0px 1px 0px 1px;
   border-style: solid;
   border-color: #738CAE;
}

#version {
   padding-top: 7px;
   width: 49%;
   float: left;
   text-align: right;
   color: #89A1C1;
   font-size: 16pt;
}

#page {
   padding: 0px 10px 0px 10px;
}

#page_middle {
   width: 100%;
   padding: 0px;
   margin: 0px;
}

#page_middle_left {
   width: 6px;
   background-image: url(images/page_middle_left_bg.gif);
   background-repeat: repeat-y;
   background-position: right;
}

#page_middle_middle {
   background-color: #FDF5E7;
   padding: 20px 20px 0px 20px;
   font-size: 10pt;
}

#page_middle_right {
   width: 8px;
   background-image: url(images/page_middle_right_bg.gif);
   background-repeat: repeat-y;
   background-position: left;
}

#page_bottom {
   height: 32px;
   width: 100%;
   padding: 0px;
   margin: 0px;
}

#page_bottom_left {
   height: 32px;
   width: 34px;
   background-image: url(images/page_bottom_left_bg.gif);
   background-repeat: no-repeat;
   background-position: bottom right;
}

#page_bottom_middle {
   height: 32px;
   background-image: url(images/page_bottom_middle_bg.gif);
   background-repeat: repeat-x;
   background-position: bottom;
}

#page_bottom_right {
   height: 32px;
   width: 36px;
   background-image: url(images/page_bottom_right_bg.gif);
   background-repeat: no-repeat;
   background-position: bottom left;
}

h1 {
   font-size: 14pt;
   color: #B97F1C;
   font-weight: normal;
   margin-top: 0px;
}

h2 {
   font-size: 12pt;
   color: #B97F1C;
   margin-top: 0px;
   font-weight: normal;
   padding-top: 1em;
}

#footerbar {
   text-align: center;
   font-size: 8pt;
   color: #5B5B5B;
   padding-top: 3px;
}

a {
   color: #3267B2;
}

img {
   border: 0em;
}

a:hover {
   color: #FC1800;
}