.body{
	position		: absolute;
	top				: 0px;
	left			: 0px;
	z-index			: 1;
}

.nav{
	position		: absolute;
	top				: 112px;
	left			: 0px;
	z-index			: 5;
}
#people{
	position		: absolute;
	top				: 112px;
	left			: 96px;
	z-index			: 10;
	visibility		: hidden;
	border			: 1px solid #ff3333;
}
#service{
	position		: absolute;
	top				: 137px;
	left			: 96px;
	z-index			: 10;
	visibility		: hidden;
	border			: 1px solid #ff3333;
}
#product{
	position		: absolute;
	top				: 162px;
	left			: 96px;
	z-index			: 10;
	visibility		: hidden;
	border			: 1px solid #ff3333;
}
.blackHead{
	border				: 1px solid #000000;
	background			: #999999;
	color				: #ffffff;
	font-family			: Arial, 'Sans-Serif';
	font-weight			: Bold;
	text-decoration		: none;
	font-size			: 11px;
	padding				: 2px 2px 2px 2px;
}
.redHead{
	border				: 1px solid #990000;
	background			: #ff3333;
	color				: #ffffff;
	font-family			: Arial, 'Sans-Serif';
	font-weight			: Bold;
	text-decoration		: none;
	font-size			: 11px;
	padding				: 2px 2px 2px 2px;
}
.navLink{
	color				: #000000;
	font-family			: Arial, 'Sans-Serif';
	font-weight			: normal;
	text-decoration		: none;
	font-size			: 11px;
}
.topLink{
	color				: #ffffff;
	font-family			: Arial, 'Sans-Serif';
	font-weight			: normal;
	text-decoration		: none;
	font-size			: 11px;
}
.standardLink{
	color				: #ff3333;
	font-family			: Arial, 'Sans-Serif';
	font-weight			: bold;
	text-decoration		: none;
	font-size			: 11px;
}
.standardLink:hover{
	color				: #ff3333;
	font-family			: Arial, 'Sans-Serif';
	font-weight			: bold;
	text-decoration		: underline;
	font-size			: 11px;
}
.pageLink{
	color				: #ff3333;
	font-family			: Arial, 'Sans-Serif';
	font-weight			: normal;
	text-decoration		: none;
	font-size			: 11px;
}
.pageLink:hover{
	color				: #ff3333;
	font-family			: Arial, 'Sans-Serif';
	font-weight			: normal;
	text-decoration		: underline;
	font-size			: 11px;
}
.navButton{
	border				: 1px solid #FF3333;
	background			: #ff3333;
}
.show{
	border				: 1px solid #FF3333;
	padding				: 2px 2px 2px 2px;
	color				: #000000;
	font-family			: Arial, 'Sans-Serif';
	text-decoration		: none;
	font-size			: 11px;
}
.show2{
	border				: 1px solid #ff0000;
	background			: #000000;
	padding				: 2px 2px 2px 2px;
	color				: #ffffff;
	font-family			: Arial, 'Sans-Serif';
	text-decoration		: none;
	font-size			: 11px;
}
.blackBox{
	border				: 1px solid #000000;
	background			: #000000;
	padding				: 2px 2px 2px 2px;
}
.bodyCopy{
	color				: #000000;
	font-family			: Arial, 'Sans-Serif';
	text-decoration		: none;
	font-size			: 11px;
	padding				: 2px 2px 2px 2px;
}
.redCopy{
	color				: #000000;
	font-family			: Arial, 'Sans-Serif';
	text-decoration		: none;
	font-size			: 11px;
	padding				: 2px 2px 2px 2px;
	background-image	: url("images/mission_bg.jpg");
	background-repeat	: repeat-y;
	padding-left		: 35px;
	padding-right		: 35px;
}
.regCopy{
	color				: #ff0000;
	font-family			: Arial, 'Sans-Serif';
	text-decoration		: none;
	font-size			: 11px;
	padding				: 2px 2px 2px 2px;
}
.bodyCopyWhite{
	color				: #ffffff;
	font-family			: Arial, 'Sans-Serif';
	text-decoration		: none;
	font-size			: 11px;
}
/*html elements*/
input, select, textarea{
	color				: #000000;
	font-family			: Arial, 'Sans-Serif';
	font-weight			: normal;
	text-decoration		: none;
	font-size			: 11px;
}