/*******************************
BRITT HANLEY 05 NOV 2005
ALL RIGHTS RESERVED
*/

* {
	border:0px;
	margin:0px;
	padding:0px;
	}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #E5F0FF;
	background: #333 url(img/UF_home.jpg) top center no-repeat;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
#content {
	width: 800px; 
	padding: 0px;
	margin:0px auto;
	text-align:left;	
	/* part 2 of 2 centering hack */
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:800px;
	}
html>body #content {
	width: 800px; /* ie5win fudge ends */	
	}
.menu {
	padding:0px;
	float:left;
	margin-bottom:320px; /* no margin with speech*/
	background: #333;
	width:800px;
	}
.menu ul {
	list-style-type:none;
	text-align:center;
	}
.menu ul li {
	display: inline;
	}
.menu ul a {
	text-decoration:none;
	display: block;
	float: left;
	width:100px;
	color:#F7A432;
	}
.menu ul a:visited {
	}
.menu ul a:hover {
	text-decoration:none;
	color:#88DD00;
	}
.menu ul a#current {
	color:#88DD00;
	}
.menu ul li .speech{
	width:800px;
	cursor:default;
	background: ;
	color:#333;
	padding:10px 0 10px 0;
	}
.speech {
	width:800px;
	color:#333;
	font-variant:small-caps;
	margin-bottom:230px;
	font-size:x-large;
	text-align:center;
	}
#news {
	width:250px;
	float:left;
	font-size:small;
	margin-right:25px;
	}
#meet {
	width: 250px;
	float:left;
	font-size:small;
	margin-right:25px;
	}
#join {
	width:250px;
	float:left;
	font-size:small;
	}
.title {
	display:block;
	font-variant:small-caps;
	font-size:larger;
	color:#88DD00;
	}
.sub-title {
	font-size:medium;
	font-variant:small-caps;
	color:#F7A432;
	}
p {
	text-indent:10px;
	line-height:14px;
	}
a:link {
	color:#F7A432;
	text-decoration:none;
	}
a:visited {
	color:#F7A432;
	text-decoration:none;
	}
a:hover {
	color:#88DD00;
	text-decoration:underline;
	}
