
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;	
    background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
}

.trademark{
	font-size: 9px;
}

.smallbold{
	font-size: 10px;
	font-weight: bold;
}

.PageTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 800;
	margin-bottom: 10px;	
}

ol
{
	margin-top: 4px;
}

.outer input.SearchButton{
	border-style: outset;
	background-color: #330000;
	font-weight: 600;
	color: #CCCCCC;
	opacity:1;
	filter:alpha(opacity=100);
	vertical-align: top;
}

.outer input.SearchButton:hover {	
	color: #FFFFFF;
	background-color: #663300;	
	
}



.outer #container {
	/*width: 900px;*/  /* this will create a container 80% of the browser width */
	width: 900px;	
	/*position: relative;
	left: 0px;
	top: 0px;
	*/	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

	padding: 0;
	float: none;

/*	border-color: #000000;
	border-width: 1px;
*/
	/*padding-left: 25px;
	padding-right: 25px;*/
	float: none;
} 
.outer #header { 
	background: none;
	text-align: center;	
	/*background-image: url(../images/background.jpg);*/

	padding: 0;
	margin: 0;
	margin-bottom: 0px;	
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.outer #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.outer h2 {
	font-size: 15px;
	padding-left: 0px;
	margin-left: 0px;
	margin: 0;
}

.outer h3 {
	color: #000000;
}

.outer h6 {
	font-size: 12px;
}


.ArticleTitle {
	
	padding-left: 0px;
	margin-left: 0px;
	color: #006633;
	height: 20px;
	padding-bottom: 0px;
	
}

.outer #trHdr{
	 background-image: url(../../images/background.jpg);
	 font-weight: 600;

}

.dgTitle{
	background-image: url(../images/nameplatenew.gif);	
	background-repeat: no-repeat;
	font-size: 13px; 
	font-weight: 600;
	width: 550px;
	color: #333333;
	
	height: 30px;
	padding-left: 25px;
	padding-top: 5px;
}

.dgTitleLarge{
	background-image: url(../images/nameplate_large.gif);	
	background-repeat: no-repeat;
	font-size: 13px; 
	font-weight: 600;
	width: 600px;
	color: #333333;
	
	height: 30px;
	padding-left: 25px;
	padding-top: 5px;
}

.caption{
	
	background-color: #663300;
	font-size: 13px; 
	font-weight: 600;
	color: #CCCCCC;	
	height: 20px;
	
}

.trHdr {
	/*background-image: url(../images/background.jpg);	*/
	background-color: #663300;
	font-weight: 600;
	font-size: 12px;
	color: #FFFFFF;
}

.tbl {
	/*background-image: url(../images/background.jpg);	*/
	border: solid;
	border-color: #663300;
	border-width: thin;
}

.pfrrow{
	background-color: #FFF8EF;
}

.pfrrowalt {
background-color: wheat;
	
}

H6 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}

.outer #middle {
	font-size: 11px;		
}

.outer a:hover {
	color: #006633;
	text-decoration: underline;
}

.outer a {
	color: #006633;
	text-decoration: none;
}
.outer a:visited {
	color: #006633;
	text-decoration: none;
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.outer #leftMenu {
	float: left; 
	width: 160px; /* since this element is floated, a width must be given */
	font-size: 12px;
	
	/*background-color: #FFFFCC;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding-right: 0px;
 /* top and bottom padding create visual space within this div  */
	padding-left: 15px;
	/*margin-left: 15px;*/
}

.outer #leftMenu h3, .outer #leftMenu p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;

}

.outer #leftMenuLinks{
	margin-left: 10px;
}


.outer #leftMenuLinks a{
	font-size: 12px;
	font-weight: normal;

}


.outer #leftMenuLinks a:hover{
	color: #CC0033;
	text-decoration: underline;
}

.MenuTitle{
	color: #CC0033;
	font-size: 14px;
	font-weight: 600;
	margin-left: -10px;
	padding-bottom: 5px;
	padding-top: 5px;	
}

