		
		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { text-align: left; margin: 5px 0 }
		
		p, ul { font-size: 13px; line-height: 1.4em } 
		
		p a, li a { color: #39c; text-decoration: none }
		
		p.intro { border-bottom: 0px solid #ccc; margin-bottom: 20px; padding: 10px 0 10px 0; text-align: center; width: 100% }
		
		p.introstatic { border-bottom: 0px solid #ccc; margin-bottom: 40px; padding: 10px 0 10px 0; text-align: center; width: 100% }
		
		p.contact { border-top: 0px solid #ccc; margin-top: 20px; padding: 10px 0 10px 0; text-align: center; width: 100% }
		
		p.contactstatic { border-top: 0px solid #ccc; margin-top: 40px; padding: 10px 0 10px 0; text-align: center; width: 100% }
		
		p.captionalert { font size: 10px; text-align: center; color:#999999; }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		
		
		
		/* css for top nav */
	a:link {
		font-family: verdana, arial, sans-serif;
		font-size: 13px;
		font-weight: normal;
		text-decoration:none;
		margin:0;
		padding:0;
		background-color: transparent;
		color: #000;
		}
	a:visited {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 13px;
		font-weight: normal;
		text-decoration:none;
		margin:0;
		padding:0;
		background-color: transparent;
		color: #000;
		}
	a:hover {
		font-family: verdana, arial, sans-serif;
		font-size: 13px;
		font-weight: normal;
		text-decoration:none;
		margin:0;
		padding:0;
		background-color: transparent;
		color: #999;
		}
	a:active {
		font-family: verdana, geneva, arial, sans-serif;
		font-size: 13px;
		font-weight: normal;
		text-decoration:none;
		margin:0;
		padding:0;
		background-color: transparent;
		color: #000;
		}
		
		
	a:focus { 
		outline:none 
		}
		
		img { border: 0 }
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 25px; padding-bottom: 10px; text-align: left }
		
		body {
			font-family: Verdana, Arial, sans-serif;
			background: #ebebeb url("../images/body-bg.png") repeat-y center;
			color: #000;
			width: 800px;
			margin: auto;
			text-align: left;
			padding-bottom: 20px;
		}
		
	