/* UNIVERSAL STYLES */

#header  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 230px;
	background: url(../i/header.jpg);
	z-index: 0;
}

#navi_bg {
	position: absolute;
 	top: 210px;
	left: 0px;
	width: 990px;
	height: 61px;
	background: url(../i/navibar.png);
	z-index: 1;
}

#navi {
	position: absolute; 
	top: 248px; 
	left: 288px;
	width: 700px; 
	display: inline; 
	z-index: 2;
}

#navi a {
	float: left;
	margin-right: 35px;
	color: #002f76;
	font-size: 16px;
	font-weight: bold;
}

#navi a:hover {
	color: #3b6496;
}

#content_wrapper {
	position: absolute;
	top: 306px;
	left: 0px;
	width: 990px;
}
#main {
	position: absolute;
	left: 270px;
	width: 432px;
	padding: 0 18px 0 18px;
	height: 100px;
}

#main h1 {
	margin: 0 0 6px 0;
	font-size: 18px;	
}

#main h2 {
	margin: 0 0 6px 0;
	font-size: 14px;	
}

#main p {
	font-size: 12px;
	margin: 0 0 15px 0;	
}

#main_box {
	float: left;
	width: 144px;
	margin: 10px 0 0 0;	
}

#main_box h1 {
	font-size: 12px;
	color: #002f76;	
}

#main_box p {
	font-size: 12px;
}

#left_column {
	position: absolute;
	left: 0;
	width: 262px;
	height: 100px;
	padding: 0 0 0 8px;
}

#left_column a{
	font-size: 12px;
	color: #002f76;	
}

#left_column a:hover {
	color: #3b6496;
}

#right_column {
	position: absolute;
	left: 738px;
	width: 252px;
	height: 100px;
}

#boxHeader {
	width: 252px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #002f76;
	border-bottom: 1px #002f76 solid;
}

#boxHeader a{
	font-size: 14px;
	font-weight: bold;
	color: #002f76;	
}

#boxHeader a:hover {
	color: #3b6496;
}

#boxContent {
	width: 242px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	color: #002f76;
}

#boxLeftHeader {
	height: 20px;
	width: 236px;
	color: #ffffff;
	padding: 2px 0 0 8px;
	font-weight: bold;
	background: url(../i/boxleft_header.jpg);	
}

#boxLeftContent {
	width: 228px;
	padding: 10px 8px 10px 8px;
	background: url(../i/boxleft_content.jpg);
}

#boxLeftContent h1 {
	font-size: 12px;
	font-weight: bold;
}

#boxLeftContent p {
	font-size: 12px;
}

#boxLeftBottom {
	height: 21px;
	width: 244px;
	background: url(../i/boxleft_bottom.jpg);	
}

#footer {
	position: absolute;
	width: 990px;
	height: 20px;
}

#footer a {
	font-size: 12px;
	color: #002f76;	
}

#pcs_home {
	position: absolute;
	top: 208px; 
	left: 0px;
	z-index: 3;
}

.employee {
	float: left;
	width: 225px;
	margin: 0 10px 10px 0;	
}


html, body, p, h1, h2, h3, h4, h5, a, ul, ol, span, table, td, li, form, div {
  font-family: Arial, Verdana, sans-serif;
  text-decoration:none;
  font-weight: none;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
}

img {
	border: 0px;	
}

.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}