﻿/*#container {
	width: 960px;  /* adjust this to fit the container into your space */
	/*background-color: #EEE;
	?*padding: 1em;
	/* Background color may be removed or altered */
}
#hrc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	text-align: left;
	background-color: #FFF;
	border-style: solid;
	border-width: thin;
	border-color: 030;
	padding: 4em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#hrc ul{
	list-style-type: square;
	list-style-position: outside;
}
#hrc li {
	padding-top: .25em;
	padding-bottom: .25em;
}
#hrc h3 {
	font-family: Arial, Helvetica, sans-serif;
    padding: .5em;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background-color: #003366;
	color: #ffffff;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
#hrc a {
	font-weight: bold;
	text-transform: capitalize;
}
#hrc a:link {
	text-decoration: none;
	color: #000000;
}
#hrc a:hover {
	color: #000000;
	background-color: #CCCCCC;
}
.alert {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}

