* {
	padding: 0px;
	margin: 0px;
}

p {
	margin-bottom: 14px;
	text-align: justify;
}

body {
	background: #F9F9F7 url('images/bg.png') top repeat-x;
	font-size: medium;
	font-family: arial,"trebuchet ms", helvetica, sans-serif;
	color: black;
	line-height: 1.2;
}

#outer {
	position: relative;
	width: 832px;
	margin: 0px auto;
	background: #fff url('images/abg.png') repeat-y;
}

#upbg {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff url('images/upbg.png') no-repeat;
	width: 832px;
	height: 264px;
	z-index: 1;
}

#inner {
	position: relative;
	margin: 0 15px 13px 15px;
	padding: 0 10px;
	z-index: 2;
	border:1px solid black;
}

#header {
	position: absolute;
	background-color: #0852ce;
	width: 764px;
	height: 80px;
	color: #fff;
	padding-left: 16px;
}

#header p {
	color: white;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12pt;
	padding-top: 18px;
	padding-left: 16px;
	text-align: left;
}

#splash {
	position: absolute;
	right: 15px;
	background-color: #0852ce;
	width: 300px;
	height: 76px;
	padding-right: 8px;
	padding-top: 4px;
	text-align: right;
}


#menu {
	position: relative;
	background: #001177 url('images/menu_bar.png') repeat-x;
	height: 40px;
	margin-top: 78px;
}

#menu ul {
	height: 40px;
	padding: 6px 8px;
	margin-top: 4px;
}

#menu ul li {
	display: inline;
	height: 40px;
	margin-top: 8px;
	margin-right: 4px;
}

#menu ul li a {
	background-repeat: repeat-x;
	padding: 4px 12px;
	font-size: medium;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color: white;
	color: black;
	border-bottom: 3px solid #ddd;
}

#menu ul li a.active {
	background: #fff url('images/menu_hilite.png') repeat-x top;
	border-bottom: 3px solid #ddd;
	color: black;
}

#date {
	position: absolute;
	top: 0px;
	line-height: 32px;
	color: #ddd;
	right: 20px;
	font-weight: bold;
	font-size: 12px;
}

#primarycontent {
	position: relative;
	width: 468px;
	float: left;
	padding: 0px 8px;
	background-color: white;
}

#primarycontent h1 {
	margin-bottom: 8px;
	margin-top: 8px;
	color: #e51702;
}

#primarycontent h2, h3 {
	margin-bottom: 8px;
	margin-top: 1em;
	color: #e51702;
}

#primarycontent ul {
	margin-bottom: 14px;
}
#primarycontent li {
	margin-left: 2em;
	margin-bottom: 0.3em;
}

#primarycontent dd {
	margin-left: 1em;
	margin-bottom: 1em;
}

#primarycontent .float_right {
	float: right;
	margin-left: 2em;
}

#primarycontent .float_left {
	float: left;
	margin-right: 2em;
}

#secondarycontent, #secondarycontent p {
	position: relative;
	width: 290px;
	float: right;
	padding: 0px 0px;
	text-align: center;
}

ul.linklist {
	list-style: none;
}

ul.linklist li {
	padding-top: 5px;
	margin: 5px 0px 0px 0px;
}

ul.linklist li.first {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#lead_box {
	background: white url('images/lead_box_1.png') top left no-repeat;
	width: 288px;
	overflow: hidden;
	padding: 0;
	font-size: 10pt;
	font-family: tahoma;
}

.lead_box_content {
	overflow: visible;
	padding: 0 0 6px 0;
	margin: 0 32px 0 16px;
	text-align: left;
}

.lead_box_content_top {
	height: 72px;
	margin: 0;
}

.lead_box_content input {
	font-family: Courier, "Courier New", sans-serif;
	font-size: 9pt;
	padding: 2px;
	margin: 0;
}

.lead_box_content_bottom {
	height: 156px;
	background: white url('images/lead_box_2.png') bottom left no-repeat;
	overflow: visible;
	padding: 0;
}
.lead_box_content_product {
	height: 150px;
	overflow: visible;
	padding: 8px 32px 0 10px;
	text-align: right;
}

.lead_box_spm {
	text-align: left;
	padding: 0 28px 16px 12px;
	font-size: x-small;
	background-color: white;
}

#footer {
	position: relative;
	clear: both;
	height: 10px;
	text-align: center;
	background: #46461F url('images/menu_bar.png') repeat-x;
	color: white;
	font-size: x-small;
	padding: 4px;
	margin: 0 -10px;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: #bbbbbb;
}
#footer ul {
	display: inline;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-left: 1em;
	color: #666666;
}
#footer li {
	display: inline;
}
