﻿#navigation a:hover {
	color: #FFFF00;
}
#center_col a:hover {
	text-decoration: none;
	color: #00FFFF;
}
#center_col a {
	text-decoration: none;
	color: #FF6600;
}
#left_col a {
	padding: 5px;
	border-color: #FF6600;
	text-decoration: none;
	font-family: Arial;
	border-bottom-style: solid;
	border-width: thin;
	display: block;
	color: #FF6600;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	display: inline;
	color: #FF6600;
	font-size: small;
	font-weight: bold;
}
#left_col a:hover {
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url('images/glow_bg2.jpg');
}
#footer a:hover {
	color: #0000FF;
	background-color: #FFFFFF;
}
.style1 {
	text-align: center;
}
.style2 {
	color: #000000;
}
.style3 {
	font-size: medium;
}
.style4 {
	font-size: small;
}
#navigation {
	background-image: url('images/home_bg.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 30px;
}
#navigation li {
	height: 30px;
	display: block;
	padding-right: 20px;
}
#navigation a {
	display: block;
	height: 30px;
	font-family: "Trebuchet MS", Garamond, Arial;
	font-size: 18px;
	text-decoration: none;
	color: #000066;
}
#navigation li {
	list-style-type: none;
	float: left;
	display: inline;
}
.style5 {
	font-size: small;
	text-align: center;
	font-family: "Trebuchet MS", Garamond, Arial;
}
