/* CSS Document */

body, html {
margin:0;
padding:0;
height:100%
}

table {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}
 
#head {
width:100%;
height:149px;
background-image:url(pix/bg_sky.jpg);
background-repeat:repeat-x
}
 
#logo {
float:left;
}

#bluebox {
float:left;
width:149px;
height:77px;
background-color:#203D58
}

#line {
width:100%;
height:18px;
background-image:url(pix/bg_line.jpg);
background-repeat:repeat-x
}

#nav {
width:100%;
height:61px;
background-image:url(pix/bg_nav.jpg);
background-repeat:repeat-x
}

#footer {
position:fixed;
bottom:0;
background-image:url(pix/bg_footer.jpg);
background-repeat:repeat-x;
height:77px;
width:100%
}

.footer_text {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#1B8CDF;
text-decoration:underline;
}

a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#1B8CDF;
text-decoration:none;
}