﻿html {
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
    margin: 0; 
    padding: 0; 
    border-collapse: collapse; 
    border: solid 0px black; 
}
td {
    vertical-align: top; 
}
th {
    font-weight: bold; 
    text-align: center; 
    background-color: #C6A500; 
    vertical-align: top; 
}
a {
	color: #262626;
	text-decoration: underline;
}
a:hover {
	color: #959491;
	text-decoration: underline;
}

/* Body Style */
#Body { 
    width: 973px;
    height: 652px;
    margin: 20px auto 0 auto;
	padding: 1px 2px 1px 2px;
	background-image: url('/images/KweLanga.jpg');
	background-position: center ;
	background-repeat: no-repeat;
	border: 8px #33CCFF double;
}

#Text {
	margin:50px 20px 50px 470px;
}



/* Header Style */
#Header {
	font-family: Georgia, serif;
	height:30px;
	font-size:150%
}
/* Navigation Style */
#Navigation{
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 120%;
	list-style-type: none;
}
#Navigation li{
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	background-image: url("http://www.ucf.edu/img/bullet.png");
	background-position: center left;
	background-repeat: no-repeat;
}
#Navigation li.first{
	margin-left: 0;
	padding-left: 0;
	background-image: none;
}
#Navigation li a{
	color: #262626;
}
#Navigation li a:hover{
	color: #959491;
	text-decoration: underline;
}
/* Content Style */
#Content {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:100%
}
/* Footer */
#Footer {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	letter-spacing: 1px;
}
#Footer p {
	font-size: 0.63em;
	color: #4f4e4e;
	padding: 0;
	margin: 0 0 2px 0;
}
#Footer p a, #footer p a:visited {
	color: #000;
}
#Footer_navigation {
	font-size: 0.63em;
	margin-bottom: 7px;
}
#Footer ul {
	list-style: none;
}
#Footer ul li {
	display: inline;
	border-left: #000 1px solid;
	padding: 0 5px 0 8px;
}
#Footer ul li.first {
	border: 0;
	padding-left: 0px;
}
#Footer ul a, #footer ul a:visited {
	color: #3e3d3d;
	text-decoration: none;
}
#Footer ul a:hover {
	text-decoration: underline;
}
#UcfAddress {
	font-size: 0.63em;
	color: #4f4e4e;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#Footer a#ucf_logo {
	display: block;
	height: 43px;
	width: 256px;
	text-indent: -9000px;
	background:url(http://www.ucf.edu/img/ucf_stands_for_opportunity.png) no-repeat;
	margin: 0px auto;
}
.SectionHeader {
    font-family: Georgia, Serif;
    font-size: 150%;
    font-weight:bold;
    text-align:left;   
}