@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #f7f7f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: scroll;
}
#border {
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-repeat: repeat-y;
}
#container  {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/border-mid.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#borderbottom {
	background-image: url(images/border-bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#header  {
	margin-top: 5px;
	width: 760px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#header  h1  {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
}
#navcontainer {
	float: left;
}
#navmenu {
	margin: 0px;
	padding: 1px;
	width: 150px;
}

#navbar {
padding: 1px;
background-color: #454e63;
margin-bottom: 15px;
color: #454e63;
}

.mainnav {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

ul.mainnav li a:link, ul.mainnav li a:visited {
	display: block;
	background-color: #FDFBFD;
	text-decoration: none;
	color: #999;
	border-bottom: 1px solid #E9E9E9;
	text-align: left;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 7px;
}
li.border-top {
	border-top: 1px solid #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}

ul.mainnav li a:hover {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #454e63;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 7px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	text-align: center;
	display: inline;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 155px;
	margin-bottom: 0;
	margin-left: 170px;
	width: 420px;
	padding-top: 12px;
} 

#footer {
	width: 760px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p {
	text-align:left;
	font-size: 10px;
	float: none;
	width: 745px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.fltrt { 
float: right;
margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.center { text-align: center; }

.member {
font-size: 10px;
font-style: italic;
text-align: center;
}

.boldHeadline {
font-weight: bold;
padding-left: 45px;
padding-top: 15px;
padding-bottom: 15px;
color: #666666;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #454e63;
	text-align: center;
	font-weight: bold;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #454e63;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #454e63;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #454e63;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #454e63;
	margin-top: 0px;
	margin-bottom: 0px;
}

#boldheadlineRed {
color: #b21719;
font-size: 16px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #454e63;
	text-align: center;
	font-weight: bold;
}
#boldheadline {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.backtoTop {
	text-align: right;
	padding-right: 15px;
}
#mainContent  a:link {
	color: #b21719;
	font-weight: bold;
	text-decoration: none;
}
#mainContent  a:hover {
	color: #A7CEEB;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:visited {
	color: #b21719;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:active {
	color: #b21719;
	font-weight: bold;
	text-decoration: none;
}


.step {
	font-weight: bold;
	color: #454e63;
}
#mainContent  ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent  li {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent  ol {
	list-style-position: outside;
	list-style-type: lower-alpha;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.houseName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #454e63;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 5px;
}
.backtoTopCentered {
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
}
.imgCentered {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
.redText {
	color: #b21719;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent td {
	padding-top: 0px;
	padding-bottom: 0px;
}
.quote {
	font-style: italic;
}
