/*- CORE STYLING
------------------------------------------------------------ */
* { margin: 0;padding: 0;}

body {
	margin-top: 32px;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}
.style2 {
	color: #333333;
	font-size: 24px;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: 403324;
	text-decoration: none;
}
.textheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: 403324;
	font-weight: bold;
}
.textlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0000CC;
	text-decoration: none;
}
.nav {
	display: block;
	width: 500px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	background-image: url(../images/bg-nav.gif);
	background-repeat: no-repeat;
}
.nav a {
	color: 0000CC;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
p {
	/* margin-top: 20px; */
	margin-bottom: 20px;
}
.footer {
	text-align: center;
	font-size: smaller;
}
