/*CSS Main File*/
* SITE FONT SETUP - OPTIONS YOU CAN USE */
/* CAUTION do not interchange by accident the \'normal\' and \'none\' tags */

/*font-style:         normal | oblique */
/*font-variant:       normal | small-caps */
/*text-decoration:    none | underline | overline | line-through | blink */
/*text-transform:     none  capitalize | uppercase | lowercase | none */
/*text-align:         left | right | center | justify */
/*text-indent:        3em  <length> | <percentage> */
 
/*font-weight:         normal | bold | bolder | lighter | 100 | 200 | 300 |
400 | 500 | 600 | 700 | 800 | 900 */




/* affects header*/
td.header{
border-bottom:  0px #013685 solid ;
background-color:#FDB82D;
}

/* affects navigation on top menu*/
td.nav{
border-bottom:  0px #006ea5 solid ;
background-color:#FDB82D;
}

/* affects left column */
td.left{
border-right:1px #FDB82D solid;
background-color: #ffffff;
}

/* affects right column*/
td.right{
border-left: 1px #000000 solid ;
background-color:#ffffff;
}

/* footer */
td.footer{
border-top:     1px #FDB82D solid ;
background-color:#ffffff;
padding: 0px;
}

/* Box for column content */
table.navbox{
border: 0px  #000000 dotted;
padding: 3px;
width:100%;
background-color:transparent;
}
td.navboxtd{
background-color:transparent;
width:100%;
padding: 0px;
}

/* This is used for the TITLES IN COLUMNS */
.navtitlebar {
background-color: #FDB82D;
border-top:    1px  #575757 solid;
border-right:  1px  #575757  solid;
border-left:    1px  #575757 solid;
border-bottom:  0px  #575757  solid;
width: 100%;
font:10px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
color: #575757;
font-style: normal;
font-weight: 600;
text-align: left;
text-indent: 6px;
}


/* leave this as is */
table.maintable{
border: 0px  #000000 dotted;
padding: 0px;
width:100%;
background-color:FFFFFF;
}
td.maintd{
border-top: 0px #000000 solid ;
background-color:FFFFFF;
padding: 0px;
width:100%;
}

/* Login Form */
table.login{
border: 1px  #FDB82D dotted;
padding: 3px;
background-color:transparent;
}
table.form{
border: 1px  #FDB82D dotted;
width:    96%;
padding: 0px;
background-color:transparent;
}

/* This is used for the header bars of search result pages*/
table.prev{
border: 0px  #000000 solid;
width:    100%;
padding: 0px;
background-color:#ffffff;
}
td.preview{
border-top:     1px #FDB82D solid ;
border-right:   1px #FDB82D solid ;
border-left:    1px #FDB82D solid ;
border-bottom: 1px #FDB82D solid ;
padding: 1px;
background-color: #efefef;
}

/* table for images on content sites*/

table.img{
border: 0px  #000000 solid;
padding: 5px;
}

/*  td for images on content sites*/
td.image{
border-top:     0px #000000 groove ;
border-right:   0px #000000 groove ;
border-left:    0px #000000 groove ;
border-bottom:  0px #000000 groove ;
padding: 4px;
background-color:transparent;
}



/* table enclosing the textblocks */
table.main{
border: 0px  #000000 dotted;
width:    98%;
padding: 0px;
background-color: transparent;
}

/*  the center column */
td.center{
border-top:     0px #000000 solid ;
border-right:   0px #000000 solid ;
border-left:    0px #000000 solid ;
border-bottom: 0px #000000 solid ;
padding: 5px;
background-color:FFFFFF;
}

table.timezones{
border: 1px  #FDB82D solid;
width:    140px;
padding: 0px;
background-color:#ffffff;
}
td.zone{
padding: 1px;
background-color: #efefef;
}
table.timecenter{
border: 1px  #FDB82D solid;
width:    90%;
padding: 0px;
background-color:#ffffff;
}
td.zonecenter{
padding: 1px;
background-color: #efefef;
}