.Menu2ndLevel{	
	list-style-image:url(../images/red_bar3.jpg);
	list-style-position: inside;
	padding: 2px;
}

.outer #leftMenuLinks .MenuTitle a{/*keep links as red text*/
	color: #663300;
	font-size: 12px;
	font-weight: 600;	
	padding-bottom: 5px;
	padding-top: 5px;	
	text-decoration: none;
}

.outer #leftMenuLinks .MenuTitle a:hover{/*keep links as red text*/
	text-decoration: underline;
}

.outer #leftMenuLinks .MenuTitlePFR a{/*keep links as red text*/
	color: #663300;
	font-size: 11px;
	font-weight: 600;	
	padding-bottom: 5px;
	padding-top: 5px;	
	text-decoration: none;
	margin-left: -10px;
}

.outer #leftMenuLinks .MenuTitlePFR a:hover{/*keep links as red text*/
	text-decoration: underline;
}

.img{

	padding-left: 5px;
	padding-right: 5px;
	
}
/*
a.imgLink span{
	display:none;
	color: #663300;
	font-weight: 600;
	
}

a.imgLink:hover span{

	display: block;
	position: absolute;
	margin-top: 100px;
	vertical-align: middle;
	width: 110px;
	height: 50px;
	text-align: center;
	z-index: 100;
	
	background-color: #ffffcc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

	filter: alpha(opacity=75);					
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	cursor: pointer;
	text-decoration: none;
	
}

a.imgLinkTall span{
	display:none;
	color: #663300;
	font-weight: 600;
}

a.imgLinkTall:hover span{

	display: block;
	position: absolute;
	margin-top: 65px;
	vertical-align: middle;
	width: 110px;
	height: 85px;
	text-align: center;
	z-index: 100;
	background-color: #ffffcc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";

	filter: alpha(opacity=75);					
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	cursor: pointer;
	text-decoration: none;	
}


*/
	
a.imgLinkTall 
{
  display:inline;
  float:left;
  text-decoration:none;
  margin:0 25px;
  display:inline;
}

a.imgLinkTall em {font-style:normal;}
a.imgLinkTall em.txt, .extra b {display:none;}

a.imgLinkTall .head 
{
  display:block; 
  width:110px; 
  height:55px;
}

