﻿/* CSS layout */
#masthead {
}

#top_nav {
}
table {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: small;
	text-decoration: none;
	font-weight: normal;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 155;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 160px;
}

#footer {
	background-image: url('images/WaveRed.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	color: #FFFFFF;
	left: 10px;
	text-align: left;
}
h5 {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: medium;
	padding-top: 10px;
}
a:link {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	text-decoration: none;
}
.tableheader {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	background-color: #FF0000;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:hover {
	text-decoration: blink;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}
p {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: small;
}
a:visited {
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}
body {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: small;
}
.centretext {
	text-align: center;
}
