body {
	font-family : "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #ff6;
	margin-top: 25px;
	margin-bottom: 25px; 
	margin-right: 25px;
	margin-left: 25px;
}

#tag {font-family: verdana, sans-serif; font-weight : bold; text-align: center; font-size: 127% }

p, h1, h2, h3 {margin-left: 150px;}

h1 {
	color : #000; 
	font-weight : bold;
	font-variant: small-caps; 
	font-size: 140%;
}

h2 {color : #396;
 	font-variant: small-caps; 
	font-size: 135%;
}

h3 {
	color : #390;
	font-weight : bold;
	font-variant: normal; 
	font-size: 110%;
}

ul {line-height: 130%; margin-left: 155px; list-style: disc;}

#logo {
	position: absolute;
	width: 150px;
	height: 120px;
	background-image: url(images/logo-green.gif);
	background-repeat: no-repeat;}

#address {margin-left: 0px; font-size: 80%;}

#container { padding: 15px 25px 15px 20px; background-color: #FFF; }

/* in-line navigation */
#navigation {padding: 0 1px 1px; margin: 0; font: bold 12px Verdana, sans-serif; text-align: center; }
#navigation li {list-style: none; margin: 0; border: 1px solid gray; display: inline;}
#navigation li a {padding: .25em; border-left: 1em solid #000; background: #CCF; text-decoration: none;}
#navigation li a:link {color: #396; background: #fff;}
#navigation li a:visited {color: #396; background: #fff;}
#navigation li a:hover {border-color: #360; color: #000; background: #fff; text-decoration: underline;}

#nav-bottom {padding: .5em; margin: 2px; font: bold 78% Verdana, sans-serif; text-align: center; }
#nav-bottom li {list-style: none; margin: 2px; border-left: 1px solid #000;  display: inline;}
#nav-bottom li a {padding: .5em;  border-right: 1px solid #000; text-decoration: none;}
#nav-bottom li a:link {color: #396;}
#nav-bottom li a:visited {color: #396;}
#nav-bottom li a:hover {color: #396; text-decoration: underline;}

#footer { font-size: 80%; text-align: center;}

a:link { 
	color: #396;
	text-decoration: none;  
	font-weight: bold;  
}

a:visited { 
	color: #396;
	text-decoration: none;  
	font-weight: bold;  
}

a:hover {
	color: #396;
	font-weight: bold;  
	text-decoration: underline;
}

div.clear { clear: both; line-height: 0; height: 0; }

.bi { font-weight: bold; font-style: italic; }
.sm {font-size: 85%;}