/* CSS Document */
body{
margin:0px;
padding:0px;
text-align:left;
line-height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
background-color:#3a4249;
height:100%;
background-image:url(../images/bg.gif);
background-position:top;
background-repeat:repeat-x;
}


.topmargin{
margin-top:4px;
}

.menu{
font-size:12px;
color:#FFFFFF;
text-align:left;
height:27px;
line-height:27px;
}
.menu a{
text-decoration:none;
color:#FFFFFF;
padding:4px 10px 4px 10px;

}


.menu a:hover{
text-decoration:none;
color:#FFFFFF;
background:url('../images/bg_bg.gif') bottom;
background-repeat:no-repeat;
}

.menu a.active{
text-decoration:none;
color:#FFFFFF;
background:url('../images/bg_bg.gif') bottom;
background-repeat:no-repeat;
}

.logo{
z-index:999999;
position:absolute;
margin:-18px 0px 0px 90px;
}

.text-box{
text-align:left;
margin:0px 0px 0px 16px;
width:520px; height:250px;
/*filter:alpha(opacity=85);-moz-opacity:.80;opacity:.80;*/
}
.text-box a{
color:#FFFFFF;
}
.text-box a:hover{
color:#CCCCCC;
}
.text-box ul 
{
margin:0px;padding-left:20px;
}
.text-box ul li 
{
list-style-image:url(../images/bullet.gif);
}
.box{
border:1px solid #96999e;
background-color:#0b101e;
text-align:left;

}


.plr{
padding:5px 10px 30px 10px ;
background-color:#0b101e;border:1px solid #96999e;}


.bmenu{
font-size:12px; vertical-align:top; line-height:30px;
}

.bmenu a{
font-size:12px;
text-decoration:none;
color:#FFFFFF;
padding:0px 3px 0px 3px;
text-align:left;
}

.bmenu a:hover{
font-size:12px;
text-decoration:underline;
}

.button{
border:1px solid #0f234b;
background-color:#ffffff;
text-decoration:none;
width:160px;
font-weight:bold;
color:#474b56;
padding:5px 10px 5px 10px;
/*filter:alpha(opacity=85);-moz-opacity:.80;opacity:.80;*/
cursor:pointer;
display: -moz-inline-stack;
}

.button:hover{
border:1px solid #fff;
background-color:#0b101e;
text-decoration:none;
font-weight:bold;
color:#FFFFFF;
width:160px;
padding:5px 10px 5px 10px;
filter:alpha(opacity=85);
-moz-opacity:.80;opacity:.80;cursor:pointer;
}


.ltpad{ padding-left:20px; background-color:none;}


.fl{
float:left;
}

.fr{
float:right;
}


