@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D4383C;
}
.oneColElsCtr #mainContent {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
p {
	font-size: 105%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
}

/************** header tag styles **************/

h1 {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #77161C;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 0;
}
h2 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
	font-style: normal;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
	color: #00C;
}

h4 {
	font-size: 1.1em;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h5 {
	font-size: .9em;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0px;
}
h6 {
	font-size: 0.8em;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0px;
}

/************** photo styles **************/
.picLeft {
	float: left;
	padding: 10px;
}
.picRight {
	float: right;
	padding: 10px;
}