a.imgLinkTall .color1 {background:#ffffcc;}

a.imgLinkTall img 
{
  border:0; 
  display:block;
}

a.imgLinkTall em.mh2 
{
  padding-left:5px; 
  margin:0; 
  color:#000; 
  font-weight:normal; 
  font-family: verdana, arial, sans-serif; 
  font-size:24px;
}

a.imgLinkTall em.mh3
{
  padding-left:5px; 
  margin:0; 
  color:#fff; 
  font-weight:normal; 
  font-family: verdana, arial, sans-serif; 
  font-size:16px;
}


a.imgLinkTall:hover 
{
   background:#ffffcc; 
   position:relative;
   cursor:pointer; 
   text-decoration:none;
}

a.imgLinkTall:hover b 
{
  display:block; 
  position:absolute; 
  top:65px; 
  width:110px;   
  background:#ffffcc; 
  height:85px; 
  opacity:0.7; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}

a.imgLinkTall:hover .color1 b {background:#ffffcc;}


a.imgLinkTall:hover em.txt 
{
  display:block; 
  position:absolute; 
  text-align: center; 
  top:65px; 
  width:110px; 
  left:5px; 
  height:85px; 
  color: #663300;
  font-weight: 600;
  margin:0;
}

a.imgLink 
{
   display:inline;
   float:left;
   text-decoration:none;
   margin:0 25px;
   display:inline;
}

a.imgLink em {font-style:normal;}

a.imgLink em.txt, .extra b {display:none;}

a.imgLink .head
{
  display:block;
  width:110px;
  height:55px;
}

a.imgLink .color1 {background:#ffffcc;}

a.imgLink img {border:0; display:block;}

/*a.imgLink em.mh2 
{
  padding-left:5px;
  margin:0;
  color:#000; font-weight:normal; font-family: verdana, arial, sans-serif; font-size:24px;}
a.imgLink em.mh3 {padding-left:5px; margin:0; color:#fff; font-weight:normal; font-family: verdana, arial, sans-serif; font-size:16px;}
*/

a.imgLink:hover 
{
   background:#ffffcc; 
   position:relative;
   cursor:pointer; 
   text-decoration:none;
}

a.imgLink:hover b 
{
   display:block;
   position:absolute;
   top:100px;
   width:110px;
   background:#ffffcc;
   height:50px;
   opacity:0.7;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 
   filter: alpha(opacity=75);
}

a.imgLink:hover .color1 b {background:#ffffcc;}

a.imgLink:hover em.txt 
{
  display:block;
  position:absolute;
  text-align: center;
  top:100px;
  width:110px;
  left:5px;
  height:65px;
  color: #663300;
  font-weight: 600;
  margin:0;
}


a.imgLink120
{
   display:inline;
   float:left;
   text-decoration:none;
   margin: 2px;
   margin-top: 2px;
   margin-bottom: 0px;
   display:inline;
}

a.imgLink120 em {font-style:normal;}

a.imgLink120 em.txt, .extra b {display:none;}

a.imgLink120 .head
{
  display:block;
  width:120px;
  height:55px;
}

a.imgLink120 .color1 {background:#ffffcc;}

a.imgLink120 img {border:0; display:block;}

/*a.imgLink em.mh2 
{
  padding-left:5px;
  margin:0;
  color:#000; font-weight:normal; font-family: verdana, arial, sans-serif; font-size:24px;}
a.imgLink em.mh3 {padding-left:5px; margin:0; color:#fff; font-weight:normal; font-family: verdana, arial, sans-serif; font-size:16px;}
*/

a.imgLink120:hover 
{
   background:#ffffcc; 
   position:relative;
   cursor:pointer; 
   text-decoration:none;
}

a.imgLink120:hover b 
{
   display:block;
   position:absolute;
   top:60px;
   width:120px;
   background:#ffffcc;
   height:60px;
   opacity:0.7;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 
   filter: alpha(opacity=75);
}

a.imgLink120:hover .color1 b {background:#ffffcc;}

a.imgLink120:hover em.txt 
{
  display:block;
  position:absolute;
  text-align: center;
  top:70px;
  width:120px;
  left:2px;
  height:50px;
  color: #663300;
  font-weight: 600;
  margin:0;
}


a.mediaLink span{
	display:none;
	color: #FFFFFF;
	font-weight: 600;
}

a.mediaLink:hover span{

	display: block;
	position: absolute;
	margin-top: 0px;
	padding-top: 30px;
	vertical-align: middle;
	width: 123px;
	height: 63px;
	text-align: center;
	z-index: 100;
	background-color: #663300;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=70);					
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
	text-decoration: none;
	font-size: 11px;	
}

.line{
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	overflow: hidden;
	height: 2px;
	width: 100%;
	min-height: 1px;	
}	


.MenuSpacer{
	background-image: url(../images/background.jpg);
	height: 2px;
	overflow: hidden;
	/*background-repeat: none;*/
	width: 170px;
	margin-left: -10px;
	margin-top: 5px;
	margin-bottom: 5px;	
}


/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.outer #frmContainer{
	margin: 0px auto;
	width: 920px;
	background-image: url(../images/paperbk.png);
	background-repeat: repeat-y;
	margin-left: -9px;
	padding-top: 8px;
}


.outer #mainContent { 
	margin: 0px 0px 0px 15em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */	
	font-size: 12px;
	padding-left: 15px;
	padding-right: 22px;

	/*background-color: #FFFFCC;*/	
	
} 

/*Used by the wideCotent.dwt.aspx template*/
.outer #content { 
	margin: 0px 0px 0px 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */	
	font-size: 12px;
	padding-left: 20px;
	padding-right: 22px;
	
	/*background-color: #FFFFCC;*/	
	
} 
.outer #footer a { 
	text-decoration: none;
	color: #CCCCCC;
	font-weight: 600;
} 

.outer #footer a:hover { 
	text-decoration: underline;
	color: #CCCCCC;
} 



.outer #footer { 
	padding: 17px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;	
	color: #CCCCCC;
	text-align: center;
	font-size: small;
	font-weight: 600;
	height: 16px;	
	clear: both;
} 


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;	
	clear: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	clear: none;
	
	
}

