@charset "utf-8";
/* CSS Document */
/* Styles not related to code  */
/* MMWilcox  */



/*Name without # is a paragraph format - sometimes called a selector or tag name - not a style  */
/*Classes are designated as .classname with its own properties and values. A class can be applied to any paragraph/ selector/ tag
and can be located anywhere in the CSS document. E.g. H1 class = "classname" or p class = ...  Or it can be specifically defined in
the CSS as in p.classname {feature:option}.  

IDs are designated as #IDname. Used like class. Called like p ID = "idname" and defined as either #idname {feature:option} or specifically as H1#IDname {feature:option}. 



*/

/*html	{background: url(/images_pres/backgroundtile.jpg) repeat-x #555F00; 
	margin-left: 6; margin-right:6; margin-top: 0; margin-bottom:3;
	)*/

body {
	margin-left:6;
	margin-right:6;
	margin-top:0;
	margin-bottom:3;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults however can't with the drop-down menu system.  Need this margin to make everything line up*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
	color: #039;
	background: url(/images_pres/header_print_green.png) top center no-repeat;
	}

P {
font-size: 1.0em;
font-family: Times New Roman; margin-top: 0; margin-bottom:0
}

acronym {
cursor:help;
}

h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	color:#033;
	font-size:2em;
	font-weight:bold;
}

h4 {
	color:#000;
	font-size:0.8em;
	margin-top: 0;
	margin-bottom:3px
}
ul {
	color:#033;
	font-size:1.2em;
}
.quote {
	text-align:center;
	font-style:italic
}

#HeaderFooter {
	text-align:center;
}

.ACI-Heading-1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#033;
	font-size:2em;
	font-weight:bold;
}

.ACI-Heading-2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#033;
	font-size:1.5em;
	font-weight:normal;
}

.ACI-Faq-Answer, .txtMouseOut, .txtMouseOver {
	font-size:.9em;
}

ol {
	list-style:circle;
	list-style-position: inside;
}

.ACI-Faq-Answer {
	background-color:#C0DCC0;
	border:1px solid #CCCCCC;
	padding:8px;
}

.txtMouseOut {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #FFFFFF;
	color:#000000;
	cursor:pointer;
	font-weight:bold;
	padding:5px 2px;
}

.txtMouseOver {
	background:none repeat scroll 0 0 #E1E8E1;
	/*background-color:#E1E8E1;		/* #D4DFAA; #C0FFC0  */
	border:1px solid #BBBBBB;
	color:#000000;
	cursor:pointer;
	font-weight:bold;
	padding:5px 2px;
}


/*April 2010 New SideBox  */
/*GREEN BEGIN  */
.sidebox-green{
text-align:center;
font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1.0em;
font-weight:bold;
background-color:#006600; /*#FF6600 for orange; and #006600 for green; #2c1c8d for blue 	*/
color:#fff;
width: auto;
padding:0px;
margin: 0px;
}

.sidebox-top-green{
background-image: url(../_borders/tile_back.gif);
background-repeat: repeat;
background-position:top;
}

.sidebox-text-green{
font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight:normal;
color:#000;  /*black */
background-color:#fff; /*white */
border-left:1px solid #006600; /*green*/
border-right:1px solid #006600; 
text-align:center; 
padding-left:5px; 
padding-right:5px;
padding-top:6px;
}

/*GREEN END  */


/*BLUE BEGIN  */
.sidebox-blue{
	text-align:center;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	background-color:#00C;
	color:#fff;
	width: auto;
	padding:0px;
	margin: 0px;
}

.sidebox-top-blue{
background-image: url(../_borders/tile_back_blue.gif);
background-repeat: repeat;
background-position:top;
}

.sidebox-text-blue{
font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight:normal;
color:#000;  /*black */
background-color:#fff; /*white */
border-left:1px solid #00C; /*green*/
border-right:1px solid #00C; 
text-align:center; 
padding-left:5px; 
padding-right:5px;
padding-top:6px;
}

/*BLUE END  */

/*ORANGE BEGIN  */
.sidebox-orange{
	text-align:center;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	background-color:#F90;
	color:#fff;
	width: auto;
	padding:0px;
	margin: 0px;
}

.sidebox-top-orange{
background-image: url(../_borders/tile_back_orange.gif);
background-repeat: repeat;
background-position:top;
}

.sidebox-text-orange{
font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight:normal;
color:#000;  /*black */
background-color:#fff; /*white */
border-left:1px solid #F90; /*green*/
border-right:1px solid #F90; 
text-align:center; 
padding-left:5px; 
padding-right:5px;
}

/*ORANGE END  */



/*RED BEGIN  */
.sidebox-red{
	text-align:center;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	background-color:#903;
	color:#fff;
	width: auto;
	padding:0px;
	margin: 0px;
}

.sidebox-top-red{
background-image: url(../_borders/tile_back_red.gif);
background-repeat: repeat;
background-position:top;
}

.sidebox-text-red{
font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight:normal;
color:#000;  /*black */
background-color:#fff; /*white */
border-left:1px solid #903; /*green*/
border-right:1px solid #903; 
text-align:center; 
padding-left:5px; 
padding-right:5px;
}

/*Red END  */


/*ending Apil 2010 New sidebox*/

