/*----------------------------------
Erika Dreifus: The Practicing Writer
Master Style Sheet
Author: Michael Borum, etherweave
http://www.etherweave.com

Version: January 2007
-----------------------------------*/

body {	
	width: 100%;
	background: #fff url(../images/bg_home.gif);
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 14px;
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5 {
	color: #666;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
	padding: 5px 0 0 0;
	}
	
h1 {
	font-size: 18px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px; 
	
	}

h4 { 
	font-size: 12px; 
	}

h5 {
	font-size: 11px; 
	}

p {
	margin: 0;
	padding: 5px 0 15px 0;
	}
	
a {
	text-decoration: underline; 
	}
	
a:link {
	color: #fff; 
	}
	
a:visited {
	color: #000; 
	}
	
a:active, a:hover {
	color: #ccc; 
	}

#textnav {
	font-size: 9px;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	}
	
#footer {
	font-size: 9px;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	}
		
ul {
	list-style: square;
	margin: 0 0 0 15px;
	padding: 0 0 15px 0;
	}

ul li {
	line-height: 150%;
	}

ul.nobullet {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ol {
	color: #000; 
	}

input {
	background-color: #fff;  
	color: #000;
	}
