* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
img {
	border: none;
	vertical-align: top;
}
body	{
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.4;
	color: #000000;
	background-color: #ffffff;
}
#header	{
	position: relative;
	width: 100%;
	background: #ffffff;
}
#logo	{
	position: absolute;
	width: 1003px;
	height: 61px;
	left: 0px;
	top: 0px;
	margin: 0px;
	background-color: #192d52;
}
#navigation	{
	position: absolute;
	z-index: 100;
	top: 61px;
	left: 0px;
	width: 1003px;
	height: 24px;
	background-color: #192d52;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	float: left;
	width: 107px;
	margin: 0px;
	height: 24px
}
#navigation	li a {
	display: block;
	width: 100%;
	padding: 1px 0;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #192d52;
}
#navigation li a:hover {
	color: #ffffff;
	background-color: #ff8800;
}
#navigation ul ul {
	background: #192d52;
}
#navigation ul ul li{
	float: none;
}
#navigation ul ul li a{
	border-top: 0px solid #ffffff;
	background: none;
	font-size: 70%;
	font-weight: normal;
	padding: 5px 0;
}
#navigation ul ul li a:hover {
	color: #ffffff;
	background-image: none;
	background-color: #ff88000;
}
#navigation ul li.parent ul {
	display: none;
}
#navigation ul li.parentOn ul {
	display: block;
}
#navigation ul li.parentOn2 ul {
	display: block;
}
#menu {
	position: absolute;
	left: 0px;
	top: 100px;
	font-size: 70%;
	width: 1003px;
	margin: 5px;
}
#copyright  {
	position: absolute;
	left: 0px;
	top: 890px;
	color: white;
	font-family: Arial, Verdana, sans-serif;
	background-color: #3c2100;
	text-align: center;
	margin: 0;
	width: 1003px;
	height: 23px;
	border: 0;
}