/* GENERIC STYLES */

body {
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   margin: 0px;
   padding: 0px;
   text-align: center;
   color: #F6F6F6;
   background-color: #687450;
}

#wrapper {
   width: 760px;
   height: auto;
   text-align: left;
   margin: 10px auto 10px auto;
   padding: 0;
}

P
{
   color: #FFFFFF;
   font-size: 11px;
}

a:link,
a:active,
a:visited
{
   color: #FFFFE7;
   text-decoration: underline;
}

table
{
   width: 100%;
   margin: 0;
   padding: 0;
   border: none;
}

td
{
   padding: 0px;
}

img
{
   border: none;
   margin: 0;
   padding: 0;
}

/* TABLE STYLES */

table#home
{
   margin-left: 10px;
}

td#logo
{
   height: 98px;
   width: 299px;
   background-color: #C8D9AA;
   border-left: 1px solid #3F5030;
   border-top: 1px solid #3F5030;
   border-bottom: 1px solid #3F5030;
}

td#headbg
{
   background: #C8D9AA url(images/bg-header.png) top left repeat-x;
   vertical-align: top;
   border-top: 1px solid #3F5030;
   border-bottom: 1px solid #3F5030;
   height: 98px;
   width: 100%;
}

td#header-right
{
   width: 145px;
   background-color: #C8D9AA;
   height: 98px;
   border-right: 1px solid #3F5030;
   border-top: 1px solid #3F5030;
   border-bottom: 1px solid #3F5030;
}

td#titlebar,
td#pageframe-top
{
   height: 62px;
   background: #6E7A54 url(images/bg-titlebar.jpg) top left repeat-x;
   border-left: 1px solid #3F5030;
   border-right: 1px solid #3F5030;
}

td#pageframe-top
{
   height: 23px;
   background: #899B77 url(images/bg-pageframe-top.png) top left repeat-x;
}

td#sidebar
{
   width: 185px;
   background: #899B77 url(images/bg-menu.png) top left repeat-y;
   border-left: 1px solid #3F5030;
}

td#page-top
{
   width: 555px;
   height: 47px;
   background: #505840 url(images/bg-page-top.png) top left no-repeat;
   vertical-align: middle;
}

td#page-bottom
{
   height: 55px;
   background: #505840 url(images/bg-page-bottom.png) top left no-repeat;
}

td.page
{
   height: auto;
   background: #505840 url(images/bg-page.png) top left repeat-y;
   width: 555px;
}

td.page-right
{
   width: 18px;
   border-right: 1px solid #3F5030;
   background: #899B77 url(images/bg-page-right.png) top left repeat-y;
}

.notice
{
   height: auto;
   background: #CBD8BC url(images/bg-notice.jpg) top left repeat-x;
   border: 1px solid #3F5030;
   margin-top: 8px;
   margin-bottom: 10px;
}

p.notice-title
{
   background: #94A478 url(images/bg-notice-title.png) top left repeat-x;
   margin: 5px;
   border: 1px solid #3F5030;
   color: 414932 !important;
   font-weight: bold;
   font-size: 11px !important;
}

td#copyright
{
   height: 25px;
   background: #899B77 url(images/bg-copyright.png) top left repeat-x;
   border-bottom: 1px solid #3F5030;
   border-right: 1px solid #3F5030;
   border-left: 1px solid #3F5030;
   text-align: right;
   vertical-align: middle;
}

/* NAV ARROWS */

#nav-bottom-container
{
   padding: 4px;
   margin-right: 6px;
   margin-top: 12px;
   width: 120px;
}
.nav-bottom-container
{
   margin-top: 10px;
}

/* MENU STYLES */
#menu-container 
{
   width: 139px;
   vertical-align: top;
   margin: 0 0 0 18px;
   padding: 0px;
   background: transparent;
}

a.menulink-normal:link, a.menulink-normal:visited, a.menulink-normal:active
{
   height: auto;
   padding: 0px;
   vertical-align: top;
   padding-left: 50px;
   padding-top: 16px;
   padding-bottom: 22px;
   margin: 0;
   display: block;
   color: #414932;
   font-weight: bold;
   text-decoration: none;
   background: #899B77 url(images/btn-normal.gif) no-repeat top left;
}

a.menulink-normal:hover 
{
   text-decoration: none;
   background: #8A9C78 url(images/btn-hover.gif) no-repeat top left;
}

.menulink-current
{
   height: auto;
   padding: 0px;
   vertical-align: top;
   padding-left: 50px;
   padding-top: 16px;
   padding-bottom: 22px;
   margin: 0;
   display: block;
   color: #414932;
   font-weight: bold;
   text-decoration: none;
   background: #899B77 url(images/btn-active.gif) no-repeat top left;
}

/* TEXT STYLES */

P
{
   padding: 0;
   margin: 0;
}

td#titlebar h1,
td#page-top h2
{
   color: #414932;
   font-size: 18px;
   font-weight: bold;
   padding-left: 10px;
   margin: 0;
}

td#page-top h2
{
   font-size: 14px;
   color: #EAF6D1;
}

td.page p
{
   color: #EAF6D1;
   font-size: 11px;
   padding-left: 10px;
   padding-right: 20px;
   padding-bottom: 6px;
}

p.subtitle
{
   font-size: 12px;
   font-weight: bold;
   color: #EAF6D1 !important;
   padding: 6px 0 6px 10px;
}

td#pagebottom-light p
{
   font-size: 1px;
}

.notice p
{
   font-size: 10px !important;
   padding: 5px !important;
   color: #1F2518 !important;
}

#copyright p
{
   color: #1F2518;
   margin-right: 20px;
   font-size: 10px;
   margin-top: 6px;
   margin-bottom: 10px;
}

#copyright p a:link,
#copyright p a:visited,
#copyright p a:active
{
   color: #EBF7D1;
}

form
{
   margin: 0;
   padding: 0;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.stx-button
{
   border: 1px solid #3F5030;
   background-color: #E4F0CC;
   font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.stx-text
{
   border: 1px solid #3F5030;
   background-color: #FFFFFF;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}