/* --------------------------- globals --------------------------- */ 

body{
	font-family: "Lucida Sans Unicode", Arial, sans-serif, Verdana;
	color: #aaaaaa;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #efefef;
  text-align:center;
}

img {
  border: 0px;
  margin:0px;
  padding:0px;
  display:block;
}
	
h1{
  margin-top:30px;
	font-size: 18px;
	color:#4597C7;
}

h2{
	font-size: 15px;
	color:#4597C7;
}

a{
  text-decoration: none;
  color: #999999
}

a:hover{
  text-decoration: none;
}

#page{
	text-align:center;
  margin:0px auto;
  padding:0px;
	width:750px;
	background-image: url(./../img/bgshadow.gif);
  background-repeat: repeat-y;
	color:inherit;
  background-color:#f8f8f8;
}

.left{
  float: left;
}

.end {
  clear: both ! important;
}

.center{
  margin:0px auto;
}



/* --------------------------- top of the page --------------------------- */

#top{
  margin:0px auto;
  padding:0px;
	width:732px;
	background-color: #efefef;
  background-image: url(./../img/shadow1.gif);
  background-repeat: repeat-x;
  height:102px;
}

#top #logo{
  float: left;
	padding: 26px;
}

#top .menu{
  float: right;
}

#top .menu a{
  float: left;
	margin: 42px 15px 0px 0px;
}

#top .menu a img{
  float: left;
	padding: 0px 7px 0px 0px;
}

#top .menu a:hover{
	color:#4597C7;
}



/* --------------------------- main of the page --------------------------- */

#main{
	margin: 0px auto;
  width:732px;
	height:243px;
  background-image: url(./../img/bgmenu.jpg);
  background-repeat: no-repeat;
  
}

#main .menu{
  text-align: left;
  float: left;
 	margin-top: 10px;
}

#main .menu a{
  color: #ffffff;
 	font-size: 13px;
 	display: block;
 	margin: 14px 0px 13px 20px;
 	padding-left: 20px;
}

#main .menu a:hover{
  color: #ffff66;
 	font-size: 13px;
  background-image: url(./../img/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}



/* --------------------------- middle of the page --------------------------- */

#middle{
	background-image: url(./../img/shadow2.gif);
  background-repeat: repeat-x;
  float: left; 
  margin:0px auto;
	width:732px;
}

#content{
	text-align:justify;
  float: left; 
  margin:0px auto;
	width:670px;
}

#content #text{
	width:510px;
	text-align:justify;
  float: left; 
}

#content #text img{
  border: 7px #f0f0f0 solid
}


.leftpic{
  margin: 35px 20px 20px 0px;
  float: left;
}

#content a{
  color: #ad2528;
}

#content a:hover{
  color: #ed2528;
}

#content #table td{
  background-color: rgb(236,236,236);
  padding: 8px;
  font-size: 11px;
}

#content #table .row1 td{
  font-weight: bold;
  color: rgb(76,75,80);
}

#content #table .row2 td{
	color:#4597C7;
  background-color: rgb(230,230,230);
  font-weight: bold;
  text-align: center;
}

#content #table .row3 td{
  color: rgb(76,75,80);
  font-weight: bold;
  text-align: center;
}

#content #center{
  text-align: center;
}

#content #center img{
  margin:0px auto;
  border:0px;
}

#content #piccontent{
  color: #ad2528;
  font-size: 10px;
  font-weight: bold;
}



#contact{
  display: none;
}

/* --------------------------- bottom of the page --------------------------- */

#bottom{
  width:732px;
  float: left;
  margin:0px auto;
  padding:0px;
  background-color:#ECECEC;
}

#bottom a:hover{
	color:#4597C7;
}

#copyright{
	font-size: 9px;
}

#bottom #divider{
  float: left;
}

#bottom .menu, #bottom #copyright{
  float: left;
	padding: 22px 40px 22px 40px;
}



