.page_container
    {
    width: 900px;
    height : 100%;
    margin:0px auto;
    text-align:left;
    background-color: #ffffff;
    padding : 20px;
    border-color: #a0a0a0;
    border-width: 1px;
    border-style : solid;
    }

.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    }

body
    {
    text-align:center;
    background-image: url(/images/key-bg-nologo.jpg);
    background-size:100%;
    font: 10pt Tahoma;
    }

table
    {
    width: 100%;
    border-collapse: collapse;
    color: black;
    font: 10pt;
    }

h1
    {
    font: 18pt Calibri;
    margin: 0px;
    font-weight: bold;
    }

h2
    {
    font: 18pt Calibri;
    margin: 0;
    }

h3
    {
    font: 12pt Calibri;
    margin: 0;
    }


a
    {
    color: #000;
    text-decoration: none;
    }

a:hover
    {
    color: #46751D;
    text-decoration: none;
    }

a.link
    {
    color: #000;
    text-decoration: underline;
    }

div.buffer
    {
    padding-top: 7%;
    padding-bottom: 17%;
    }

.small
    {
    font: 8pt;
    }

#menu {
height: 30px;

}

#menu ul {
list-style-type: none;
margin:0;
padding:0;
}

#menu li {
display: inline;
float: left;
background-image: url(/images/fx/topmenu_bg_center.gif);
    text-align:center;  
    text-shadow: 1px 1px 1px #CCC;
    font-weight:bold;
    font-size:12px;
    width:128px;
    height:30px;
}

#menu a {
text-decoration: none;
font-size: 1.2em;
color: #000;
display:block;
padding: 5px 10px 5px 10px;
}

#menu a:hover {
color: #000;
background-image: url(/images/fx/topmenu_bg_center_lit.gif);
}


/* ============================================================================================================================
== RECTANGLE-BORDER STYLE WITH CURVE
** ============================================================================================================================ */

.rectangle-speech-border {
  position:relative; 
  padding:15px 15px;
  margin:1em 0 3em;
  border:5px solid #6EB62E;
  text-align:center;
  color:#333;
  background:#E3F3CB;
  /* css3 */
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
}

/* creates larger curve */
.rectangle-speech-border:before {
  content:""; 
  position:absolute; 
  z-index:10; 
  bottom:-40px;
  left:50px;
  width:50px;
  height:30px;
  border-style:solid; 
  border-width:0 5px 5px 0;
  border-color:#6EB62E;
  background:#E3F3CB;
  /* css3 */
  -webkit-border-bottom-right-radius:80px 50px;
  -moz-border-radius-bottomright:80px 50px;
  border-bottom-right-radius:80px 50px;
    /* reduce the damage in FF3.0 */
    display:block; 
}

/* creates smaller curve */
.rectangle-speech-border:after {
  content:""; 
  position:absolute; 
  z-index:10; 
  bottom:-35px;
  left:50px; 
  width:20px; 
  height:25px;
  border-style:solid; 
  border-width:0 5px 5px 0;
  border-color:#6EB62E;
  background:#fff;
  /* css3 */
  -webkit-border-bottom-right-radius:40px 50px; 
  -moz-border-radius-bottomright:40px 50px; 
  border-bottom-right-radius:40px 50px; 
    /* reduce the damage in FF3.0 */
    display:block; 
}

/* creates a small circle to produce a rounded point where the two curves meet */
.rectangle-speech-border > :first-child:before {
  content:""; 
  position:absolute; 
  bottom:-40px;
  left:47px;
  width:10px;
  height:10px;
  background:#6EB62E;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

/* creates a fill rectangle to cover part of the oval border*/
.rectangle-speech-border > :first-child:after {
  content:""; 
  position:absolute; 
  bottom:-10px; 
  left:76px; 
  width:24px; 
  height:15px; 
  background:#E3F3CB;
}

.support_item {
display: inline;
float: left;
line-height:35px;
background-image: url(/images/whut.gif);
    text-align:center;  
    font-size:14px;
    width:300px;
    height:35px;
}

.support_item_small_L {
display: inline;
float: left;
line-height:35px;
background-image: url(/images/whut.gif);
    text-align:center;  
    font-size:14px;
    width:200px;
    height:35px;
}

.support_item_small_R {
display: inline;
float: right;
line-height:35px;
background-image: url(/images/whut.gif);
    text-align:center;  
    font-size:14px;
    width:200px;
    height:35px;
}

.support_item_selected {
display: inline;
float: left;
line-height:35px;
background-image: url(/images/whut_selected.gif);
    text-align:center;  
    font-size:14px;
    width:300px;
    height:35px;
}

.button_item {
display: inline;
float: left;
position: relative;
right:-42%;
line-height:35px;
background-image: url(/images/whutless.gif);
    text-align:center;  
    font-size:14px;
    width:300px;
    height:35px;
}