.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 218px;
height: 310px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 218px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 218px;
margin-top: 0px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0px solid white;
color: #ffffff;
padding: 0px 0px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

BODY { margin: 0px;
       background-repeat: repeat-y;
       background-color: #ffffff;
       color: #000000;
       font-size: 11pt;
       font-family: Arial, Helvetica, sans-serif; }

A:link { color: #000000;
         text-decoration: none; }

A:visited { color: #000000;
            text-decoration: none; }

A:active { color: #009900;
           text-decoration: none; }

A:hover { color: #333399;
          text-decoration: underline; }

A.ul:link { color: #000000;
            text-decoration: underline; }

A.ul:visited { color: #000000;
               text-decoration: underline; }

A.ul:active { color: #009900;
              text-decoration: underline; }

A.ul:hover { color: #333399;
             text-decoration: underline;
             font-weight: bold; }

A.em:link { color: #000000;
            text-decoration: none;
            font-weight: bold; }

A.em:visited { color: #000000;
               text-decoration: none;
               font-weight: bold; }

A.em:active { color: #009900;
              text-decoration: none;
              font-weight: bold; }

A.em:hover { color: #333399;
             text-decoration: underline;
             font-weight: bold; }

A.navbar:link { color: #ffffff;
                text-decoration: none; }

A.navbar:visited { color: #ffffff;
                   text-decoration: none; }

A.navbar:active { color: #ffffff;
                  text-decoration: none; }

A.navbar:hover { color: #ffffff;
                 text-decoration: underline; }

A.red:link { color: #cc0000;
                text-decoration: none; }

A.red:visited { color: #cc0000;
                   text-decoration: none; }

A.red:active { color: #cc0000;
                  text-decoration: none; }

A.red:hover { color: #cc0000;
                 text-decoration: underline; }

.announcement  { text-align: center;
                 font-size: 14pt;
                 font-weight: bold; }

LI { font-weight: normal; }

LI.nobull { list-style-type: none; }

LI.lihead { list-style-type: none;
            font-weight: bold; }

TH { vertical-align: top; 
     text-align: center;
     background-color: #FFFFFF;
     color: #000000;
     font-size: 11pt;
     font-weight: bold; }

TH.aqua { vertical-align: top; 
          text-align: center;
          background-color: #006699;
          color: #FFFFFF;
          font-size: 11pt;
          font-weight: bold; }

TH.blue { vertical-align: top; 
          text-align: center;
          background-color: #9999cc;
          color: #FFFFFF;
          font-size: 11pt;
          font-weight: bold; }

TH.blue2 { vertical-align: top;
          text-align: center;
          background-color: #0000ff;
          color: #ffff33;
          font-size: 11pt;
          font-weight: bold; }

TH.brown { vertical-align: top;
           text-align: center;
           background-color: #993300;
           color: #ffffff;
           font-size: 11pt;
           font-weight: bold; }

TH.gray  { vertical-align: top;
           text-align: center;
           background-color: #333333;
           color: #ffffff;
           font-size: 11pt;
           font-weight: bold; }

TH.green  { vertical-align: top;
            text-align: center;
            background-color: #003300;
            color: #ffffff;
            font-size: 11pt;
            font-weight: bold; }

TH.violet { vertical-align: top;
            text-align: left;
            background-color: #CCCCFF;
            color: #000000;
            font-size: 11pt; 
            font-weight: bold; }

TH.violet2 { vertical-align: top;
             text-align: center;
             background-color: #333399;
             color: #ffffff;
             font-size: 11pt; 
             font-weight: bold; }

TH.red { vertical-align: top;
         text-align: center;
         background-color: #990000;
         color: #ffffff;
         font-size: 11pt; 
         font-weight: bold; }


TD { vertical-align: top;
     text-align: left; 
     font-size: 11pt; }

.sidebar { vertical-align: top;
          text-align: center;
          background-color: #333399;
          color: #ffffff;
          font-size: 9pt; }

.nowrap { white-space: nowrap; }

.background1   {  background-image: url("/images/background_1.jpg");
                          background-repeat: repeat;
                          background-position: top; }

.bggrey { background-color: #cccccc;
          color: #000000; }

.bgblue { background-color: #333399;
          color: #ffffff;}

.bgbred { background-color: #660000;
          color: #ffffff;}

.bgblred { background-color: #cc6666;
          color: #ffffff;}

.bgbblue { background-color: #660000;
          color: #ffffff;}

.bgblblue { background-color: #000066;
          color: #ffffff;}

.bggreen { background-color: #336633;
           color: #ffffff; }

.bgviolet { background-color: #ccccff;
            color: #000000; }

.bgphoto  {background-image: url("/images/yabbgimage.jpg");
           color: #ffffff;}


.bgsearch { background-color: #ccccff;
            align: center;  
            color: #000000; }

.flip_container {  width: 500px;
                   height: 600px;
                   margin: 10px auto;}

.red { background-color: #ffffff;
       color: #cc0000;
       font-size: 14pt;
       font-weight: bold; }

.small { font-size: 10pt; }

.smaller { font-size: 7pt; }

.vcenter { vertical-align: middle; }

.center { text-align: center; }

.left { text-align: left; }

.right { text-align: right; }

.padded { margin-top: 5px;
          margin-left: 5px; }

.indented { margin-left: 20px; }

.indented2 { margin-left: 40px; }

.indented3 { margin-left: 60px; }

.indented4 { margin-left: 80px; }

.indented5 { margin-left: 100px; }

.indented6 { margin-left: 120px; }

.indented7 { margin-left: 140px; }

.indented8 { margin-left: 160px; }

.indented9 { margin-left: 180px; }

.indented10 { margin-left: 200px; }

.bold { font-weight: bold;
        text-align: center; }

.head1 { font-weight: bold;
         text-align: center;
         font-size: 14pt; }

.head2 { font-weight: bold;
         text-align: center;
         font-size: 11pt; }

.question { font-weight: bold;
            font-size: 12pt;
            margin-left: 6px;
            color: #000000; }

.answer { font-size: 12pt;
          margin-left: 16px; }

.address { font-size: 12pt;
           margin-left: 20px;
           font-weight: bold; }

.dbtext { font-size: 12pt;
          padding-left: 15px; }

#calc {
	margin-bottom: 20px;
	border-collapse: collapse;
	}

#calc th {
	font-weight: bold;
	background: #124489;
	color: #fff;
	border: 1px solid #ABADB3;
	padding: 2px 5px;
	}	

#calc td {
	border: 1px solid #ABADB3;
	padding: 5px;
	text-align: center;
	color: #404040;
	_font-size: 80%;
	}

#calc tr.bg {
	background: #F2F2F2;
	}	

#calc td input {
	text-align: ;
	font-size: 1.1em;
	font-family: arial;
	}

#calc td.middle {
	text-align: left;
	padding-left: 40px;
	}

#calc caption {
	color: #ffffff;
	}		

h2.h2-calc {
	background: #fff;
	color: #114488;
	margin-top: 2px;
	font-size: 0.85em;
	}

h3.larger {
	font-size: 1.1em;
	_font-size: 0.9em;
	}	
	
h5 {
	margin-bottom: -10px;
	font-size: 1.1em;
	_font-size: 0.9em;
	}
	
h6 {
	font-size: 1em;
	_font-size: 0.8em;
	font-weight: normal;
	margin-top:10px;	
	}
	
xmp {
	font-size: 1.1em;
	_font-size: 0.9em;
	font-family: arial narrow;
	width: 400px;
	}	
