﻿@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0F2139;
	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: #0F2139;
}
body,td,th {
	color: #0F2139;
}

a:link {
	color: #461648;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
	color: #31475E;
	font-weight: bolder;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #461648;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #31475E;
}
li {
}
ul {
}





.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #BC9E94;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin: 0px;
	background-color: ffffff;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #BC9E94;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.left-text-container {
	text-align: left;
	float: left;
	width: 252px;
	padding: 3px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #461648;
	border-right-color: #461648;
	border-bottom-color: #461648;
	border-left-color: #461648;
	background-repeat: no-repeat;
	background-position: left;
	background-color: ffffff;
}
.middle-text-container {
	float: left;
	width: 252px;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #461648;
	border-right-color: #461648;
	border-bottom-color: #461648;
	border-left-color: #461648;
	border-right-width: thin;
	background-color: ffffff;
}
.right-text-container {
	float: right;
	width: 251px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #461648;
	border-right-color: #461648;
	border-bottom-color: #461648;
	border-left-color: #461648;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: ffffff;
}
.main-text-container {
	clear: both;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #461648;
	border-right-color: #461648;
	border-bottom-color: #461648;
	border-left-color: #461648;
	background-color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: ridge;
}
.separater-gifs {
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: -2px;
}
.bold-text {
	font-weight: bold;
}
.italic-text {
	font-style: italic;
}


.list-margin-25 {
	margin-left: 5px;
}
