/*GrassrootsforAmerica.us Style Sheet*/	

body {						
		 /*center align the main page container, this is a workaround for IE*/	
		 text-align:center;
		 background:#336600; 
		 margin:0px;
}
basefont {
	font-size: medium;
 	font-family: arial;
}
table{
    font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
table.small{
font-size:80%;
}
select{
    font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
select.widedropdownlist{
	font-size:80%;
}
p{
	/*base text - must be bound by <p> and </p>*/	
    font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
	margin-top:10px;
	margin-bottom:10px;
}
p.sub_title{
	font-family:arial, sans-serif;
	font-size:90%;
	font-style:italic;
	font-weight:normal;
	word-space:0.5em;
	color:#000033;
}
p.by_line{
	font-family:arial, sans-serif;
	font-size:90%;
	font-style:italic;
	font-weight:normal;
	word-space:0.5em;
	color:navy;
}
p.small{
	font-size:80%;
}
p.footer{
	/*base text - must be bound by <p> and </p>*/	
    font-family:arial, sans-serif;
	font-size:80%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
p.indent{
	margin-left:30px;
}
p.blockquote{
	margin-left:15px;
	margin-right:15px;
	background:#CCCCCC;
	border:1px dashed #000000;
	padding:8px;
}
ol{
    font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
ul{
	list-style-position:outside;
	font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
ol.newsletter{
    font-family:arial, sans-serif;
	margin-left: 23px; 
	font-size:90%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
ul.newsletter_bullet{
	list-style-type: disc; 
	margin-left: 15px; 
	margin-top:10px;
	margin-bottom:10px;
}
ul.newsletter_plain{
	list-style-type: none;
	margin-left: 0px; 
	margin-top:10px;
	margin-bottom:10px;
}
ul.plain{
	list-style-type: none;
	font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	word-space:0.5em;
	color:#333333;
}
ul.sub_list{
	font-size:100%
}
li.newsletter{
	margin-bottom:0px;
}
li{
	margin-bottom:4px;
}

.search{
   font-family:arial, sans-serif;
	 font-size:80%;
	 font-weight:bold;
}
.pressReleaseHeader{
   font-family:arial,serif;
	 font-size:120%;
	 font-weight:bold;
}
.pressReleaseSubHeader{
   font-family:arial,serif;
	 font-size:100%;
	 font-weight:normal;
	 font-style:italic;
}
.pressReleaseMediaContact{
   font-family:arial,serif;
	 font-size:80%;
	 font-weight:normal;
	 margin-left:0px;
}

.strikeout{
	text-decoration : line-through;
}

H1{
	font-family:arial, sans-serif;
	font-size:125%;
	font-weight:bold;
	color:#660000;
	margin-top:15px;
	margin-bottom:12px;
}
H2{
   font-family:arial, sans-serif;
	 font-size:110%;
	 font-weight:bold;
	color:#000099;
}
H3{
	/*used for main topic areas of Taking Root newsletter*/	
	font-family:arial, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#006633;
	margin-top:10px;
	margin-bottom:10px;
}
H4{
	/*used for sub-topic areas of Taking Root newsletter*/	
   font-family:arial, sans-serif;
	 font-size:100%;
	 font-weight:bold;
	color:#000066;
	margin-top:10px;
	margin-bottom:10px;
}
H5{
	font-family:arial, sans-serif;
	font-size:95%;
	font-weight:bold;
	color:#000066;
	margin-top:10px;
	margin-bottom:10px;
}
H6{
	/*used for italicized by-lines of Taking Root newsletter*/	
    font-family:arial, sans-serif;
	font-size:90%;
	font-weight:normal;
	font-style:italic;
	word-space:0.5em;
	color:#333366;
}
a {
	 /*base format for all links, 8pt with no underlines*/
	text-decoration: none;
    font-family:arial, sans-serif;
	/*font-size:90%; - not needed as long as links are inside <p> tags where font size already set*/
	font-weight:bold;
	/*font-weight:normal;*/
	word-space:0.5em;
	color:#0000FF;
}
a.leftMenuLink{
	margin-left:20px;
	font-size:90%;
	margin-bottom:2px;
}
a.creditLink{
  font-size:90%;
}
a.bodyCopyLinks{
  font-family:arial, sans-serif;
	font-size:90%;
	font-weight:bold;
}
a:hover{
   /* adds a line to links when they are rolled over */
    text-decoration:underline;
}
a:visited{
   /* state visited link explicitly */
	color:#0000ff;
	font-weight:normal;	
   /*color:#009999; last before changing to normal blue*/
} /* grey-blue=#9999CC original=#999999--> */
#containerMain{
		 /*this is the actual content container*/
		 position:relative;
	   width:763px;
		 height:120%;
		 padding-bottom:100px;
		 margin-right:auto;
		 margin-left:auto;
		 margin-bottom:auto;
		 background-color:White;
}
#contentWindowNewsletter{
    position:relative;
    text-align:left;
    padding:10px;
    padding-left:30px;
    width:650px;
    border-left:0px dashed #000000;
    background:White;
}
#containerMenu{
    position:relative;
		margin-bottom:0px;
		text-align:left;
		width:763px;
		height:93px;
		background-color:#336600;
}
#locationSpace{
   position:relative;
	 margin-bottom:0px;
	 #FFFFFFxpadding-bottom:3px;
	 text-align:left;
	 width:763px;
	 height:26px;
   border-bottom:1px dashed #000000;
}
#submenuLinks{
  position:absolute;
	right:0px;
	top:0px;
	background:transparent;
}
#largeImageArea{
  position: relative;
  width:763px;
	height:159px;
	text-align:left;
	border-bottom:1px dashed #000000;
	background:White;
}
#centerTopImageArea-1{
  position: relative;
  width:763px;
	height:159px;
	text-align:center;
	border-bottom:1px dashed #000000;
	background:White;
}
#centerTopImageArea-2{
  position: relative;
  width:763px;
	height:159px;
	text-align:center;
	background:White;
}
#leftImage{
  position:relative;
	float:left;
	width:573px;
	margin-left:10px;
	margin-top:30px;
	height:inherit;
}
#rightImage{
  position:relative;
	float:right;
	width:152px;
	height:inherit;
	background:White;
}
#menuVertical{
  position:relative;
	float:left;
	width:222px;
	text-align:left;
	padding-top:5px;
	padding-bottom:30px;
	height:auto;
  background:White;
}
#contentWindow{
  position:relative;
	float:right;
	text-align:left;
	padding:10px;
	padding-left:30px;
	width:500px;
	border-left:1px dashed #000000;
	background:White;
}
#subHeader{
  position:relative;
	width:auto;
	height:auto;
	margin-left:5px;
	background:transparent;
	font-size:90%;
}
#greenRectangle{
  position:relative;
	width:182px;
	height:22px;
	margin-left:5px;
	padding-left:5px;
	font-family:verdana,sans-serif;
	font-weight:bold;
	font-size:70%;
	color:white;
	background:#003300;
}
#notice{
  position:relative;
	width:450px;
	height:auto;
	text-align:center;
  border:1px solid #000000;
}
.locationTextBold{
   position: relative;
	 text-align:right;
	 color:Black;
	 margin-right:5px;
	 font-family: arial, sans-serif;
	 font-weight:bold;
	 font-size:80%;
} 
.locationTextNormal{
	 position: relative;
	 text-align:right;
	 color:Black;
	 font-family: arial, sans-serif;
	 font-weight:normal;
	 font-size:80%;
}
.locationRight{
  position:absolute;
	bottom:0px;
	right:0px;
}
div.rowAlignRight{
  position:relative;
	float:right;
	right:100px;
	padding-top:50px;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.title {
  float: left;
  width: 450px;
  text-align: center;
	font-family:arial,sans-serif;
	font-size:80%;
	font-weight:bold;
	padding-bottom: 5px;
  }

div.row span.label {
  float: left;
  width: 125px;
  text-align: right;
	font-family:arial,sans-serif;
	font-size:80%;
	font-weight:bold;
  }

div.row span.label_wide {
  float: left;
  width: 175px;
  text-align: right;
	font-family:arial,sans-serif;
	font-size:80%;
	font-weight:bold;
  }
div.row span.formw {
  float: right;
  width: 235px;
  text-align: left;
  } 
div.spacer {
  clear: both;
}