/* CSS Document */

html,body{
height:100%;
width:100%;
margin:0px 0px 0px 0px;
background-color:#bae4f6;
}
.backShadow{
position:relative;
width:760px;
height:100%;
left:50%;
margin-left:-380px;
background-image:url(graphics/shadow.gif);
background-repeat:repeat-y;
padding:0px 0px 0px 0px;
clear:both;
}

.shadow{
position:relative;
width:760px;
height:auto;
left:0;
background-image:url(graphics/shadow.gif);
background-repeat:repeat-y;
padding:0px 0px 50px 0px;
clear:both;
}

.top{
position:relative;
width:748px;
height:71px;
left:6px;
top:0px;
background-color:#FFFFFF;
}

.barcode{
position:relative;
width:748px;
height:6px;
left:6px;
top:0px;
font-size:0px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-image:url(graphics/barcode.gif);
background-repeat:repeat-x;
}
.navbar{
position:relative;
width:748px;
height:37px;
left:6px;
top:0px;
}
.navItem{
float:left;
padding:17px 0px 0px 40px;
}


.content{
position:relative;
width:748px;
height:auto;
left:6px;
top:0px;
background-color:#FFFFFF;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.content a{
color:#3472ff;
}

.blu{
color:#3472ff;
}

.text{
position:relative;
width:595px;
height:auto;
left:49px;
top:0px;
padding:40px 0px 40px 0px;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.darkGreen{
position:relative;
width:748px;
height:36px;
left:6px;
top:0px;
background-color:#c3ef76;
}

.footer{
position:relative;
left:55px;
top:32px;
color:#95ac3e;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;



}
.footer a{
color:#95ac3e;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.bold{
font-weight:bold;
}
