/* CSS Document */

body {
	background-color: #D5E8EC;
	margin-top: 0px;
}
#wrapper {
  width: 950px;
  border: 10px solid #ffffff;
  margin-left: auto;
  margin-right: auto;
}

p {
	padding-right: 40px;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #3C2C2F;
	font-style: italic;
	line-height: 22px;
}
li{
	padding-right: 40px;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #3C2C2F;
	font-style: italic;
}
a {
	font-size: 16px;
	color: #006699;
}
a:hover {
	color: #3E2928;
}
a.link{
	font-size: 20px;
	color: #006699;
}
a:hover.link {
	color: #3E2928;
}

a.nav {
	font-size: 16px;
	color: #38252C;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
}
a:hover.nav {
	color: #006699;
}

a.footer {
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #403232;
}
h2 {
	font-size: 24px;
	color: #423233;
}
.img {
	border: solid #ffffff 4px;
	margin: 3px;
}
