/***
*
*  Callout Box: These styles take <div> with a class of "callout"
*	 and float it right. Be sure to use paragraphs within the box
*	see: /news_events/strike/afscme_05-08/
*
*/
.callout { width:140px; float:right; margin:0 0 10px 10px; background-color:#ffffcc; padding:1em; }
.callout h4 { color:#990000; }
.callout p { font-size:10px !important; }


/***
*
*  Pullout Box: These styles take <p> with a class of "pullout"
*	 and highlight it with a yellow background. See top of the left column
*	on intellectualforum.ucsc.edu
*
*/
.pullout { text-align:center; padding:0.6em; font-size:12px !important; line-height:auto !important; background:#fbf4b6;  }