﻿html{height:100%;}
body{height:100%;overflow:hidden;background:#050160;overflow:hidden;font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;}
html,body{padding:0;margin:0;}
a:visited{color:#050160;}
#sealWrapper{
    height:100px;width:100px;overflow:hidden;margin-left:10px;float:left;
}
#sealWrapper a,a:link,a:hover,a:visited{border:none;padding:0;margin:0;color:#050160;}
#countyInfoWrapper{
    height:100px;width:auto;float:left;font-size:12px;color:#fff;padding-top:10px;
}
#countyInfoWrapper strong{color:#D7AE51;}
#countyInfoWrapper a:hover strong{text-decoration:underline;}

#myContent{
    background:#050160;
    position:absolute;
    top:100px;
    left:0px;
    right:0px;
    bottom:0px;
    _right:expression(document.body.clientWidth);
    _bottom:expression(document.body.clientHeight - 100);
}
