@charset "utf-8";
/* CSS Document */


html,body{
	margin: 0; padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;
	height: 100%;
	background-color: #efe9d1;
	color: #558dc0;
}


a:link {
	color: #5b8f3c;
}
a:visited {
	color: #2d5814;
}
a:hover {
	text-decoration: none;
	color: #1d5181;
}
a:active {
	text-decoration: none;
	color: #1d5181;
}
/*Header*/

#ucf_header{

	margin: 0; 
	padding: 0;
	border-bottom: 2px solid #ffc904;
	background-color: #000;
	height: 43px;
	color: #fff;
}

#ucf_header .wrapper{
	width: 775px;
	margin: 0 auto;
	padding-top: 8px;
	overflow: hidden;
}

#ucf_header #ucf_logo{
	float: left;
	margin: 0; 
	padding: 0;
	background: url('../layout/ucflogo.png') no-repeat;
}

#ucf_header #ucf_logo a {
	display: block;
	text-indent:-999px;
	height:27px;
	width:317px;
}	

#ucf_header #search{
	text-align: right;
	height: 30px;
	padding-top: 5px;
	margin: 0;
}

#ucf_header #search * {
	padding: 0;
	margin: 0;
}

#ucf_header #search fieldset {
	border: none;
}

#ucf_header #search #q{
	height: 15px;
	width: 150px;
	padding: 2px;
	border: 1px solid #aaa;
	color: #448;
	background: #fff;
}

#ucf_header #search .submit{
	height: 16px;
	width: 15px;
	vertical-align: top;
	position: relative;
	top: 3px;
}

/*error page*/	
#error_content
{
    width: 773px;
    margin: 0 auto;
}
#error h1
{	
      text-align: center;
}
#option_list
{
	text-align: center;
}
#option_list li
{
	display: inline;
}

/*Main Site*/
.image-hidden
{
        background-image: none;
}
#splash-body {
	background:url(/images/28.png) no-repeat;
	margin: 50px auto;
	width: 773px;
	height:234px;
	padding: 136px 0 0 0;
}





#splash-body h1{
	background-image:url(/images/29.png);
	text-indent: -9000px;
	width: 300px;
	height: 100px;
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 0;
}
#splash-body ul{
	list-style-type:none;
	width:773px;
	margin: 0;
	padding: 0;
}

#splash-body ul li{
	width: 385px;
	float: left;
	list-style-type:none;
	text-indent: -9000px;
	padding: 0 0 0 1px;
	margin: 0;
	height: 130px;
	}
	
#splash-body a{
	display: block;
	width: 100%;
	height: 100%;
}


#splash-bottom{
	margin: 50px auto;
	width: 773px;
	text-align:center;
}