body {
	font-family : "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #fff;
	margin-top: 25px;
	margin-bottom: 25px; 
	margin-right: 25px;
	margin-left: 0px;
}

#tag {font-family: verdana, sans-serif; font-weight: bold; text-align: center; font-size: 127% }

p, h1, h2, h3, ul {margin-left: 140px;}

h1 {
	color : #360;
	background-color: #fff;  
	font-weight : bold;
	font-variant: small-caps; 
	font-size: 140%;
}

h2 {
 	font-variant: small-caps; 
	font-size: 135%;
}

h3 {
	color : #390;
	background-color: #fff; 
	font-weight : bold;
	font-variant: normal; 
	font-size: 110%;
}

ul {line-height: 130%; list-style: disc;}

#logo {
	position: absolute;
	width: 150px;
	height: 120px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;}

#address {
	margin-left: 10px; 
	font-size: 80%;}

#container { background-color: 	transparent;}

/* in-line navigation */
#navigation { display: none; }
#navigation li { display: none; }
#navigation li a { display: none; }
#nav-bottom { display: none; }
#footer { display: none; }

a:link { 
	color: #339;
	background-color: #fff; 
	text-decoration: none;  
	font-weight: bold;  
}

a:visited { 
	color: #339;
	background-color: #fff; 
	text-decoration: none;  
	font-weight: bold;  
}

a:hover {
	color: #339;
	background-color: #fff; 
	font-weight: bold;  
	text-decoration: underline;
}

.bi { font-weight: bold; font-style: italic; }
.sm {font-size: 85%;}