@charset "utf-8";
/* CSS Document */
body {
	color: black;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #F1F2F3;
	
}
#container {
	width: 950px; 
	height: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	border-top: 1px solid #b7b7b7;
	border-right: 2px solid #b7b7b7;
	border-bottom: 0;
	border-left: 2px solid #b7b7b7;
}
#masthead img { 
	float: left; 
}
#navigation {
	width: 100%;
	height: 30px;
	background-color: #000000;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 3px solid #000000;
	font-size: 14px;
}
#navigation a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #a9a9a9;
}
#column_l {
	top: 1px;
	width: 610px;
	height: 590px;
	margin: 0;
	padding: 10px;
	background-color: #ffffff;
}
#column_r {
	width: 300px;
	top: auto;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #FFFFFF;
	outline-color: #FFFFFF;
}
#employt td {
	color: #303030;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.emplopic {
	height: 60px;
	width: 90px;
	background-color: #FFFFFF;
	float: left;
}
.emppop1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
	font-size: 14px;
	font-style:italic;
}
.hstyle1 {
	color: #000000;
}
.hstyle2 {
	color: navy;
	font-size: large;
}
.hstyle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.hstyle4 {
	color: navy;
	font-size: medium;
}
.hstyle5 {
	color: #000000;
	font-size: large;
}
.rstyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.indexp {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #2A3F55;
	font-style: oblique;
}
#footer {
	width: 950px;
	height: 40px;
	font-size: medium;
	background-color: #a9a9a9;
	position: relative;
}
#footer p {
	width: 550px;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	margin: 1px;
	padding: 1px;
	margin-left: 245px;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
a {
	color: #036;
}
a:hover {
	color: #a9a9a9;
	text-decoration: none;
}
ul {
	color: #4f4f4f;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}

