
html,body {
	height: 100%;
}

div {
	height: 100%;
}

body {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	color: #13294E;
	background-image:url(images/smallwandle.gif);
}

p {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	color: #7F3C2F;
}


.smallish {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

a {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #7F3C2F;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #C3402B;
	text-decoration: underline;
}

h1 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 32px;
	font-weight: bold;
	color: #7F3C2F;
}

h2 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #7F3C2F;
}

h3 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	color: #7F3C2F;
	text-align: center;
}


li {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	color: #13294E;
}

li.ind {
	margin-left: 180px;
}



