@charset "utf-8";
@import url('base.css');


body
	{
	width: 540px;
	margin: 0 auto;
	}
	
	
hr
	{
	border-style: dotted;
	}
	
	
body, td
	{
	font: 14px/1.8em Times, "Times New Roman", Times, serif;
	}


h1
	{
	font-size: 200%;
	margin-bottom: 1em;
	}
	
	
h2
	{
	font-size: 175%;
	margin-bottom: 1em;
	}
	
	
h3
	{
	font-size: 150%;
	margin-bottom: .4em;
	}
	
	
h4
	{
	font-weight: bold;
	font-size: 125%;
	margin-bottom: .2em;
	}
	
	
h5
	{
	font-weight: bold;
	font-size: 100%;
	margin-bottom: .2em;
	}
	
	
h6
	{
	font-weight: bold;
	font-size: 75%;
	margin-bottom: .2em;
	}


a
	{
	color: #000000;
	text-decoration: none;
	}








.content-divider
	{
	margin: 30px 0;
	clear: both;
	}	


.float-left
	{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	}


.float-right
	{
	display: block;
	float: right;
	margin: 0 0 20px 20px;
	}
	
	
.last
	{
	border: none !important;
	background: none !important;
	padding-right: none !important;
	padding-bottom: none !important;
	}	


	
		
		
		
		
#nav, #footerlinks
	{
	display: none;
	}
	
	
#header
	{
	text-align: center;
	border-bottom: 1px dotted #000000;
	margin-bottom: 30px;
	}
		
	
#logo
	{
	display: none;
	}
	
	
#printlogo
	{
	text-align: center;
	}	
	
	
#tagline h1, #tagline h2
	{
	font-weight: bold;
	font-size: 150%;
	margin-bottom: .2em;
	}
	
	
#tagline h2
	{
	font-size: 200%;
	margin-bottom: 30px;
	}	
	
	
#footer
	{
	margin-top: 40px;
	border-top: 1px dotted #000000;
	clear: both;
	padding: 20px 0 40px 0;
	}	
	
	
#address
	{
	list-style-type: none;
	margin: 10px 0; padding: 0;
	text-align: center;
	}

	#address li
		{
		display: inline;
		margin: 0;
		padding: 0 16px 0 10px;
		border-right: 1px dotted #000000;
		}
		
		
		
#copyright
	{
	text-align: center;
	font-size: 12px;
	}

	
		