/* CSS Hack 78 to set width and locations of objects in NS7 where they are not rendered the same as in IE6 and Opera */

#masthead {
 border : solid #073A72;
 border-width : 0px 1px 0px 0px;
 width : 765px;
}
#ticker {
 border : solid #073A72;
 border-width : 0px 1px 0px 0px;
 width : 765px;
}
#scrollingLC {
 border : solid #073A72;
 border-width : 0px 1px 1px 0px;
 width : 765px;
}

.menuTitle {
 width : 136px;
 background-color : #073A72;
 color : white;
 height : 14px;
 font-weight:bold;
 padding : 2px 4px;
 margin-bottom : 5px;
}

#styleImages {
 width : 620px;
 height : 84px;
 border : solid #073A72;
 border-width : 0px 1px 1px 0px;
 background-color : #dadada;
}

#content {
 width : 622px;
 position:relative;
 left : -1px;
 float : left;
 border : solid #073A72;
 border-width : 0px 0px 0px 1px;
}

#copyright {
 width : 765px;
 z-index : 10;
 font-family : verdana,arial,helvetica,sans-serif;
 font-size : 9px;
 color : #a2a2a2;
 background-color : #e3e3e3;
 border : solid #073A72;
 border-width : 1px 0px 0px 0px;
}

