@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
font-size:11px;
color:#244660;
font-family:Verdana, Arial, Helvetica, sans-serif;}
a{
text-decoration:none;}
a:hover{
text-decoration:underline;}
body{background:url(img/bg.jpg) repeat-x #b7daf6;}
#example_image {
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/home.png');
}
h1{
font-size:18px;
}
.nav a{
display:block;
float:left;
color:#2d6189;
font-weight:bold;
font-size:11px;
padding:5px 30px 5px 30px;
text-decoration:none;}
.nav a:hover{
text-decoration:underline;
}
.footer{
background:url(img/bck_bg.jpg) bottom no-repeat #7fb2da;
height:34px;
color:#2d6189; }

.footer a{
display:block;
float:left;
color:#2d6189;
font-weight:bold;
font-size:11px;
padding:5px 20px 5px 25px;
text-decoration:none;}
.footer a:hover{
color:#FFFFFF;
}
.copy{font-size:11px;}

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "http://www.mansaimedia.com/dep_files_dnd/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}