@charset "utf-8";
.normalText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
}

body  {
	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: #FFC;
	background-image: url("images/dgrey047.jpg");
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-repeat: repeat;
	background-attachment: fixed;
}
.twoColFixLtHdr #container {
	width: 860px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFC;
	background-image: url("images/cream-bkgd.jpg");
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #000;
	height: auto;
} 
.TUUFFtitle {
	margin-top: 35px;
	margin-bottom: 20px;
	border: 2px solid #000;
	width: 538px;
	height: 51px;
	float: right;
}

.twoColFixLtHdr #header {
	background-color: #FFC;
	background-image: url("images/ivory-leather.jpg");
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	width: 200px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 35px;
	float: left;
	margin-top: 35px;
	height: 450px;
}
#mainContent ul {

}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	text-align: center;
}
.noMargin {
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 0px;
	font-weight: normal;
	display: inline;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-left: 75px;
}


.twoColFixLtHdr #mainContent {
	padding-bottom: 10px;
	text-align: left;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
} 
.twoColFixLtHdr #footer {
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
	background-image: url("images/ivory-leather.jpg");
} 
.footerLinks li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000;
	margin-right: auto;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}


ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
li {
	list-style-type: square;
}




.twoColFixLtHdr #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: 0px; /* 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;
	padding-right: 185px;
	padding-left: 75px;
}
.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;
}
.noMargin span {
	margin-left: 175px;
}
.returnTop {
	text-align: right;
}
.rightAlign {
	text-align: right;
}
.centeredText {
	text-align: center;
}
.activityDescrips {
	padding-right: 25px;
	padding-left: 25px;
}
.pinkText {
	color: #903;
}
