/*** PRINT STYLES ***/
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica, Arial, Geneva, sans-serif;	
}

img {
	border: none;	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr.big {
	height: 3px; 
	border: 0; 
	background-color: #000000; 
	margin: 5px; 
	width: 98%; 
}

hr.small, hr {
	height: 1px; 
	border: 0; 
	background-color: #000000; 
	margin: 5px; 
	width: 98%; 
}

h1 {
	color: #000000;
	font-size: 26px;
	letter-spacing: 1px;
	
	margin-top: 16px;
	margin-bottom: 16px;
}

h2 {
	color: #000000;
	font-size: 24px;
	letter-spacing: 1px;
	
	margin-top: 16px;
	margin-bottom: 16px;
}

h3 {
	color: #000000;
	font-size: 22px;
	letter-spacing: 1px;
	
	margin-top: 14px;
	margin-bottom: 14px;
}

p {
	font-size: 14px;
}

p.right {
	text-align: right;	
	font-size: 12px;
	font-style: italic;
}

p.admin_link {
	font-size: 12px;
	font-style: italic;
}

ul li {
	font-size: 14px;	
}

ol li {
	font-size: 14px;	
}

.pubDate {
	float: right;
	font-size: 10px;	
}

.small {
	font-size: 10px;
}

.text {
	font-size: 14px;
}

#main {
	margin: 0;
	padding: 0;
	width: 1000px;
}

#logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
}

#content {
	background-color: #ffffff;
	width: 100%;
	display : inline;
	text-align: left;
}

/*** Hide these items ***/
#leftcol, #print_img, #rightcol p img {
	display: none;
}

#frame {
	background-color: #ffffff;
	display: inline;	
}

#rightcol {
	display: inline;
	text-align: left;
}
/*** End frame and cols ***/

/*** Google Maps ***/
#map_canvas {
	width: 100%; 
	height: 400px
}

#directions {
	width: 100%; 
	height: auto; 
}
/*** End Maps ***/

#footer {
	margin: 0 ;
	padding: 0;
	width: 100%;
	clear: both;
	
	text-align: left;
	
	color: #000000;
	font-size: 14px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}