body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFCC;
	color: #996633;
	font-size: 100.01%;
	font-variant: small-caps;
	min-width: 40em;
	text-align: center;
	font-weight: bold;
	background-image: url(Images/Background.png);
	background-repeat: repeat-x;
}
a:link {
	color: #996633;
	text-decoration: none;
}
a:hover {
	color: #996633;
	text-decoration: underline;
}
a:active {
	color: #996633;
	text-decoration: underline;
}
a:visited {
	color: #996633;
	text-decoration: none;
}
#logo {
	text-align: center;
}
.one-third {
	width: 33%;
	float: left;
}
.one-fifth {
	width: 20%;
	float: left;
}
#ucfa-left {
	width: 40%;
	float: left;
	text-align: right;
}
#ucfa-middle {
	width: 20%;
	float: left;
}
#ucfa-right {
	width: 40%;
	float: left;
	text-align: left;
}
p.content {
	color: #666666;
	font-weight: normal;
	font-variant: normal;
}
#divider {
	clear: both;
}
