/* basic elements */

body {
	background-color: #C1D72E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size:16px;
	margin: 10px;
	word-spacing: 0.01em;
}

.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin: 0px 12px;
	word-spacing: 0.01em;
}

.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-style:italic;
	margin: 7px 0px 0px 0px;
	font-size:small;
	font-weight:bold;
}

h1 {
	font-family: "Courier New", Courier, mono;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
	font-size:22px;
	margin: 4px;
	margin-bottom:30px;
}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 17px;
	margin-left: 12px;
	text-decoration: underline;
	font-weight:400;
}

h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	font-style:italic;
	font-weight:normal;
	margin-top:0px;
}

#screen {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}

#screen a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}

#screen a:hover {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}

a {
	color: blue;
}

a:visited {
	color: blue;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	word-spacing: 0.01em;
}


/* specific divs */

#navigation {
	width:141 px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	text-align: left;
}

#navigation ul {
	margin: 0;
	padding: 0;
	word-spacing: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

#navigation li {
	border-bottom: 2px solid #000000;
	list-style-type: none;
}

.litop {
	border-top: 2px solid #000000;
}

#navigation li a {
	height:100%;
	display: block;
	padding: 4px 3px 4px;
	border-bottom: none;
	color: #000000;
	text-decoration: none;
	background-color: #EDF8AA;
}

#navigation li a:hover {
	background-color: #A6B928;
	color: #000000;
	border-bottom: none;
}

.articles {
	text-decoration: underline;
}

/* images */

.image {
  float: right;
  border: thin #258AB7 solid;
  margin: 0.3em;
  vertical-align: super;
}

.imagenb {
  float: right;
  border: 0px;
  margin: 0.3em;
  vertical-align: super;
}

.image p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.imagemid {
	border: thin #699ACE solid;
	margin: 20px 150px;
}

.imagemid p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


.imagenar {
  float: right;
  width: 15%;
  border: thin #699ACE solid;
  margin: 0.5em;
  padding: 0.5em;
}

.imagenar p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.map {
  float: left;
  width: 25%;
  border: thin #699ACE solid;
  margin: 0.5em;
  padding: 0.5em;
  text-decoration: none;
}

.map p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}


#noborder {
	border-bottom: none;
}

.amazon a {
	font-size:10px;
	border-bottom: none;
	text-decoration: underline;

}

.amazon a:visited {
	font-size:10px;
	border-bottom: none;
	text-decoration: underline;

}

.amazon a:hover {
	font-size:10px;
	border-bottom: none;
	text-decoration: underline;

}

.privacy {
	font-style: italic;
	font-size: small;
}

.footprint {
	list-style-image: url(images/dog-footprint.gif)
}


	