/*used on the index page for the left side of the middle (Hot Topics)*/
.LeftMiddle { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	clear: none;
	width: 75%;
}

/*used on the index page for the right side of the middle (advertisement section)*/
.RightMiddle { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	
	padding-top: 50px;
	clear: none;
	width: 20%;
}

.HotTopics{
	font-size: 11px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    line-height: 0px;
	font-size: 1px;
	
}

.Agronomy{
	font-size: 11px;
}

/*style for the Did you know revolving text*/
 .ajaxticker{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; 
color: #000000;
 }	
 
 .DidYouKnow{
 	height: 110px;
	font-size: 11px;
	float: left;
	margin-right: 8px;
	width: 700px;
 }
 
 .DidYouKnowRight{
	height: 110px;
	font-size: 11px;
	float: right;
	margin-left: 8px;
	padding-top: 5px;
	clear: none;
 }	 

/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
  background: transparent url(../images/roundedbox.gif) no-repeat bottom right}
.cssbox{
/* intended total box width - padding-right(next) */
  width: 160px;
/* the gap on the right edge of the image (not content padding) */
  padding-right:15px; /* use to position the box */
  margin: 5px auto;
	
  }

/* set the top-right image */
.cssbox_head{background-position:top right;
/* pull the right image over on top of border */
  margin-right:-15px; 
/* right-image-gap + right-inside padding */
  padding-right:10px;
  color: #CCCCCC;
  }

