body {
	background:  url(../images/bg_body.gif) repeat scroll top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

#wrap {
	margin: 0 auto;
	padding: 5px;
	background: #fff;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	width: 754px;
}

.banner {
width: 100%;
height: 140px;
display:block;
background-image:url(/ucf/images/urbanforestry.jpg);
background-repeat:no-repeat;
}

#innerWrap {
	border: 1px solid #006666;
}

#top {
	background: url(../images/bg_header.gif) repeat-y scroll top left;
	border-bottom: 1px solid #006666;
}

#acesLogo {
	float: left;
	width: 145px;
}

h1#logo {
	margin: 0 27px;
	padding: 27px 0 0 0;
}
h1#logo a {
	background: url(http://www.aces.edu/pic/aces-logo.sm.w.gif) no-repeat;
	display: block;
	height: 90px;
	width: 95px;
}

h1#logo a span { display: none; }

#globalNavigation {
	color: #fff;
	float: left;
	width: 607px;
}

#date {
	float: left;
	font-size: 12px;
}

#search {
	float: right;
	text-align: right;
}

#search input {
	vertical-align: top;
}

#search input.clearField {
	padding: 3px;
}

#moreOptions a {
	color: #fff;
	font-size: 9px;
	font-style: italic;
}

#addThis {
	margin-top: 5px;
}

.box {
	padding: 10px;
}

#navigation {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
}

#navigation a {
	color: #fff;
}

#middle {
}

.twoColumn {
	background: url(../images/bg_twoColumn.gif) repeat-y scroll top left;
	height: 100%;
}

.threeColumn {
	background: url(../images/bg_threeColumn.gif) repeat-y scroll top left;
	height: 100%;
}

#sidebar {
	color: #fff;
	float: left;
	width: 220px;
}

#content {
	float: left;
	width: 532px;
}

#contentExtra {
	float: left;
	width: 387px;
}

#content ul, #contentExtra ul {
	margin-bottom: 10px;
}
#content ul li, #contentExtra ul li {
	margin-left: 20px;
	list-style: disc;
	line-height: 1.4em;
}

#extra {
	float: left;
	width: 145px;
}

#bottom {
	background: #006666;
	color: #fff;
}

#copyright {
	margin: 0;
	padding: 5px 0 0 30px;
	float: left;
	font-size: 9px;
	text-align: center;
	width: 500px;
}

#copyright p {
	margin: 0;
	padding: 0;
}

#copyright a {
	color: #fff;
	font-weight: normal;
}

#questions {
	margin: 0;
	padding-right: 30px;
	float: right;
}

.clear { clear: both; }

.pad {
	padding: 10px;
}

/* links */
a {
	color: #1e78c1;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 8px;
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

/* paragraph */
p {
	margin-bottom: 10px;
	line-height: 1.4em;
}

