img, #left-body, #right-body,#dropmenudiv, .trans_back, .outerpair1, .outerpair2,.datacell1,.datacell0,.datacell0rep, .shadowbox { behavior: url(css/iepngfix.htc) }
.trans_back{
background-image:url(../images/common/trans_back.png);
}
.navmenu1 a{
color:#ffffff;
font-weight:bold;
}
.navmenu1 a:hover{
color:#242119;
}
.navmenu2 a{
color:#ffffff;
font-weight:bold;
}
.navmenu2 a:hover{
color:#ffffff;
}

body{
margin:0px;
background-color:#242119;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
}
b{
font-weight:normal;
}
strong{
font-weight:normal;
}
td{
font-family:Arial, Helvetica, sans-serif;

color:#ffffff;
font-size:12px;
text-transform:lowercase;

}
td .capital{
text-transform:none;
}

#bg-image{
position:absolute;
z-index:2;
float:left;
width:400px;
height:683px;
text-align:left;
background-image:url('../images/common/left-back.jpg');
background-position:left;
background-position:top;
background-repeat:no-repeat;

color:#fff;
}
#bg-image1{
position:absolute;
z-index:1;
float:right;
width:100%;
height:683px;
text-align:right;
background-image:url(../images/common/back_space.jpg);
background-position:left;
background-position:top;
background-repeat:repeat-x;
color:#fff;
}
#top-right{
position:absolute;
z-index:3;
padding-right:0px;
width:100%;
height:30px;
text-align:right;
float:right;
color:#fff;

}

#nav-bar{
position:absolute;
z-index:2;
top:150px;
width:100%;
height:25px;
text-align:center;

color:#000;
}
#top-logo{
position:absolute;
z-index:3;

width:232px;
height:266px;
text-align:center;

color:#000;
}
#left-body{
position:relative;
z-index:5;
top:30px;

width:198px;
height:340px;
text-align:center;

color:#fff;
/* Mozilla ignores crazy MS image filters, so it will skip the following
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/common/trans_back.png'); */
background-image:url(../images/common/trans_back.png);

}
#middle-body{
position:relative;
z-index:5;
/*top:10px;*/
padding-top:5px;
width:476px;

height:auto;
padding-right:7px;
text-align:center;

color:#fff;
}
#right-body{
position:relative;
z-index:5;
top:5px;

width:198px;
height:400px;
text-align:center;

color:#fff;
/* Mozilla ignores crazy MS image filters, so it will skip the following 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/common/trans_back.png');*/
background-image:url(../images/common/trans_back.png);
}
#content{
position:absolute;
z-index:4;
top:209px;


width:100%;
height:600px;
text-align:center;


color:#000;

}
input{
height:16px;
background-color:#000000;
border:1px solid #000000;
font-family:Arial, Helvetica, sans-serif;

color:#ffffff;
font-size:12px;
text-transform:lowercase;
}
#m_footer{
position:absolute;
text-align:center;
z-index:1;
height:100%;
width:100%;
margin-top:-10px;
}


/*XXXXXXXXXXXXXXXXXX Dropshadow elements XXXXXXXXXXXXXXX*/ 

.outerpair1 {
background: url(../images/common/upperrightfade.png) right top no-repeat;

} 
/* .outerpair1 must be given a width contraint, via either a width, 
or by floating or absolute positioning. In this demo these are 
applied from the second class name on the .outerpair1 DIV's.
This box also has one of the corner .png's. */


.outerpair2 {
background: url(../images/common/lowerleftfade.png) left bottom no-repeat;
padding-top: 8px;
padding-left: 8px;

}
/* .outerpair2 has padding equal to the shadow 
thickness, and also has one of the corner .png's */ 


.shadowbox {
background: url(../images/common/shadow.png) bottom right;
}
/* .shadowbox holds the main shadow .png */ 


.innerbox {
position: relative;
left: -8px;
top: -8px;

}
/* .innerbox is made "relative" and is "pulled" up and to 
the left, by a distance equal to the thickness of the shadow.
Because this is a relative-based shift, the box retains its
exact dimensions without change. */


.shadowbox img {
margin-left:0px;

vertical-align: bottom;
}


/* .outerpair2 has padding equal to the shadow 
thickness, and also has one of the corner .png's */ 

#dropmenudiv{
position:absolute;
/*border:1px solid white;*/
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
z-index:100;
margin-top:5px;

}

#dropmenudiv a{
text-decoration:none;
color:#FFFFFF;
width: 100%;
display: block;
text-indent: 3px;
background-image:url(../images/common/trans_back.png);

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
color:#999999;

}



