body {
		background-color: #A88286;
	text-align: center;
	margin: 0px 0px 0px 0px; /*margin: 20px;*/
}


body,  ol, td, div, span {
	font: 11px Verdana, Arial, sans-serif;
}
/*-----------text text text--------*/

h1 {
	font-size: 1.5em;
	padding-top: 5px;
	color: #669999;
}

	a:link {
	text-decoration: underline; /*color: #009C5A;
	*/
	color: Blue;
}
/*hover must come after link*/
a:hover{
color:#EB560D;
	
}
a:visited{
	color: Maroon;
}


 a img { 
 border: 0px;
 }
 

p{
	line-height: 1.5em;
}

.big{
	font-size: 14px;
	font-weight: bold;
}

.small{
	font-size:9px
}

	
/* ---------------HEADER -------------*/

div#top{
	position: relative;
	height: 255px;
	width: 798px; /*background-color: #FF8C00;*/
	background-color: #ffffff; /*border-bottom:1px solid #ccc;*/
	background-image: url(http://www.slowdownnow.org/common/images/sdnbanner.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}
div#top a{
	color: #000030;
}

/*-----------------------------STRUCTURE-----------------------*/
div#container{
	width: 800px;
	/*height: 2850px;*/
	margin: 0px auto 0px;
	padding-bottom: 0px;
	border: 1px solid #ccc;
	border-top: 0px;
	border-bottom: 1px;
	text-align: center;
	background-color: #fff8dc;
	
}

div#content{
	position: relative;
	width: 800px; /*height:2823px; /*percentage causes problems in Firefox*/
	text-align: center;
	padding-bottom: 5px;
	left: 0px;
	background-color: #FFF8DC;
}
div#left_float{
	position:relative;
	width:500px;
	text-align:left;
	left:40px;
	top:0px;
	background-color: #FFF8DC;
	float:left;
}
div#right_float{
padding-top:30px;
	float:right;
	width:200px;
	height:100%;
	padding-left: 15px; 
	padding-right: 15px;
	text-align:left;
background-color: #FFF8DC;
}
div#link_left{
	padding: 30px 5px 0px 0px;
	width:210px;
	float:left;
	
}
div#link_right{
padding: 30px 5px 0px 0px;
	width:210px;
	float:right;
}

div#bottom{
	border-top: 1px solid #ccc;
	width: 798px;
	height: 25px;
	padding-top: 5px;
	background-color: #ffffff;
	text-align: center;
	margin-top:0px;/*fix for spacing in Firefox*/
	clear: both; /*centers bottom div for Firefox*/
}



/*------------------------------------MENU---------------------------------*/

/*menu contents menu contents*/

div.menu1 a {
color: #333333;
text-decoration:none;
text-align:center;
font-size:11px;
line-height:16px;
font-family: Tahoma, verdana, sans-serif;
padding: 2px 5px;


}
	
	table.menu1 a {
	width: 148px;
	border: 1px solid #ccc;
	display: block;
	background-color:#ffffff;
}

div.menu1 a:link {
	color: #333333;
	background-color: #ffffff;
}

div.menu1 a:active {
	color: #333333;
	background: #ffffff;
}

div.menu1 a:visited {
	color: #333333;
	background-color:#ffffff;
}

div.menu1 a:hover {
	color: #333333;
	border: 1px solid #000000;
	background: #FFD700;
}

/*-----------------------------------FORM-----------------------------------------*/

div#formbox{
	position: relative;
	left: 1px;
	height: 150px;
	width: 95%;
	text-align: center;
	padding-top:20px;

}


div#pic{
position:relative;
	background-image: url(http://www.slowdownnow.org/common/images/top320240.jpg);
	background-repeat: no-repeat;
	width:320px;
	height:240px;
	text-align: right;
	margin-right:25px;

}
div#buttons{
	position:absolute;
	top:2px;
	right:5px;
	width:120px;
	text-align: center;
}


/* ---------------CONTENT -------------*/



.list{
list-style-position: outside;
	list-style-type:none;
	line-height: 160%;
	width:80%;
}

 .center{
 	text-align: center;
 }
 .left{
 	text-align: left;
 }

 .quote{
	font-style: italic;
	
}
.height1{
	height:800px;
}
.italic{
color:green;
	font-style: italic;
}
 .small{
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.border{ 
border-right: 1px solid #ccc;
	
}
.dot{
border: 1px dotted #ccc;
padding-left:5px;
background-color: #FDD8A4;

}
.type{
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
}
.stationary{
	background-color: #FFF8DC;
}