/* Generic stuff  */

body { 
font-family: "Times New Roman", Serif; 
font-size: 12pt !important;
color: #000;
}

img {
border: 0;
}	

a:link, a:visited { 
text-decoration: none;
color: #000;
}
	
a:hover, a:active { 
text-decoration: none;
color: #000;
}
	
.clearboth { clear: both; }
	
	
/* stuff to hide */	
	
#nav, #photos, #title, #frame, .facilities, .hide {
display: none;
}
	
/* Main Content   */

#content {
clear: both;
}

#header {
height: 100px;
}

#header p {
margin: 0;
line-height: 100%;
font-family: Arial, Helvetica, sans-serif; 
font-style: italic;
font-size: 9pt;
}

h1 {
margin-top: 5px;
font-size: 26pt;
font-weight: normal;
}

h2 {
font-size: 20pt;
font-weight: normal;
margin-bottom: 15px;
}

h3 {
font-size: 18pt;
font-weight: normal;
margin-bottom: 5px;
}

h4 {
font-size: 16pt;
font-weight: normal;
margin-bottom: 5px;
}

#content p {
margin-bottom: 20px;
line-height: 1.3em;
}

.small {
font-size: 10pt;
}

#footer {
font-family: Arial, Helvetica, sans-serif; 
margin-top: 15px;
padding-top: 15px;
font-size: 10pt !important;
border-top: 1px dotted #000;
}