
	/*  General*/
	
img	{
	border: 0;
	}

	/*  general layout */

body	{
	background: #fff url() bottom left fixed repeat-x;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	padding-bottom: 25px;
	}
	
#wrapper	{
	background: #fff;
	margin: 1.5em auto;
	padding: 0;
	width: 599px;  /* bmh */	
	width: 597px;	
	border-left: 1px dashed #ccc; 
	border-top: 1px dashed orange; 
	border-right: 1px dashed gray; 
	border-bottom: 1px dashed yellow; 
	}

html>#wrapper	{
	width: 597px;
	} 

#pagebody	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	color: #444;
	background: transparent;
	/*clear: both;*/
	}

#maincontent	{
	float: left;
	margin: 0;
	padding: 30px 30px 20px 20px;
	border: 0;
	width: 410px;  /* box model hack */
	voice-family: "\"}\""; 
	voice-family:inherit;	
	width: 360px;
	 
	}

html>#maincontent 	{
	width: 360px;
	} 

#footer {
	border: 0;
	background: transparent;
	padding: 1em 0 2em 0;
	font-size: xx-small;
	font-size: x-small;	
	}

html>#footer	{
	font-size: x-small;
	} 

#subnav	{
	margin-left: 420px;
	padding: 5px;
	border: 0;
	}

#subnav ul	{
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	}
	
#subnav ul li	{
	list-style: disc url(images/bullet.gif) inside;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
    font-size: xx-small;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size: x-small;       
	}	

html>#subnav ul li	{
	font-size: x-small;
	} 

#subnav ul li a {
	font-weight: normal;
	}

#subnav dl	{
	padding: 0;
	margin: 0;
	}
	
#subnav dt 	{
	padding-top: 1em;
	font-weight: normal;
	font-size:    x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    small;  
	}   
	
html>#subnav dt 	{
	font-size: small;
	} 

#subnav dd 	{
	padding: 0;
	margin: 2px 0 10px 0;
	} 
	
#credit {
	
}  

#credit p {
	font-size: xx-small;
	color: #666;	
} 	

	/*  Typography */
	
h1, h2, h3, h4, h5, h6	{
	font-family: Gill Sans, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}
	
#maincontent p {
	font-size: x-small;
	padding: 0 2em 0 2em;
}
	
.quote {
	color: #666;
	text-align: center;
	margin-top: 1.5em;
	padding: 4em 0 2em 0;
}

#pagebody h1	{
    margin-top: 0;
    font-size: medium;      
    font-size: large;       
    }

html>#pagebody h1 	{
	font-size: large;  
	} 

#pagebody h2	{
    margin-top: 0;
    color: #930;      
    }

html>#pagebody h2 	{
	font-size: medium;  
	} 
	
h3	{
	font-size: small;        
	font-size: medium;  
	}

html>h3 	{
	font-size: medium;  
	} 

h6	{
	margin: 0;
	padding: 1em 0 0 0;
	background: transparent;
	color: #003;
	text-transform: uppercase;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;      
  	font-size: x-small;
	}

html>h6 	{
	font-size: xx-small;  
	} 

p	{
	line-height: 140%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
	
	/* General links */
	
a:link, a:visited {
	text-decoration : none;
	color: #660;
	background: transparent; 
	}

a:hover {
	text-decoration : underline;
	color: #999;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #526968;
	background: transparent;  
	}
