body {
    margin: 0 0 0 0;
    background-color: #000000;
    color: #FFFFFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

hr {
    width: 50%;
    height: 1px;
    color: #FFFFFF;
}

#top_bg {
    background-image: url("/images/newHomepage/top_bg_slice.jpg");
    background-repeat: repeat-x;
    height: 176px;
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
}

#header {
    text-align: center;
    position: relative;
    top: 0;
    z-index: 2;
}

#center {
    text-align: center;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

#topBar {
    background-image: url("/images/newHomepage/top_bar.jpg");
    background-repeat: no-repeat;
    height: 22px;
    color: #000000;
    line-height: 22px;

    position: relative;
    top: 0;
    z-index: 1;
}

#topBarLeft {
    float: left;
    width: 262px;
    height: 22px;
    text-align: left;
    padding-left: 4px;

    position: relative;
    left: 0;
    z-index: 3;
}

#topBarCenter {
    float: left;
    width: 260px;
    text-align: center;

    position: relative;
    top: 0;
    z-index: 3;
}

#topBarRight {
    float: right;
    width: 262px;
    text-align: right;
    padding-right: 4px;

    position: relative;
    right: 0;
    z-index: 3;
}

#contentContainer {
    background-image: url("/images/newHomepage/snowflake_bg.gif");
    background-repeat: no-repeat;
    min-height: 276px;
    height: 100%;
    clear: both;
}

#leftContent {
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
    width: 200px;
    height: 100%;
    float: left;

    opacity: .90;
    filter:alpha(opacity=90);
    -moz-opacity: .90;

    margin: 10px 0 0 10px;
    padding: 0 0 0 0;
}

#rightContent {
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
    width: 525px;
    float: right;

    opacity: .90;
    filter:alpha(opacity=90);
    -moz-opacity: .90;

    margin: 10px 10px 0 0;
}

.content {
    padding: 10px 5px 20px 5px;
}

#footer {
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
}

#xpageBottom {
    background-image: url("/images/newHomepage/bottom_bg.jpg");
    background-repeat: repeat-x;
    height: 98px;
    width: 100%;

    position: absolute;
    bottom: 0;
    z-index: 0;
}

input {
    font-size: 14pt;
}


/* General Site Styles Here --------------------------------------------------------------- */

table.box {
    border: solid 1px #000000;
}

.header {
    background: #C8D9E7; /*color: #FFFFFF;*/
    padding: 2px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #96B7D2;
    border-left: 1px solid #EFEFEF;
    font-weight: bold;
}

th {
    background: #C8D9E7; /*color: #FFFFFF;*/
    padding: 2px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #96B7D2;
    border-left: 1px solid #DFDFDF;
}

td {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
}

.subheader {
    background: #EFEFEF;
    color: #000000;
    padding: 2px;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #DFDFDF;
}

.row0 {
    background: #EFEFEF;
    border-left: 1px solid #FFFFFF;
    padding: 2px;
}

.row1 {
    background: #FFFFFF;
    border-left: 1px solid #EFEFEF;
    padding: 2px;
}

.border {
    border: 1px solid #96B7D2;
}

tr.a {
    background: #EFEFEF
}

tr.b {
    background: #FFFFFF
}

table.palm {
    border: solid 2px #5C8FB9
}

error td {
    border: solid 1px #FFcc00;
    background-color: #EFEFEF;
    padding: 5px 10px 20px 30px
}

error font {
    color: #FF0000;
    font-weight: bold;
}

/*Disabled for Tigra Menu Compatablility*/
/*a:hover { background: #C8D9E7; color: #5C8FB9 ; text-decoration:none; }*/

td.navItem:hover {
    background: #C8D9E7;
}

.navItem {
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #CCCCCC;
    text-decoration: none;
    padding: 2px;
}

div.row {
    clear: both;
    padding-top: 5px;
}

div.row span.label {
    float: left;
    width: 100px;
    text-align: right;
}

div.row span.formField {
    float: right;
    width: 500px;
    text-align: left;
}

#kurtVonnegut { 
  width: 80%;
  position: absolute;
  top: 5px;
  left: 165px;
  bottom: 5px;
  z-index: 5;
  padding: 10px 10px 10px 10px;
  color: #000000;
  background-color: #efefef;
  opacity: .8;
}
/* Dark to Light
//#3A3529
//#77704A
//#BCB286
//#DED9C2

// Dark to Light
//#005092
//#5c8fb9
//#96b7d2
//#c8d9e7
*/