html,body{margin:0;padding:0;background-image:url(images/background.jpg)}

body{font: 86% arial,sans-serif;text-align:center}
p{margin:0px 10px 10px}
a{padding:0px; text-decoration:none; color:#000099;}
h1{font-size: 16pt; font-weight: bold; font-family: arial;}
h2{font-size: 12pt; font-weight: bold; font-family: arial;padding: 0px;}

div#topspacer{width:1000px;margin:0 auto; padding:4px}

div#dropshadow{background-color:#000000; width:1002px;margin:0 auto; padding:0px
border-left:1px solid #000000; 
border-right:1px solid #000000; 
border-top:1px solid #000000; 
border-bottom:1px solid #000000;}

div#dropshadow2{width:1000px;margin:0 auto; padding:0px;
border-left:0px solid #DDE0E5; 
border-right:1px solid #000000; 
border-top:0px solid #DDE0E5; 
border-bottom:1px solid #000000;}

div#container{background-color:#ffffff;text-align:left}
div#container{width:1000px;margin:0 auto;}

div#header1{height:51px;width:1000px;margin:0px;padding:0px;background-color:#000;}
div#header1 h1{height:40px;line-height:10px;margin:0;padding-left:0px;}

div#header2{height:116px;margin:0;padding0px;background-image:url(images/headerbackground.jpg);}
div#header2 h1{height:80px;line-height:80px;margin:0;padding-left:10px;}


div#content p{line-height:1.4}
div#content{
text-align: left;
float:right;
width:815px; 
padding:15px 10px 10px 10px; 
margin: 5px 0px 0px 0px; 
background:#B1B9C4;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
border-right: 0px solid #000;
}

div#contentleft{
text-align: center;
float:left;
width:540px; 
padding:40px 10px 10px 10px; 
margin: 5px; 
background:#B1B9C4;
border-top: 0px solid #000;
border-left: 0px solid #000;
border-bottom: 0px solid #000;
border-right: 0px solid #000;
}

div#contentright img{padding: 0px 0px}
div#contentright{
text-align: center;
float:right;
width:210px; 
padding:40px 10px 10px 10px; 
margin: 0px 0px 0px 0px; 
background:#B1B9C4;
border-top: 0px solid #000;
border-left: 0px solid #000;
border-bottom: 0px solid #000;
border-right: 0px solid #000;
}


div#navigation{background:#ffffff;}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#navigation{float:left;width:150px}

div#extra{background-color:#fff;background-repeat:none;text-align:center;border:0px solid #000000;margin:15px 0; padding:5;}
div#extra{float:left;clear:left;width:155px;font:11pt tehoma, arial, sans-serif; color #000; font-weight:normal;}
div#extra a{padding:0px;font-color:#000099; font-weight:bold;}

div#footer{height:24px;background-image:url(images/footerbackground.jpg);border-top:1px solid #000000;text-align:center;font-size: 8pt}
div#footer p{margin:0;padding:5px 10px}
div#footer{clear:both;width:100%}




/* ----------  Vertical Menu Area  ---------- */

.buttonscontainer {width: 145px;}

.buttons a {
border-left:1px solid #ACB7C9; 
border-right:1px solid #ACB7C9; 
border-top:1px solid #ACB7C9; 
border-bottom:1px solid #ACB7C9; 

color: #000000;						/* text color */
background-color: #CAD3DC;			/* background color */
padding-left: 4px;
padding-top: 4px;
padding-bottom: 1px;
padding-right: 1px;
font-weight: bold;
text-decoration: none;
display: block;
margin: 5px;
width: 100%;
text-align: center; 
font-style:normal; 
font-variant:normal; 
font-size:13px; 
font-family:Arial, sans-serif; 
padding-right:2px; 
padding-top:2px; 
padding-bottom:2px}

.buttons a:hover {
border-left:1px solid #000000; 
border-right:1px solid #000000; 
border-top:1px solid #000000; 
border-bottom:1px solid #000000;  
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
font-size:13px; 
color: #000000;					/* text color */
background-color: #ACB7C9;		/* background color */
text-decoration: none
}
/* ------- Horizontal Navbar --------- */
#navbar {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.0em;
    font-weight:bold;
    height:116px;
    text-align:center;
    margin:0px 10px;
    padding:0px 10px 10px 10px;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
    width:124px;
    color:#000;
    text-decoration:none;
    background:url("images/navbar.jpg") no-repeat;
    background-position:0 0px;
    float:left;
    padding:78px 10px 24px;
    margin:0 -10px;
}
#navbar a:hover { 
    background-position:0 -118px;
    color:#fff;
}
#navbar a:active {
    background-position:0 -236px;
    color:#1e5ebd;
}

/* ----------  Horizontal Menu Area  ---------- */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.horizontalmenu{
/* background-image:url(images/sidebkg.jpg); */
/* background-repeat: repeat-y; */
}

.bevelmenu{                 /* menu area */
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-repeat: repeat-y;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{             /* button */
padding: 3px 0.5em;
text-decoration: none;
color: #000000;
/* background-color: #ffffff; */
/* border: 1px solid #ffffff; */
}

.bevelmenu li a:hover{        /* hover effect */
color: #ffffff;
/* background-color: #ffffff; */
/* border: 1px solid #ffffff;  */
/* border-style: outset; */
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


a.popup{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000099;
    text-align: center;
    font-size:11pt;
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    }
    
a.popup:link{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000099;
    text-align: center;
    font-size:11pt;
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    }

a.popup:hover{z-index:25; background-color:#C1C9D6;
    color:#000099;
    text-align: center;
    font-size:11pt;
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;}

a.popup span{display: none;}

a.popup:hover span{ /*the span will display just on :hover state*/
    display:block;
    padding: 10px;
    position:absolute;
    top:1em; left:-5em; width:40em;
    border:1px solid #000;
    background-color:#fff; color:#000;
    text-align: left;
    font-size:11pt;
    }
    
a.faqpopup{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000099;
    text-align: center;
    font-size:11pt;
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    }
a.faqpopup:link{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000099;
    text-align: center;
    font-size:11pt;
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    }

a.faqpopup:hover{z-index:25; background-color:#C1C9D6;
    color:#000099;
    text-align: center;
    font-size:11pt;
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;}

a.faqpopup span{display: none;}

a.faqpopup:hover span{ /*the span will display just on :hover state*/
    display:block;
    padding: 10px;
    position:absolute;
    top:30px; left:-174px; width:976px;
    border:1px solid #000;
    background-color:#fff; color:#000;
    text-align: left;
    font-size:11pt;
    }