body
{
  -moz-border-radius: 20px 20px 20px 20px; /* Firefox */  
  -webkit-border-radius: 20px 20px 20px 20px; /* Safari, Chrome */  
  border-radius: 20px 20px 20px 20px; /* CSS3 */ 

    -moz-box-shadow: 0 0px 20px #64717E; /* Firefox */  
  -webkit-box-shadow: 0 0px 20px #64717E;/* Safari, Chrome */  
  box-shadow: 0 0px 20px #64717E; /* CSS3 */
 

    margin: 20px auto;
    padding: 10px;
    width: 96%;
	}

/*table
{ margin:0px;}*/

#grad1 {
  /* height: 127px; */ 
  border-radius: 10px;
  box-shadow: 0 0px 20px #64717E;
  background-color: green; /* For browsers that do not support gradients */
  background-image: linear-gradient(#00008b, #6495ed);
}

a.one {color: #dddddd;}
/* a.one:link {color: #dddddd;} */
/* a.one:visited {color: #dddddd;} */

/* input     { margin: 5px; } */


.header_stripe
{

  -moz-box-shadow: 0 0 10px #1E589A; /* Firefox */  
  -webkit-box-shadow: 0 0 10px #1E589A;/* Safari, Chrome */  
  box-shadow: 0 0 10px #1E589A; /* CSS3 */  

 -moz-border-radius: 10px 10px 0 0; /* Firefox */  
  -webkit-border-radius: 10px 10px 0 0; /* Safari, Chrome */  
  border-radius: 10px 10px 0 0; /* CSS3 */  


    display: table;
    height: 80px;
    padding: 9px;
    width: 99%;

background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

.headerlink
{
   color: white !important;
    font-family: helvetica !important;
    font-size: 17px !important;
    margin: 0 !important;
    text-decoration: none !important;
    width: auto !important;
}
.headerlink:visited 
{
   color: white !important;
    font-family: helvetica !important;
    font-size: 17px !important;
    margin: 0 !important;
    text-decoration: none !important;
    width: auto !important;
}
.headerlink:hover 
{
text-decoration:underline !important;

}
.menu_holder
{
    margin-top: 13px;
}
.logo
{
   background-image: url("images/logo.png");
    background-repeat: no-repeat;
    float: left;
    height: 90px;
    width: 90px;
}
.menu_top
{
   height: 20px;
    margin-top: 10px;
	}

.brake
{
padding:10px;
height:auto;
width:98%;
margin:0 auto;

}
.menu_top li
{
    color: white;
    float: left;
    font-family: helvetica;
    font-size: 15px;
    margin: 0 10px 0 0;
    padding-left: 27px;
	padding-top: 1px;
    text-transform: uppercase;
	height: 20px;
}
.menu_top ul
{
margin:0;
padding: 0px;
}

#li1
{
list-style: none;
background: url(images/b1.png) no-repeat 0px -2px;
}
#li2
{
list-style: none;
background: url(images/b1.png) no-repeat 0px -2px;

}
#li3
{
list-style: none;
background: url(images/b2.png) no-repeat 0px -2px;
padding-left: 86px;
}
#li4
{
list-style: none;
background: url(images/b1.png) no-repeat 0px -2px;
}
#li5
{
list-style: none;
background: url(images/b1.png) no-repeat 0px -2px;
}
#li6
{
list-style: none;
background: url(images/b3.png) no-repeat 0px -2px;
 padding-left: 48px;
}