@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #0099CC;
	font-family: Georgia, Verdana, Helvetica, Arial;
	font-size: 100%;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}


.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h1 {
	font-family: Georgia, Verdana, Helvetica, Arial;
	font-size: 18px;
	color: #000000;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(Images/spacer_nav.png);
	background-repeat: repeat-x;
	height: 39px;

}
.header {
	background-image: url(Images/navbar_background.png);
	background-repeat: repeat;
}

.NavItems {
	font-family: Georgia, Verdana, Helvetica, Arial;
	font-size: 14px;
	margin-left: 50px;
	padding-top: 9px;
}
.ceremonyImage {
	float: right;
	margin-left: 30px;
}
.highlight {
	font-size: 18px;
	color: #85003d;
	font-weight: bold;
}
.subhead {
	font-size: 14px;
	font-weight: normal;
	color: #000099;
	font-style: italic;
}
.fromtext {
	font-family: Georgia, Verdana, Helvetica, Arial;
	font-size: 110%;
	color: #85003d;
	padding-top: 20px;
}
a:visited {
	color: #85003d;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #FFFFFF;
}
.highlight2 {
	font-size: 18px;
	color: #85003d;
	font-weight: normal;
}
