body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #669;
	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 : #360;
	background-color: #fff; 
	font-weight : bold;
	font-variant: small-caps; 
	font-size: 140%;
}

h2 {
	color: black;
 	background-color: white; 
	font-variant: small-caps; 
	font-size: 125%;
}

h3 {
	color : #390;
	background-color: #fff; 
	font-weight : bold;
	font-variant: normal; 
	font-size: 110%;
}

ul {line-height: 130%; margin-left: 155px; list-style: disc;}
.ul {line-height: 130%; margin-left: 15px; list-style: disc;}


#logo {
	position: absolute;
	width: 150px;
	height: 120px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;}

#address {margin-left: 0px; font-size: 80%; color: black; background-color: #fff; }

#container { 
	padding: 15px 25px 15px 20px; 
	background-color: #fff; 
	color: black; 
}

.img {
	border: 4px solid #99C;
	padding: 4px;
	float: left;
	margin-right: 10px;
}

a:focus {border: 2px solid black;}
 

/* in-line navigation */
#navigation {padding: 0 1px 1px; margin: 0; font: bold 78% Verdana, sans-serif; text-align: center; color: black; background-color: #fff; }
#navigation li {list-style: none; margin: 0; border: 1px solid gray; display: inline; color: black; background-color: white; }
#navigation li a {padding: .25em; border-left: 1em solid #000; background: #CCF; text-decoration: none; color: black; }
#navigation li a:link {color: #448; background-color: white;}
#navigation li a:visited {color: #667; background-color: white;}
#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; color: black; background-color: #fff; }
#nav-bottom li a {padding: .5em;  border-right: 1px solid #000; text-decoration: none; color: black; background-color: #fff; }
#nav-bottom li a:link {color: #339; background-color: #fff; }
#nav-bottom li a:visited {color: #339; background-color: #fff;}
#nav-bottom li a:hover {color: #339; background-color: #fff; text-decoration: underline;}

#footer { font-size: 80%; text-align: center;}

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%;}