body {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	}
	
body#homepage {
	background: #000 url(/images/home_bg.gif) repeat-x;
	}

img {
	border: 0;
	}
	
p {
	font-size: 12px;
	text-indent: 0px;
	line-height: 18px;
	margin: 0 0 15px;
	text-align: left;
	color: #333;
	}

.indent {
	margin-left: 30px;
	}


h1 {
	font-size: 12px;
	text-indent: 0px;
	line-height: 15px;
	margin: 0 0 12px;
	text-align: left;
	font-weight: bold;
	color: #036;
	text-transform: capitalize; 
	letter-spacing: .3em;
	}


a {
	text-align: left;
	color: #036;
	text-decoration: underline;
	}

a:visited {
	color: #333;
	}

a:hover {
	color: #933;
	}
	

#bottomNav { font-size: 11px; }

#bottomNav a {
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px #999;
	}