/* portland color style sheet */

/*	Page properties */
body
{
	background-color: #000000;
	margin: 20px 0 20px 0;
}


table
{
	border-width: 0;
	border-style: none;
}
img {
	border-style:none;
	border-width:0;
	}


/*	Font defaults */
/* ---------see CSS2 style----------- */
p, ol, ul
{
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
}
p
{
	padding: 0 0 0 10px;
	}
/* extra padding left for events on tour page */
p.event {
	padding: 0 10px 0 100px;
	color: #000000;
	}
/* default horizontal line style */
hr {
	border: 1px solid #dadada;
	}

/* default link styles */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a:link {
	color: #5d8cf0;
	text-decoration: underline;
}
a:active {
	color: #5d8cf0;
}
a:visited {
	color: gray;
}

a:hover {
	color: gray;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #5d8cf0;
	padding: 10px 10px 0 10px;
	}
/* dates */
h3 {
	font-size: 13px;
	line-height: 13px;
	margin: 0;
}
.gray {
	color:#333333;
	}
.blue {
	color:#5d8cf0;
	}
.italic {
	font-style: italic;
	}
/* used for main headings */ 
h4 {
	font-size: 14px;
}
/* default list styles */
ol
{
	color: #ffffff;
	background-color:#000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin-left: 30px;
}
ul
{
	color: #ffffff;
	background-color:#000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	padding: 4px 10px 2px 10px;
	list-style: none;
}