/* Fix a silly bug in Mozilla; thanks, Carey Evans */
html {width: 100%;}

body {
background: white;
text-align: left;
color: black;
font-size: 12pt !important;
line-height: 125%;
border: 0;
border-top: 0;
margin: 0;
padding: 0; 
font-family: Arial, Helvetica, sans-serif; 
width: 100%;
 }

/* Helpers and base rules */

img	{
border: 0;
}

.hide, #email4 {
display: none;
}

a:link, a:visited, a:hover, a:active { 
text-decoration: none;
color: #000;
}
	

/* Primary layout divisions */

#container	{
border: 0;
}

#content {
border:0;
margin: 0;
padding: 0;
}

#header {
margin: 0;
padding: 0;
height: 65px;
}
	
#mainnav ul, #footer {
display: none;
}

#mainnav #address {
float: right;
margin-top: -70px;
text-align: right;
font-size: 10pt !important;
line-height: 1.30em; 
color: #000;
}
	
/* topbar */	

#container  h1, #container  h1 a {
font-size: 22pt !important;
color: #3e9287;
font-weight: bold;
text-decoration: none;
margin-bottom: 10px;
}

#tagline {
font-size: 10pt !important;
font-style: italic;
line-height: 1.30em; 
color: #000;
margin-bottom: 30px;
}

/* Typography 	*/
	
#content h2	{
font-size: 18pt !important;
font-style: normal;
color: #000;
font-weight: bold;
line-height: 1.3em;
margin: 20px 0 5px 0;
}

#content p {  
font-size: 12pt !important;
line-height: 1.30em; 
color: #000;
}
