html, body{
   border:0;
}
body {
   font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
   color: rgb(179, 197, 220);
   font-size: 11px;
   margin:0px;
   background: #003B89 url(../images/website/bg.jpg) top repeat-x;
}

.topBlock{
   width:766px;
   height:419px;
   background: url(../images/website/bg_1.jpg) top left no-repeat;
}

.bodyBlock{
   width:766px;
   background-image: url(../images/website/bg_body.jpg);
   background-repeat:no-repeat;
}
.textBody{
	width:600px;
	text-align:justify;
	padding-bottom:30px;
	margin-left:38px;
}

.topMenu{
   position:absolute;
   top:244px;
   left:51px;
   width:450px;
   height:18px;
   color:#DEE8F6;
   background-color: inherit;
   font-weight:bold;
}

.menuTitle{
	font-weight:bold;
	font-size:16px;
	margin-left:38px;
}

.topMenuItem{
   color:#DEE8F6;
   background-color: inherit;
   font-weight:bold;
   text-decoration:none;
   font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-size:13px;
   padding-left:5px;
   padding-right:5px;
   padding-bottom:3px;
}
.topMenuItem:hover{
   color:#DEE8F6;
   font-weight:bold;
   text-decoration:none;
   background-color:#63A4E6;
   font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-size:13px;
}

.spacer{
   margin-right:16px;
   margin-left:16px;
}

.copyright{
  background: url(../images/website/copyright.jpg) bottom left no-repeat;
   width:600px;
   height:51px;
   padding-top:5px;
   padding-left:42px;
   color:#B3C5DC;
   float:left;
   background-color: inherit;
}

.loadingNone{
   position:absolute;
   top:455px;
   left:38px;
   width:100px;
   height:40px;
}
a {
   padding-left:5px;
   padding-right:5px;
   padding-bottom:3px;
   color:#ffffff;
   background-color: inherit;
   font-weight:normal;
   text-decoration:none;
}

a:hover {
   color:#ffffff;
   background-color: inherit;
   font-weight:normal;
   text-decoration:none;
   background-color:#0057CC;
}

@media print { div.hidep {   display: none; } } 

img {
	border:0;
}
