@charset "utf-8";
/* CSS Document */

body {margin: 0px;  padding:0px; background:url(../images/backgroundMain.png) no-repeat center top; text-align:center; overflow-y: scroll; !overflow-y: hidden; _overflow-x: hidden; font-family:Verdana, Arial, Helvetica, sans-serif;}

/*body {margin: 0px; padding:0px; background:url(../images/backgroundMain.png) no-repeat center top; overflow-y: scroll; !overflow-y: hidden; _overflow-x: hidden}*/

img{border:0px}

.centerDiv{margin:0px auto; text-align:center; width:1004px;} /* style for center div */


/**********************************************
 CSS Style - Width
**********************************************/
/* width in percentage */
.wp100{width:100%}

/* width in pixel */
.w1004 {}


/**********************************************
 CSS Height                             
**********************************************/


/**********************************************
  CSS Style - Float
**********************************************/
.fll {float:left;}
.flr {float:right;}

/**********************************************
 CSS Style - text-align
**********************************************/
.tal {text-align:left;} /* text align left*/
.tac {text-align:center;} /* text align center*/
.tar {text-align:right;} /* text align right*/

/**********************************************
 CSS Style - Vertical-align
**********************************************/
.valt {vertical-align:top;} /*vertical align top*/
.valm {vertical-align:middle;} /* vertical align middle */

/**********************************************
 CSS Style - Padding
**********************************************/

/* padding left */

/* padding top */

/* padding right */

/* padding bottom */

/**********************************************
 CSS Style - Margin
**********************************************/


/**********************************************
 CSS Font (face, colr, size, font weight)                             
**********************************************/

 /* style for font color */

 /* style for font size */

 /* style for font weight */
.b {font-weight:bold;}
.nb {font-weight:normal;}

/**********************************************
 CSS background color and image                            
**********************************************/


/**********************************************
 CSS Border-style                             
**********************************************/
.bdr{border:#000000 1px solid} /* this style is only for designer purpose (for testing the border) */


/**********************************************
 CSS style for images width and height                             
**********************************************/


/**********************************************
 CSS style for footer                            
**********************************************/


/**********************************************
 CSS style for form control                            
**********************************************/

/* style for texfield */

/* style for texarea */

/* style for combobox */

 /* style for button */


/**********************************************
 CSS style for Navigation                            
**********************************************/

.flash-box{
width:700px;
height:320px;
border:1px #126772 solid;
margin-top:50px;
margin:0px auto;
}
.logo{
padding:10px;
text-align:left;
}
.content{
color:#000;
font-size:11px;
text-align:left;
padding:10px;
}
.content h1{
margin:0px;
font-size:12px;
}
.content a{
color:#000;
text-decoration:none;
}
b{
font-weight:bold;
}
.copy{
width:700px;
margin:0px auto;

}
h2{
color:#000;
padding:10px;
font-size:10px;
text-align:right;
font-weight:normal;
}

