body {
	background-position:center;
	background:url(comp002bg.jpg) #FFF top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}
#header {
	position:absolute;
	top:0px;
	left:50%;
	width:600px;
	height:123px;
	margin-left:-300px;
	background:transparent url(HEADER.png) no-repeat;
	_background-image:url(HEADER.gif) no-repeat;
}
#nav1 {
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-458px;
	height:64px;
	width:203px;
	background:url(AM_U.png) no-repeat;
	_background-image:url(AM_U.gif) no-repeat;
	z-index:4;
}
#nav1:hover {
	background:url(AM_D.png) no-repeat;
	_background-image:url(AM_D.gif) no-repeat;
}
#nav2 {
	position:absolute;
	top:215px;
	left:50%;
	margin-left:-458px;
	height:64px;
	width:203px;
	background:url(WIAR_U.png) no-repeat;
	_background-image:url(WIAR_U.gif) no-repeat;
	z-index:5;
}
#nav2:hover {
	background:url(WIAR_D.png) no-repeat;
	_background-image:url(WIAR_D.gif) no-repeat;
}
#nav3 {
	position:absolute;
	top:280px;
	left:50%;
	margin-left:-458px;
	height:64px;
	width:203px;
	background:url(S_U.png) no-repeat;
	_background-image:url(S_U.gif) no-repeat;
	z-index:6;
}
#nav3:hover {
	background:url(S_D.png) no-repeat;
	_background-image:url(S_D.gif) no-repeat;
}
#nav4 {
	position:absolute;
	top:345px;
	left:50%;
	margin-left:-458px;
	height:64px;
	width:203px;
	background:url(SUAR_U.png) no-repeat;
	_background-image:url(SUAR_U.gif) no-repeat;
	z-index:7;
}
#nav4:hover {
	background:url(SUAR_D.png) no-repeat;
	_background-image:url(SUAR_D.gif) no-repeat;
}
#nav5 {
	position:absolute;
	top:410px;
	left:50%;
	margin-left:-458px;
	height:64px;
	width:203px;
	background:url(Q_U.png) no-repeat;
	_background-image:url(Q_U.gif) no-repeat;
	z-index:8;
}
#nav5:hover {
	background:url(Q_D.png) no-repeat;
	_background-image:url(Q_D.gif) no-repeat;
}
#nav6 {
	position:absolute;
	top:475px;
	left:50%;
	margin-left:-458px;
	height:64px;
	width:203px;
	background:url(L_U.png) no-repeat;
	_background-image:url(L_U.gif) no-repeat; 
	z-index:9;
}
#nav6:hover {
	background:url(L_D.png) no-repeat;
	_background-image:url(L_D.gif) no-repeat;
}
#holder {
	position:absolute;
	top:120px;
	left:50%;
	width:600px;
	height:100%;
	margin-left:-300px;
	z-index:3;
}
.dialog {
	position:relative;
	margin:0px auto;
	min-width:40px;
	max-width:600px;
	color:#000;
	margin-left:0px; /* default, width of left corner */
	margin-bottom:20px; /* spacing under dialog */
}
.dialog .content, .dialog .t, .dialog .b, .dialog .b div {
	background:transparent url(CONTENT.png) no-repeat top right;
	_background-image:url(CONTENT.gif);
}
.dialog .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:15px 20px 0px 20px;
}
.dialog .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:-30px; /* top slice width */
	margin-left:30px;
	height:100%;
	_height:2000px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.dialog .b {
	/* bottom */
	position:relative;
	width:100%;
}
.dialog .b,	.dialog .b div {
	height:30px; /* height of bottom cap/shade */
	font-size:1px;
}
.dialog .b {
	background-position:bottom right;
}
.dialog .b div {
	position:relative;
	width:20px; /* bottom corner width */
	margin-left:-20px;
	background-position:bottom left;
}
.dialog .hd, .dialog .bd, .dialog .ft {
	position:relative;
}
.dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position:static;
	max-height:2000px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.dialog h1, .dialog p {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding:0.5em 0px 0.5em 0px;
}
.dialog h1 {
	padding-bottom:0px;
}
h3 {
	line-height:24px;
	font-size:24px;
	margin:0px 0px 10px 0px;
	color:#194675;
	font-weight:bold;
}
body a:link, a:visited {
	color:#194675;
	text-decoration:none;
}
body a:hover, a:active {
	color:#194675;
	text-decoration:underline;
}