/* set the top-left image */
.cssbox_head h2{
  background-position:top left;
  margin:0; /* reset main site styles*/ 
  border:0; /* ditto */
/* padding-left = image gap + interior padding ... no padding-right */
  /*padding:25px 0 15px 40px; */
  /*padding: 10px 0 15px 10px;*/
  padding-left: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 0px;
  height:auto !important; 
  font-size: 14px;
  font-weight: 600;
  height:1%;
  color: #FFFFFF; } /* IE Holly Hack */  

/* set the lower-left corner image */
.cssbox_body{
  background-position:bottom left;
  margin-right:0px; /* interior-padding right */ 
  /*padding: 15px 0 15px 15px*/
  padding: 2px 0 2px 5px;
  font-size: 12px;
  }

/* set the image to use and establish the lower-right position */
.cssboxDYK, .cssboxDYK_body, .cssboxDYK_head, .cssboxDYK_head h2{
  background: transparent url(../images/roundedbox.gif) no-repeat bottom right}
.cssboxDYK{
/* intended total box width - padding-right(next) */
  width: 400px;
  
/* the gap on the right edge of the image (not content padding) */
  padding-right:15px; /* use to position the box */
  margin: 5px auto;
  margin-left: 0px;
  }
  
 
/* set the top-right image */
.cssboxDYK_head{background-position:top right;
/* pull the right image over on top of border */
  margin-right:-15px; 
/* right-image-gap + right-inside padding */
  padding-right:40px;
  }

/* set the top-left image */
.cssboxDYK_head h2{
  background-position:top left;
  margin:0; /* reset main site styles*/ 
  border:0; /* ditto */
/* padding-left = image gap + interior padding ... no padding-right */
  /*padding:25px 0 15px 40px; */
  /*padding: 10px 0 15px 10px;*/
  padding-left: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 0px;
  height:auto !important; 
  font-size: 15px;
  font-weight: 600;   
  color: #CCCCCC;
  height:1%; } /* IE Holly Hack */  

/* set the lower-left corner image */
.cssboxDYK_body{
  background-position:bottom left;
  margin-right:0px; /* interior-padding right */ 
  /*padding: 15px 0 15px 15px*/
  padding: 2px 0 2px 2px;
  font-size: 12px;
  }
  
  /* set the image to use and establish the lower-right position */
.cssboxHotTopics, .cssboxHotTopics_body, .cssboxHotTopics_head, .cssboxHotTopics_head h2{
  background: transparent url(../images/roundedbox.gif) no-repeat bottom right}
.cssboxHotTopics{
/* intended total box width - padding-right(next) */
  width: 400px;
  
/* the gap on the right edge of the image (not content padding) */
  padding-right:15px; /* use to position the box */
  
  margin: 5px auto;
  margin-left: 0px;
  }

/* set the top-right image */
.cssboxHotTopics_head{background-position:top right;
/* pull the right image over on top of border */
  margin-right:-15px; 
/* right-image-gap + right-inside padding */
  padding-right:10px;
  }

/* set the top-left image */
.cssboxHotTopics_head h2{
  background-position:top left;
  margin:0; /* reset main site styles*/ 
  border:0; /* ditto */
/* padding-left = image gap + interior padding ... no padding-right */
  /*padding:25px 0 15px 40px; */
  /*padding: 10px 0 15px 10px;*/
  padding-left: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 0px;
  height:auto !important; 
  font-size: 15px;
  font-weight: 600;
  height:1%;
  color: #FFFFFF;
 } /* IE Holly Hack */  

.cssboxHotTopics_body{
  background-position:bottom left;
  margin-right:0px; /* interior-padding right */ 
  /*padding: 15px 0 15px 15px*/
  padding: 2px 0 2px 2px;
  font-size: 12px;
  }
  

 /* set the image to use and establish the lower-right position */
.cssboxDTP, .cssboxDTP_body, .cssboxDTP_head, .cssboxDTP_head h2{
  background: transparent url(../images/roundedbox.gif) no-repeat bottom right}
.cssboxDTP{
/* intended total box width - padding-right(next) */
  width: 400px;
  
/* the gap on the right edge of the image (not content padding) */
  padding-right:15px; /* use to position the box */
  
  margin: 5px auto;
  margin-left: 0px;
  }

/* set the top-right image */
.cssboxDTP_head{background-position:top right;
/* pull the right image over on top of border */
  margin-right:-15px; 
/* right-image-gap + right-inside padding */
  padding-right:10px;
  }

/* set the top-left image */
.cssboxDTP_head h2{
  background-position:top left;
  margin:0; /* reset main site styles*/ 
  border:0; /* ditto */
/* padding-left = image gap + interior padding ... no padding-right */
  /*padding:25px 0 15px 40px; */
  /*padding: 10px 0 15px 10px;*/
  padding-left: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 0px;
  height:auto !important; 
  font-size: 15px;
  font-weight: 600;
  height:1%;
  color: #FFFFFF;
} /* IE Holly Hack */  

.cssboxDTP_body{
  background-position:bottom left;
  margin-right:0px; /* interior-padding right */ 
  /*padding: 15px 0 15px 15px*/
  padding: 2px 0 2px 2px;
  font-size: 12px;
  }
  
  /* set the image to use and establish the lower-right position */
.cssboxACC, .cssboxACC_body, .cssboxACC_head, .cssboxACC_head h2{
  background: transparent url(../images/roundedbox.gif) no-repeat bottom right}
.cssboxACC{
/* intended total box width - padding-right(next) */
  width: 160px;
  
/* the gap on the right edge of the image (not content padding) */
  padding-right:15px; /* use to position the box */
  margin: 5px auto;
  margin-left: 0px;
  }
  
 
/* set the top-right image */
.cssboxACC_head{background-position:top right;
/* pull the right image over on top of border */
  margin-right:-15px; 
/* right-image-gap + right-inside padding */
  padding-right:40px;
  }

/* set the top-left image */
.cssboxACC_head h2{
  background-position:top left;
  margin:0; /* reset main site styles*/ 
  border:0; /* ditto */
/* padding-left = image gap + interior padding ... no padding-right */
  /*padding:25px 0 15px 40px; */
  /*padding: 10px 0 15px 10px;*/
  padding-left: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 0px;
  height:auto !important; 
  font-size: 15px;
  font-weight: 600;   
  color: #CC0033;
  height:1%; } /* IE Holly Hack */  

/* set the lower-left corner image */
.cssboxACC_body{
  background-position:bottom left;
  margin-right:0px; /* interior-padding right */ 
  /*padding: 15px 0 15px 15px*/
  padding: 2px 0 2px 2px;
  font-size: 12px;
  }

/* set the image to use and establish the lower-right position */
.Newsletter, .Newsletter_body, .Newsletter_head, .Newsletter_head h2{
  background: transparent url(../images/roundedbox.gif) no-repeat bottom right}
.Newsletter{
/* intended total box width - padding-right(next) */
  /*width: 190px;*/
  
/* the gap on the right edge of the image (not content padding) */
  padding-right:15px; /* use to position the box */
  margin:20px auto;  
  
  }

/* set the top-right image */
.Newsletter_head{background-position:top right;
/* pull the right image over on top of border */
  
/* right-image-gap + right-inside padding */
  padding-right:25px;
  }

/* set the top-left image */
.Newsletter_head h2{
  background-position:top left;
  margin:0; /* reset main site styles*/ 
  
  border:0; /* ditto */
/* padding-left = image gap + interior padding ... no padding-right */
  /*padding:25px 0 15px 40px;*/
  /*padding: 10px 0 15px 10px;*/
  padding-left: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 0px;
  height:auto !important; 
  font-size: 10px;  
   height:1%;} /* IE Holly Hack */  

/* set the lower-left corner image */
.Newsletter_body{
  background-position:bottom left;
  margin:0px; /* interior-padding right */ 
  /*padding: 10px 0 15px 10px;*/
  padding-left: 3px;
  
  padding-top: 0px;
  padding-right: 3px;
  padding-bottom: 10px;
  font-size: 12px;
  height:auto !important; 
   height:1%;
  }
  
  
.imgblue{
	border-width: 3px;
	border-color: #336EB0; 
	
}

/* Style classes for Sample5 */
.ProgressUpd
{
	background-color:#663300;
	color:#fff;
	width: 150px;
	font-weight: 600;
	font-size: 12px;
	padding-bottom: 5px;
	text-align: center;
	position: absolute;
	bottom: 30%;
	left: 45%;
	z-index: 4000;
}

.ProgressBk 
{
	position: fixed;
	top: 0;
	left: 0;	
	background-color:#6699cc;
	filter:alpha(opacity=70);
	opacity:0.7;
	height: 50%;
	width: 100%;
	min-height: 50%;
	min-width: 100%;
	z-index: 400;
}

.toolbar
{
 width: 100%; 
 background-color: #336699; 
 color: #FFFFFF; 
 font-weight: 600;
 
 margin-bottom: 5px;
 height: 20px;
}

.toolbar a
{
 color: #FFFFFF;  
 padding:5px;
}

.toolbar a:hover
{
 color: #FFFFFF; 
 text-decoration: underline;     
 
}

.toolbar a:visited
{
 color: #FFFFFF;  
  
}

.outer #MenuBarDiv {
	MARGIN: 0px auto;
	WIDTH: auto;
	height: 30px;
	border-style: none;
	background-image: url(../images/menu.gif); 
	background-repeat: no-repeat; 
	overflow: hidden;
	text-align: center;

}

.LabeledMarker_markerLabel{
	color: #333333;	
	font-weight: 600;
}

.LabeledMarker_white{
	color: #FFFFFF;	
	font-weight: 600;
}

.LabeledMarker_red{
	color: #FFFFFF;	
	font-weight: 600;

}

.LabeledMarker_hundred{
	color: #FFFFFF;	
	font-weight: 600;
	font-size: 8px;
}


.mothmap
{
	width: 825px;
	margin-left: auto;
	margin-right: auto;
}