﻿#Header {
	height: 85px;
	width: 100%;
	_width: 99.75%;
	left: 0;
	top: 0;
	position: absolute;
	right: 0;
	z-index: 4;
	visibility: visible;
	background: #69c url('images/HeaderBG.png') repeat-x;
	}
	/*#555aa1*/

#Header table {
	top: 42px;
	left: 0;
	position: absolute;
	}
	
#Header td {
	color: white;
	font-size: 10pt;
	font-family: "Gill Sans MT", "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
#Header a {
	color: white;
	text-decoration: none;
	}

#SubHeader {
	width: 95%;
	left: 0;
	top: 0;
	position: relative;
	right: 15%;
	z-index: 3;
	visibility: visible;
	background-color: white;
	}
	
#SubHeader ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
	}
	
#SubHeader ul li {
	padding-left: 22px;
	display: inline;
	background-image: url('images/BulletArrow.png');
	background-repeat: no-repeat;
	background-position: 10px 0.2em;
	margin: 0px;
	color: #39c;
	font-weight: bold
	}

#Side {
	border-left:1px solid black; border-right:0px none transparent; border-top:0px none transparent; border-bottom:0px none transparent; height: 100%;
	/*_height: 87%;
	width: 15%;*/
	_width: 14.75%;
	left: 85%;
	top: 0;
	/*padding-top: 85px;*/
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	visibility: visible;
	background: #e0d4ac url('images/SideBG.jpg') no-repeat 55% 40%;
	/*min-height: 89%;
	max-height: 89%;*/
	
	}

#SideLogo {
	position: absolute;
	visibility: visible;
	width: 98%;
	height: 40px;
	text-align: center;
	bottom: 2%;
	background: url('images/UCFLibsLogo.png') no-repeat top center;
	}

#Footer {
	height: 1.5em;
	width: 85%;
	left: 0;
	position: absolute;
	right: 15%;
	bottom: 0;
	/*_bottom: 2%;*/
	z-index: 1;
	visibility: visible;
	background-color: #ccc;
	color: #666;
	/*padding-top: 0.5%;*/
	}
	
#Footer td {
	color: #666;
	font-size: 8pt;
	}
#Footer a {
	color: #666;
	text-decoration: none;
	}
#ContentWrapper {
	position: absolute;
	height: 100%;
	width: 85%;
	top: 0;
	right: 15%;
	bottom: 0;
	left: 0;
	padding-top: 0;
	/*padding-bottom: 1.5em;
*/
	}
#Content {
	position: absolute;
	_height: 85%;
	width: 100%;
	top: 85px;
	right: 0;
	bottom: 1.5em;
	left: 0;
	z-index: 2;
	overflow: auto;
	visibility: visible;
	background-color: white;
	}
#ContentPad {
	padding: 10px;
	_padding: 0;
	}
	
body {
	color: black;
	font-size: 100%;
	font-family: "Gill Sans MT", "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #ccc;
	
	}
	
th {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
td {
	font-size: 12pt;
	font-family: "Gill Sans MT", "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	}
	
hr.one {
	width: 50%;
	text-align: left;
	height: 1px;
	border: 0px;
	background: white;
	}
	
a:link {color: #009966; text-decoration: none;}     /* unvisited link */
a:visited {color: #009966; text-decoration: none;}  /* visited link */
a:hover {color: #009966; text-decoration: underline;}   /* mouse over link */
a:active {color: #009966; text-decoration: none;}   /* selected link */
