﻿/* 2010 Recruiting and Retention Plan */
/* 7/24/10  */
h1, h2, h3 {
	font-family: Calibri, Verdana, Arial, sans-serif;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 20px;
	text-align: center;
}
h3 {
	font-size: 18px;
}
p {
	font-family: Cambria, Georgia, serif;
	font-size: 16px;
}
#outside {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#inside {
	margin: 10px;
	padding: 10px;
	border: 3px black solid;
	background-color: white;
}
.end {
	text-align: center;
}
#nav {
	margin-left: 10px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
	list-style: none;
}
#nav a:link, #nav a:visited {
	margin-right: 0.2em;
	padding: 0.2em 0.6em 0.2em 0.6em;
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #a62020;
	background-color: white;
	text-decoration: none;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 3px solid #717171;
	border-right: 3px solid #717171;
}
#nav a:hover {
	border-top: 3px solid #717171;
	border-left: 3px solid #717171;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}

