@font-face {
	font-family: "Museo Sans OTF";
	src: url("assets/MuseoSans_500.otf") format('opentype');
}

@font-face {
	font-family: "Museo Sans TTF";
	src: url("assets/MuseoSans_500.ttf") format('truetype');
}

@font-face {
	font-family: "Museo Sans Italic OTF";
	src: url("assets/MuseoSans_500.otf") format('opentype');
}

@font-face {
	font-family: "Museo Sans Italic TTF";
	src: url("assets/MuseoSans_500.ttf") format('truetype');
}

body
{
	font-family: "Museo Sans OTF", "Museo Sans TTF", "ITC Johnston", "Gill Sans", "Century Gothic", sans-serif;
	padding: 1em 6em;
	margin: 0;
	color: black;
	background: #eef;
}

i
{
	font-family: "Museo Sans Italic OTF", "Museo Sans Italic TTF", "ITC Johnston", "Gill Sans", "Century Gothic", sans-serif;
}

a:link
{
	text-decoration: none;
	color: blue;
}

a:visited
{
	text-decoration: none;
	color: purple;
}

a:hover
{
	text-decoration: underline;
	color: red;
}

div.heading
{
	color: #666;
	text-align: right;
	padding: 0 72px 0 0;
	background: transparent url('assets/swig.png') no-repeat scroll bottom right;
	min-height: 66px;
}

div.heading h1
{
	font-weight: normal;
	font-size: 200%;
	letter-spacing: -2px;
	margin: 0 0 0.33em;
	padding: 0;
}

div.heading div.webid
{
	font-size: 67%;
}

div.section h2
{
	font-size: 180%;
	font-weight: normal;
}

div.section h3
{
	font-size: 140%;
	font-weight: normal;
}

div.section dl dt
{
	font-weight: bold;
}


#section_facilities ul[rel]
{
	margin: 0;
	padding: 0;
}

#section_facilities li[typeof]
{
	margin: 0;
	padding: 0 0 0.67em 0;
}

#section_facilities p
{
	margin: 0;
	padding: 0;
}

div.documentinfo
{
	font-size: 67%;
	padding: 1em;
	border: 1px solid #99f;
	background: #ccf;
}

span.ophr
{
	padding-right: 0.67em;
}
