/* CSS Document *//*	bucks.css	Notes:	All positioning is done using floats (no absolute positioning).	We encounter the IE div spacing bug frequently, and use the "* html" hack to	get around it. Layout is nearly identical in IE & FF.		Anytime you make positioning changes, look for a corresponding "* html" rule for WinIE specific layout.*//* debugging:div { border: solid 1px red; }*//*Zero the defaults*/html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a { 	margin: 0; 	padding: 0; 	border: 0; }/* global stuff */.image { border: 0px; }.clear { clear: both; }a { text-decoration: none; }a:link { color: #336600; }a:visited { color: #336600; }a:hover { color: #000; }h1 { font-size: 120%; color: #363; font-weight: bold; margin: 10px 0 10px 0; text-align: center; }h2 { font-weight: bold; font-style: italic; font-size: 110%; text-align: center; margin: 10px 0 10px 0; }h3 { font-weight: bold; font-size: 110%; text-align: center; margin: 10px 0 10px 0; }.large { font-size: 140%; }.bold {font-weight: bold; }.italic { font-style: italic; }.firstletter { color: #363;  font-size: 150%; }.imagecenter { text-align: center;  border: 0;}.center { text-align: center; }.smallfont { font-size: 90%;  }.justify {text-align: justify;}.centerbullets { margin-left: 100px; }.indent { margin-left: 25px; }div.pictureleft {float: left; margin: 10px 10px;}div.pictureright {float: right; margin: 10px 10px;}.caption { text-align: center; font-style: italic; color: #363; }.shadedbox { border: 1px solid black; background-color:#CCCCCC; margin: 5px 30px; padding: 5px 10px;  }html { font-size: 100.01%; }body {font-family: Verdana, Arial, Sans-Serif; color: black; }div#main { text-align: justify; margin: 5px 10px 30px 10px; font-size: 12px; }div#title { font-size: 12px; font-style: italic; margin-top: -5px; }p { margin: 15px 0 15px 0; }li { margin: 5px 0 5px 50px; }.citation { font-size: 80%; font-style:italic; margin-left: 40px; }.womansign { width: 20px; height: 25px; background-image:url(images/woman.gif); background-position: -0px -2px; padding-bottom: 4px;  background-repeat:no-repeat; }/*feedvurner */.feedburnerFeedBlock li { font-size: 80%;  }.feedburnerFeedBlock ul { list-style:none; }.headline { font-size: 140%; }