/* core.css - Defines boilerplate CSS */ 

/* zero out margin and padding on all tag selectors begin */
h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, ol, dl, fieldset, address {margin:0px;}
li, dd {margin-left:5%;}
fieldset {padding: .5em;}

/* fixes bug in IE5.x in windows that prevents the font size from inheriting into tables */
table {font-size:1.0em;}

#topAnchorDiv {position:absolute; top:0px; left:0px; width:5px; height:5px; z-index:1008;}
#clearFloatDiv {clear:both; overflow:hidden;}