@charset "utf-8";
/* CSS Document */

/* general layout */

* {
	margin:0px;
	padding:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background: #FFFFFF url(../grfx/imgBgHdrTile.jpg) top center repeat-x;
}

/* container layouts */

#divPrime {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#divHdr {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -490px;
	width: 980px;
	height: 130px;
	background: url(../grfx/imgBgHdr.jpg) top center no-repeat;
}
#divHdrCont {
	position: absolute;
	top: 70px;
	left: 20px;
	width: 520px;
	height: auto;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
#divMnu {
	position: absolute;
	left: 50%;
	top: 130px;
	margin-left: -490px;
	width: 980px;
	height: 55px;
	background: #FFFFFF url(../grfx/imgBgMnu.jpg) top center no-repeat;
	text-align: center;
	padding-top: 16px;
	font-size: 16px;
}
#divMnu a {
	margin: 0px 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#divMnu a:hover {
	color: #006699;
}
#divMnu a.on {
	margin: 0px 20px;
	color: #006699;
	text-decoration: none;
}
#divMnu a.on:hover {
	color: #003366;
}
#divCont {
	position: absolute;
	left: 50%;
	top: 185px;
	margin-left: -490px;
	width: 980px;
	height: auto;
	background: #FFFFFF url(../grfx/imgBgCont.jpg) top center no-repeat;
}
#divCont a {
	color: #006699;
	text-decoration: none;
}
#divCont a:hover {
	color: #999999;
}
#divContSpcr {
	height: 300px;
	width: 1px;
	float: left;
}
#divFtr {
	width: 978px;
	height: 80px;
	background: url(../grfx/imgBgFtr.jpg) top center no-repeat;
	clear: both;
}
#divFtr a {
	color: #EEEEEE;
	text-decoration: none;
}
#divFtr a:hover {
	color: #006699;
}
#divFtr a.on {
	color: #006699;
	text-decoration: none;
}
#divFtr a.on:hover {
	color: #003366;
	text-decoration: none;
}
#divFtrLft {
	width: 400px;
	height: auto;
	float: left;
	margin-left: 50px;
	margin-top: 18px;
	font-size: 13px;
	color: #DDDDDD;
}
#divFtrRgt {
	width: 400px;
	height: auto;
	float: right;
	margin-right: 55px;
	margin-top: 18px;
	font-size: 13px;
	text-align: right;
	color: #DDDDDD;
}
#divFtrCtr {
	clear: both;
	width: 978px;
	height: 40px;
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
	color: #999999;
}
#divFtrCtr a {
	color: #999999;
	text-decoration: none;
}
#divFtrCtr a:hover {
	color: #006699;
}
h1 {
	font-size: 18px;
	text-align: center;
	color: #111111;
	padding: 5px 30px;
	margin: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	margin: 5px;
	border-bottom: 1px solid #000066;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 5px 30px;
	margin: 0px;
}
td.lbl {
	font-weight: bold;
	text-align: right;
	padding: 4px;
	vertical-align:top;
}
td.inv_pod {
	vertical-align:top;
	text-align:center;
}
