﻿@import url(layout.css);

tr, td, h1, h2, h3, h4, h5, h6, p, li, a, a:hover {color: #000018; /* Dark Midnight Blue */;}

a {text-decoration: none;}

a:hover {
    text-decoration: none;
	background-color: #FC3300 /* bright orange red */;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 20px;  /*  shifts navigation bar in from left hand side  */
}
#navigation li {float: left;}
#navigation a {
	text-decoration: none;
	color: #fdf5e6 /* oldlace */;
	margin: 0 1px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.7em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}

#fullwidth li {
	 margin-bottom: 9px;
}
#fullwidth h5 {
    /*
	color: purple;
	*/
	font-size: small;
}


