﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: "Book Antiqua";
	font-size: small;
}

/* crazy fix; if this is not here, all links jump to the right after visiting the link */
body a:visited {
	margin-left:0px;
}

#masthead {
	height: 170px;
	width: 965px;
}

#logo {
	float: left;
	width: 115px;
	background-image: url('../graphics/HCUUFLogo.gif');
	height: 170px;
	background-repeat: no-repeat;
}

#header {
	float: left;
	height: 170px;
	width: 840px;
}

#banner {
	float: none;
	background-image: url('../graphics/Masthead.jpg');
	height: 140px;
	width: 840px;
	background-repeat: no-repeat;
}

#quicklinks{
	float: none;
	height: 30px;
	width: 840px;
}

#container {
	clear:both;
	min-width: 600px;
}

#left_col {
	float: left;
	width: 111px;
	font-family: Verdana;
	min-height: 500px;
	position: relative;
}

#page_content {
	padding: 10px;
	float: left;
	width: 832px;
	min-height: 400px;
}

#footer {
	clear: both;
	text-align:center;
	width: 968px;
}

table {
	border: 1px #000000 solid;
	empty-cells: show;
}

td {
	border: 1px #000000 solid;
}

th {
	border: 1px #000000 solid;
}

/* Headers */

p {
	padding-top: 0px;
	margin-top: 0px;
}

h1 {
	background-position: left;
	background-image: url('../graphics/image005.gif');
	background-repeat: no-repeat;
	text-indent: 50px;
	line-height: 150%;
	color: #0000FF;
}

h2 {
	color: #0000FF;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #0000FF;
}


/* image styles */

.img-right {
	padding: 20px;
	float:right;
}

/* define the menus, which are ul and li elements */

.menu-vert {
	float: none;
	width: 100px;
	margin: 5px;
	font-family: Verdana;
	color: #0000FF;}

.menu-vert a {
	text-decoration: none;
	margin-left:0px;
}

.menu-vert a:visited {
	text-decoration: none;
	margin-left:0px;
}

.menu-horiz {
	display: inline;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-decoration: none;
	text-align: center;
	font-family: Verdana;
}

.menu-horiz a:link, a:visited {
	text-decoration: none;
	margin-left: 35px;
	margin-right: 35px;
	color: #0000FF;
}


