
body     { color: black;   font-size: 15px; font-family: Corbel, Arial, sans-serif; line-height: 16px;  max-width: 900px; margin-left:auto; margin-right:auto; background:#b3d9e5; }

p, td, tr { color: black; font-size: 15px; font-family: Corbel, Arial, sans-serif; line-height: 16px; background-repeat: repeat-n         }
h1        { color: navy; font-size: 22px; font-family: Corbel, Arial, sans-serif; font-weight: bold; line-height: 22px; font-stretch: semi-expanded }
h2     { color: navy; font-size: 20px; font-family: Corbel, Arial, sans-serif; font-weight: bold; line-height: 19px }
h3      { color: navy; font-size: 18px; font-family: Corbel, Arial, sans-serif; font-weight: bold; line-height: 17px }
h4     { color: navy; font-size: 17px; font-family: Corbel, Arial, sans-serif; font-style: italic; font-weight: bold; line-height: 11px }
h5   { color: navy; font-size: 16px; font-family: Corbel, Arial, sans-serif; font-weight: normal; line-height: 11px }
a:link     { color: blue; text-decoration: none }
a:hover    { color: fuchsia; text-decoration: underline }
a:focus    { color: fuchsia; text-decoration: underline }
a:visited       { color: teal; text-decoration: none }
.text    { color: black; font-size: 15px; font-family: Corbel, Arial, sans-serifa; font-weight: normal; line-height: 16px; text-align: justify; text-indent: 6px }
.bold  { font-size: 15px; font-family: Corbel, Arial, sans-serif; font-weight: bold; line-height: 16px }
.white { color: white }
.menu { font-weight: bold; font-size: 9px; line-height: 12px; list-style-position: outside; margin-top: 0px; margin-bottom: 16px; margin-left: 4px; left: -12px }
.more { text-align: right }
div#main {width: 750px; margin-left: auto; margin-right: auto  }

/*===================================================================*/
/* Curves edges for tables
syntax: <table class="xxxCurvedEdges">     */

table.BodyCurvedEdges {-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;border-radius:50px; }

table.MenuCurvedEdges {-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px; }

table.MiniCurvedEdges {-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px; }


/*================================================================== */

/*  Generated by xxwww.menucool.com/drop-down-menu  */


/* main menu
----------------------------*/
#ddmenu
{
    display:block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
}

#ddmenu ul
{ 
    margin:0 auto; 
    padding:0;
    text-align:center; /* Alignment of each top-level menu items within the UL */
    width:100%;
    font-size:0;
    background:#333; 
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990; 
    max-width:900px;
background:rgba(0,0,0,0.2);   /* original background:rgba(133,159,177,0.3);    blue is 0,0,127  */
border:0px solid rgba(21,34,74,0);
border-radius:0px;
}

#ddmenu li
{
    margin:0;
    padding:0;
    font-size:16px;
    display:inline-block;
    *display:inline;
    zoom:1; /*for IE6-7*/
    position:relative;
    color:#eee;
    line-height:46px; /*This determines the height of the menu*/
    transition:background-color 0.2s;
    outline:none;
}

#ddmenu li.full-width {
    position: static;
}

#ddmenu li.over
{
    color:#FFF;
background-color:#205081;
}

#ddmenu li.over.no-sub {
    
}

#ddmenu .top-heading
{
    font-weight:bold;
    white-space:nowrap;
    margin:0 16px;
    color:inherit;
    text-decoration:none;
    display:inline-block; 
    outline:0;
    cursor:pointer;
}

/* links of top-heading */
#ddmenu li a, #ddmenu li a:link, #ddmenu li a:hover
{
    color:inherit;
}
#ddmenu li a:hover
{
    text-decoration:underline;
}

#ddmenu li a:focus
{
    outline:1px dotted #09F;
}
    
/* caret(arrow icon) */
#ddmenu i.caret
{  
    color:inherit;
    left:-12px;
    width: 0;
    height: 0;
    overflow:hidden;/*for IE6*/
    vertical-align:middle;
    margin-bottom:2px;
    border-top: 4px solid;/*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position:relative;
}  
        
/* sub-menu layout
----------------------------*/

#ddmenu .dropdown
{
    width:auto;    
    left:0px;    
    color:#000;   
    padding:0;margin:0;display:none;position:absolute;
    top:100%;
    border:1px solid rgba(255,255,255,0.35);
border-top:none;
border-radius:2px;
background-color:rgba(0,0,0,0.1);
background-color:#ccc \9;/*fallback for old IE*/
}

#ddmenu li.full-width .dropdown {
    width:100%;
    padding:0;
    margin:0;
    margin-left:-1px; /*Set to 0 if UL has no border*/
}

#ddmenu .offset300 {
    left:-300px;right:auto;
}

#ddmenu .right-aligned {
    left:auto;
    right:0px;
}

#ddmenu li.over .dropdown
{
    display:block;
}

#ddmenu .dd-inner {
    text-align:center;
    padding:20px;
    margin:16px;
    background-color:#FFF;
    white-space:nowrap;
    font-size:15px;
    line-height:1.35;
}
  
/* links in sub menu
----------------------------*/

#ddmenu .dropdown a
{  
    display:block;
    color:#000;
    line-height:22px;
    text-decoration:none;
    padding:0;
}

#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus
{
    text-decoration:underline;
    color:#09F;
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu div.column
{
    text-align:left;
    vertical-align:top;/*or middle*/
    display:inline-block;
    *display:inline;*zoom:1;
    white-space:normal;
    width:auto;min-width:120px;
padding:0 30px;
border-right:1px solid #999;
}

#ddmenu div.dd-inner div:last-child
{
    border-right:none;
}

#ddmenu div.column h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}

#ddmenu div.column h3 {text-transform:uppercase;}

/* useful when http://xxwww.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {display:none;}

