﻿@import url("layout.css");
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
	position: relative;
	left: 70px;
}
/* Navigation Styles */
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #214183;
}
.blueemp {
	color: #355C91;
	font-weight: bold;
}
#content img {
	border: 1px solid #358;
}
#content a {
		color: #355C91;
}
#column1 {
}
#column2 {
}
.box {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}
.box img{
	float: left;
	margin-right: 10px;
}
.box h1{
	font-size: 90%;
	color: black;
	padding-bottom: 5px;
}
.box p{
	font-size: 100%;
	height: auto;
	padding-bottom: 10px;
	padding-right: 10px;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	border-style: none;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#sidebar a {
		color: #355C91;
}

