@charset "utf-8";
/* Baseline Typography */
/* note that BASE.CSS has zeroed margins */

/** first set default font, fasize **/

	body {
		font-size:11px; 
		font-family: Tahoma, Geneva, sans-serif;
	}

/** then explicitly set all headers to be the same as paragraph **/
/** followed by size overrides **/

	p, h1, h2, h3, h4, h5, h6 { font-size: 1em; }
	h1 { font-size: 3em; }
	h2 { font-size: 2em; }
	h3 { font-size: 1.5em; }
	h4 { font-size: 1.2em; }
	
/** followed by spacing rules **/

	p { margin-bottom: 1em; }
	h1 { margin-top: 1em; margin-bottom: 1em; }
	h2 { margin-top: 2em; margin-bottom: 1em; }
	h3 { margin-top: 1.5em; margin-bottom: 1em; }
	h4 { margin-top: 1.2em; margin-bottom: 1em; }
	h5 { margin-top: 1em; margin-bottom: 1em; }
	
/** to override the margins in particular situations, use the following **/

	.first { margin-top: 0; }
	.last { margin-bottom: 0; }
	tr, td { padding-bottom:4px; } 
	
/** baseline links **/

	#nav a, #nav a:visited {
		color: #666;
		text-decoration: none;
		background-color:  transparent;
	}

	#nav a:hover {
		color: black;
 		text-decoration: underline;
 		background-color: transparent;
	}
	
/** set up typography by div area **/
	
	#nav ul {
		font-size: 11px;
		font-weight: normal;
	}

	#contentheader p, #content p, #contentphoto p{
		line-height: 1.5em;
	}
	
	#contentheader h2.first {
		color: #D00;
		text-align: right;
	}

	#contentheader h2, #content h2 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.6em;
		letter-spacing: -1px;
		font-weight: normal;
	}
	#contentheader h2 {
		color: #D00;
		text-align: right;
	}
	#contentheader a, #contentheader a:visited {
		color: #06C;
		text-decoration: none;
	}
	#contentheader a:hover {
		text-decoration: underline;
		color: #3CF;
	}
	
	#content h2 {
		color: #999;
	}
	
	#content ul {
		list-style:inside;
		line-height: 1.5em;
	}
	
	#contentheader h2.first {
		color: #D00;
		text-align: right;
	}
	#contentheader h2.subhead {
		text-align:right;
		color: #c99;
		border-bottom:1px dotted #c99;
		font-size: 13px;
		letter-spacing: 0;
		text-transform: uppercase;
	}
	#contentheader a, #contentheader a:visited {
		color: #06C;
		text-decoration: none;
	}
	#contentheader a:hover {
		text-decoration: underline;
		color: #3CF;
	}
	#contentheader ul, #contentheader p  {
		text-align: right;
	}
	#contentheader ul li {
		padding-bottom: 4px;
	}


	#content a, #content a:visited {
		color:#600;
		text-decoration: none;
	}
	#content a:hover {
		color:#d00;
		text-decoration: underline;
	}
	
	#credits .phone {
		color: #d00;
	}
