﻿@import url(layout.css);
/* Styles for Masthead */
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a:hover {
	border-style: none;
	color: #000;
	text-decoration: none;
}
/* Styles for Footer */
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
/* Styles for Links */
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bolder;
}
.style_italic {
	font-style: italic;
}
