div.pageheader
{
position:absolute;
top:0px;
left:0px;
z-index:0;
width:1000px;
height:120px;
border:none;
}

div.menu {
position:absolute;
width: 1000;
top:120px;left:0px;
z-index:1;
}

div.Object0 table { width: auto; }

.textstyle0 {font-family:Arial;font-weight:bold;font-style:normal;font-size:24pt;text-decoration:none;color:#ffffff;}
.textstyle1 {font-family:Arial;font-weight:bold;font-style:italic;font-size:18pt;text-decoration:none;color:#ffffff;}
.textstyle2 {font-family:Arial;font-weight:bold;font-style:normal;font-size:14pt;text-decoration:none;color:#7d7d7d;}
.textstyle3 {font-family:Arial;font-weight:normal;font-style:normal;font-size:12pt;text-decoration:none;color:#7d7d7d;}
.textstyle4 {font-family:Arial;font-weight:bold;font-style:normal;font-size:12pt;text-decoration:none;color:#ffffff;}
.textstyle5 {font-family:Arial;font-weight:bold;font-style:normal;font-size:14pt;text-decoration:none;color:#ff8619;}
.textstyle6 {font-family:Arial;font-weight:normal;font-style:normal;font-size:10pt;text-decoration:none;color:#000000;}
.textstyle7 {font-family:Arial;font-weight:normal;font-style:italic;font-size:8pt;text-decoration:none;color:#7d7d7d;}
.textstyle8 {font-family:Arial;font-weight:bold;font-style:italic;font-size:14pt;text-decoration:none;color:#7d7d7d;}
.textstyle9 {font-family:Arial;font-weight:normal;font-style:normal;font-size:12pt;text-decoration:none;color:#ffffff;}

h1 {font-family:Arial;font-weight:bold;font-style:normal;font-size:14pt;text-decoration:none;color:#7d7d7d;margin:0;}
h2 {font-family:Arial;font-weight:bold;font-style:normal;font-size:14pt;text-decoration:none;color:#7d7d7d;margin:0;}
h3 {font-family:Arial;font-weight:bold;font-style:normal;font-size:14pt;text-decoration:none;color:#7d7d7d;margin:0;}
p  {font-family:Arial;font-size:12pt;text-decoration:none;color:#000000;}
p.white  {font-family:Arial;font-size:12pt;text-decoration:none;color:#FFFFFF;}
p.small {font-family:Arial;font-size:10pt;text-decoration:none;color:#000000;}
p.indent {font-family:Arial;font-size:12pt;text-decoration:none;color:#000000;margin-left: 35px;}
ul.normal {font-family:Arial;font-size:12pt;text-decoration:none;color:#000000;}

body {
 margin: 0px;
 padding : 0px;
 text-align: center;
 height: 100%;
 width: 100%;
 background-color: #000000;
}
a:link {
 color: #1e8cd2;
}
a:visited  {
 color: #1e8cd2;
}
li.check {
 list-style:none;
 background:url(images/check.png) no-repeat 0px .1em;
 padding-left:30px;
 margin-bottom:10px;
}

#container {
 position:relative;
 margin: 0px auto 0 auto;
 height: 100%;
 width:1000px;
 text-align:left;
 padding-left:0px;
}

/* new menu below */

.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}