@charset "utf-8";

.oneColFixLtHdr #mainContent {
	border: 1px solid #FFFFFF;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 16px;
	text-align: center;
} 
#pageTitle {
	width: 100%;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 1px;
	color: #990000;
	font-size: 32px;
}
#lastUpdated {
	padding: 2px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #990000;
	color: #FFFF00;
	border: 1px solid #FFFF00;
	margin-left: 100px;
	margin-right: 100px;
}
#dialogBox {
	color: #515151;
	background-color: #F2E6FF;
	border: 1px solid #666666;
	margin-bottom: 40px;
	text-align: center;
}
#click {
	color: #990000;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}
.oneColFixLtHdr #container #mainContent #parents {
	border: 7px double #006666;
	width: 100%;
	text-align: center;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat;
	font-weight: bold;
}

.oneColFixLtHdr #container #mainContent #puppies {
	text-align: center;
	width: 100%;
	border: 7px double #CCCDE8;
	font-weight: bold;
}
.oneColFixLtHdr #container #mainContent #future {
	font-weight: bold;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat;
}

.oneColFixLtHdr #container #mainContent table {
	width: 100%;
	border: 9px double #CCCDE8;
}

.oneColFixLtHdr #container #mainContent td {
	border: 3px double #666666;
	text-align: center;
}

.oneColFixLtHdr #container #mainContent #imagearea img {
	margin-bottom: 15px;
}

#feature {
	color: #990000;
	margin-top: 10px;
	margin-bottom: 5px;
}
#redbox {
	background-color: #990000;
	width: 455px;
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 4px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#greybox {
	background-color: #999999;
	width: 455px;
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 4px;
	font-size: 18px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
#textarea {
	width: 455px;
	margin-top: 15px;
	text-align: justify;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#imagearea {
	width: 100%;
	margin-top: 15px;
	float: right;
}
#page_title {	width: 100%;
	text-decoration: underline;
	padding-top: 15px;
	padding-bottom: 20px;
}
#form_style {
	font-size: 14px;
	text-align: left;
}
.oneColFixLtHdr #footer {
	padding: 0;
	text-align: center;
	background-color: #CCCDE8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
} 
.oneColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #666666;
	text-decoration: underline;
	text-align: center;
}
h2 {
	text-decoration: underline;
	font-size: 16px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
#text_left {
	text-align: left;
}

