@import "http://www.graythought.com/base.css";

h1 {
	font-family: times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #444444;
	margin-top: 30px;
	margin-left: 60px;
	margin-bottom: 10px;
	             }

hr {
	color: #CCCCCC;
	height: 2px;
	width: 500px;
	text-align: left;
	margin: 2px 0 10px 60px;
   }

#intro {
	color: #555555;
	font-family: arial, sans-serif;
	font-size: .9em;
	width: 450px;
	margin-left: 60px;
	line-height: 1.4em;
	
}


#policies {
	text-align: left;
	border: 0px dotted #004488;
	font-family: arial, sans-serif;
	font-weight: bold;
	width: 300px;
	margin: 35px 0px 0px 40px;
	padding: 0px 5px 10px 60px;
	font-size: .9em;
   }


#policies li {
	margin: 10px 0 15px 0;
	list-style-image: url('images/bullet.png');
	text-indent: 0px;
	     }

#policies a { color: #666666; }
#policies a:hover { text-decoration: none; }

#questions {
	margin-left: 70px;
	color: #555555;
	font-family: arial, sans-serif;
	font-size: 1em;
	clear: both;
	display: none;
           }

#gears {
	text-align: center;
       }