/* print styles from template version 1.0 */
/* NOTE: any * > selector rules are for standards-compliant browsers. The rule before will have a style that works in IE6. */
/* Table of Contents
	Non-printing Elements
	Layout
*/

/* Non-printing Elements*/
/* *************************************************************************************** */
#nav, #accessibility
 {display:none}
/* Layout */
/* *************************************************************************************** */
#container {}

#content acronym:after {
   content: " (" attr(title) ") ";
   font-size: .85em;
}
   
   
/* Forms */
/* *************************************************************************************** */
.layout-minimal #print, .layout-minimal img, .layout-minimal #content-extra, .button  {display:none;}
.layout-minimal {font-size:.75em}
textarea, input, select {
	margin:0 .25em 0 0;
	border-bottom: 1px solid #5B7232;
	padding:.5em;
	border-top: 1px solid #D4DACB;
	border-right: 1px solid #D4DACB;
	border-left: 1px solid #D4DACB;
}



 