@charset "utf-8";
body {
	font: 100% "Times New Roman", Times, 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;
	background-color: #810053;
	background-image: url(images/bg_pawprint.gif);
}
.oneColFixCtrHdr #container {
	width: 900px;  
	background: #FFFFFF;
	margin: 10px auto;
	border: 1px solid #000000;
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0px;
	margin-bottom: 10px;
	border-bottom:3px solid #810053;
}
#header img {
	margin: 6px 3px;
}
#stripe{
	border-bottom:3px solid #810053;
	margin-top: 8px;
}
#nav {
	border-top:solid 3px #ffffff;
	border-bottom:3px solid #ffffff;
	background-color:#000;
	height: 35px;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 16px;
	margin: 0px 100px;
	text-align: left;	
}
.oneColFixCtrHdr #footer {
	padding: 15px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0px auto; 
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight:bold;
	border-bottom: 1px solid #000;
	width:600px;
}
.bodycopy {
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
.subhead {
	font-family: Trebuchet MS, Verdana, Ariel, Sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #810053;
}
a {
	color: #810053;
}
.TextBig {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
#hometextRight{
	margin-left: 100px;
	margin-right: 100px;
	font-style: italic;
	text-align: right;
	padding-bottom: 25px; 	
}
#copyright {
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}
ul {
	list-style-type: square;
}
