body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	color: #000;
	background: #fff url(img/back.gif) left repeat-y;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
	height: 82px;
	//height: 134px;
	width: 914px;
	//width: 1264px;
	padding: 52px 0 0 350px;
	background: url(img/top.gif) no-repeat;
	font-weight: bold;
	color: #fff;
	font-size: 10pt;
	font-family: verdana;
}

#top a {
	color: #fff;	
}

#top a:hover {
	background: #f90;
	color: #00324A;	
}

#top2 {
	position: absolute;	
	top: 119px;
	left: 0;
	width: 1260px;
	height: 120px;
	background: url(img/top2.gif) no-repeat;
}

#topmenu {
	position: absolute;
	left: 0px;
	top: 85px;
	height: 29px;
	width: 690px;
	//width: 1274px;
	border-bottom: 4px solid #fff;
	background: #00324A url(img/white.gif) right no-repeat;
	padding-left: 584px;
}

#leftmenu {
	position: absolute;
	left: 0;
	top: 174px;
	width: 160px;
	padding: 5px;
	font-family: verdana;	
}

#content {
	position: absolute;
	top: 190px;
	left: 165px;
	width: 980px;
	padding: 32px 16px 16px 16px;	
}

#content p {
	width: 400px;
}

#footer {
	clear: both;
	padding: 10x;
	margin-top: 32px;
	font-size: 8pt;
	font-family: verdana;
	text-align: center;
	width: 1000px;
}

a img {
	border: none;
	padding: 0;
	margin: 0;
}

#leftmenu ul {
	list-style: none;
	font-size: 10pt;
	font-weight: bold;
}

#leftmenu ul li {
	text-align: right;
	padding: 6px 8px 6px 0;	
}

#leftmenu ul li a {
	color: #369;
}

#leftmenu ul li a:hover {
	color: #000;
	background: #f90;
}


h1 {
	font-size: 16pt;
}

h2 {
	font-size: 10pt;
}

p.orderlink {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	background: #eef;
	padding: 4px;
}

p.orderlink a, p.orderlink a:visited {
	font-weight: bold;
	color: #006;	
}

ul li {
	padding-top: 4px;
}

ul.alphalist {
	margin-top: 0;
	margin-bottom: 0;
}