@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #990033;
	background-color: #996;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/backgrd.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, ol, dl, li {
	margin:0;
	padding:0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #990033;
	text-decoration: underline;
}
a:visited {
	color: #990033;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #990033;
}
a:active, a:focus { 
	text-decoration: none;
	color: #990033;
}
hr {
	background-color: #990033;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: thin solid #990033;
}
th {
	background-color: #cccc99;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
td {
	margin: 0px;
	padding: 0px;
}
form {
	color:#990033;
}
input {
	color:#990033;
}
#container {
	width: 960px;
	background: #cccc99; /* the auto value on the sides, coupled with the width, centers the layout */
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. ~~ */
#header {
	padding: 0px;
	margin: 0px;
	background-image: url(images/backgrdhd.jpg);
	background-repeat: repeat-y;
}
#headerHeadshot1 {
	margin: 0px;
	padding: 0px;
	width: 66px;
}
#headerHeadshot2 {
	margin: 0px;
	padding: 0px;
	width: 66px;
}
.headerHeadshotImg {
	margin: 3px;
	border: 6px double #fff;
}
#headerNavigate {
	width: 696px;
	margin: 0px;
	padding: 0px;
}
#headerNavigate h1 {
	text-align: center;
	font-style: italic;
	margin: 5px;
}
#headerNavigate input {
	color:#990033;
	background-color:#cccc99;
	width:95%;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
#headerNavigate input:hover {
	background-color: #ffff99;
	cursor: pointer;
}
#headerTree {
	margin: 0;
	width: 132px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#content {
	background-color: #cc9;
	margin: 0px;
	padding: 0px;
}
#content td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(images/backgrdhd.jpg);
	background-repeat: repeat-y;
}
#footerLinks {
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
#footer td {
	margin: 0px;
	padding: 1px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.smalltext {
	font-size: small;
}
.bigtext {
	font-size: larger;
}
.greenText {
	color: #093;
}
.padding {
	padding: 5px;
}
.nopadding {
	padding: 0px;
}
.unorderedList {
	margin: 0px;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
}
