/* CSS Document */



html, body{
   margin:0;
   padding:0;
   height:100%;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#f7f7f7;
}

table{
	margin: 10px;
}

a {
	text-decoration: none;
	color: white;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:active {
	color: white;
}

a:hover {
	color:#BABABA;
}

.link2 A:link {color: #0a51a2}
.link2 A:visited {color: #0a51a2}
.link2 A:active {color: #0a51a2}
.link2 A:hover {color: gray;}


#container{

   min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}



#headline{

margin: 0px;

background-color:black;

height: 10px

}



#heading{

margin:0px;

padding-top:1px;

height:145px;

background-image:url(../images/heading_back.jpg);

border-top-width: 1px;

border-top-style: solid;

border-top-color:#dce9f8;

border-bottom: 1px solid #dce9f8;

}



#footer{

/*background-image:url(../images/shadow_footer.png);*/
background-image:url(../images/footer_back2.jpg);
/*position:absolute;
bottom:0;*/
margin:0;
padding:0;
/*width:100%;*/
padding-left:50%;
padding-top:22px;
color: white;
height:18px;   /* Height of the footer */
}

#push{
height:40px;   /* Height of the footer */
}


/*
#footer_text{

padding:0;

margin:0;

margin-top:19px;

padding-left:65%;

padding-top:2px;

background-image:url(../images/footer_back.jpg);

border-top: 1px solid #dce9f8;

color: white;

height:18px;

}*/



#menu{

margin:0px;

padding: 0px;

height:45px;

background-image:url(../images/menu_back.jpg);

font-size:13px;

font-weight:bold;

padding-left:120px;

border-bottom: 1px solid #dce9f8;

behavior:url(../csshover2.htc);

}



#content{

background-image:url(../images/shadow.png);

background-repeat:repeat-x;

/*min-height:150px;*/

/*max-width:1200px;*/

margin: 0;

padding-top: 30px;

padding-left: 50px;

padding-right: 15%;

padding-bottom: 45px;

}



#content img{

margin:9px;

}

#menu ul {

  padding: 0px;

  margin: 0px;

  list-style: none;

  }



#menu li {

  margin: 0px;

  float: left;

  position: relative;

  width:130px;

/*  margin-left: 10px;

  margin-right: 10px;*/



  text-align: center;



  }



#nav{

width:700px;

}



#menu ul li:hover{

  background-color: #0a51a2;

}



#menu li ul {

  display: none;

  position: absolute;

  padding-bottom:10px;

  top: 30px;

  left:0;

  border-bottom: 1px solid #dce9f8;

  background-color: #0a51a2;

  font-size:12px;

  font-weight:normal;

  }



#menu ul li ul li {

	margin:0;

	float: none;

	padding-top: 12px;

}



#menu li:hover ul, #menu li:hover ul { 

display: block;

 }
 
#news {
padding:7px;
margin-left:55px;
width:300px;
background-color:#C0C0C0;
border: 1px solid black;
}

#news a:hover{
color:#0a51a2;
}
 

 .topmenu {

  height: 30px;

  padding-top: 15px;

  border-left: 1px solid #dce9f8;



 }

 

  .lastmenu {

  height: 30px;

  padding-top: 15px;

  border-left: 1px solid #dce9f8;

  border-right: 1px solid #dce9f8;

 }

 .blue_border{
 	border: 1px solid #0a51a2;
 }
