html,body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color:#d9e6e7;
	height: 100%;
}

#page {
	position:absolute;
	left: 50%;
	top :50%;
	width: 1000px;
	height: 500px;
	margin-left: -500px;  /* half of width */
	margin-top: -250px;   /* half of height */
}

#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 550px;
	padding: 0;
}

td {
	vertical-align: middle;
	text-align: center;
}

#printHead {
	visibility: hidden;
	height:0;
}

#flashMenu {
	position: absolute;
	top:0px;
	right:0px;
	text-align: left;
	width: 740px;
	height: 85px;
	padding: 0;
}

#flashLeft {
	position: absolute;
	top:0px;
	left:0px;
	text-align: left;
	width: 260px;
	height: 500px;
	background-image: url('images/splash01-leftDemo.jpg')
}

#pageRight {
	position: absolute;
	top:85px;
	left:260px;
	text-align: left;
	width: 740px;
	height: 415px;
	padding: 0;
	background-image: url('images/splash01-rightDemo.jpg');
	/*border: solid 1px #000000;*/
}

#footer {
	position: absolute;
	top: 500px;
	left: 0px;
	margin: 10px 0 0 0;
	padding: 0;
	width: 1000px;
	height: 27px;
	/*border: solid 1px #000000;*/
}

a.dlwc {
	text-decoration:underline;
	color: #003080;
}

a.dlwc:hover {
	text-decoration:underline;
	color: #4070F0;
}

h1,h2,h3,p,li {
	font-family:arial;
	line-height:19px;
}

p,li {
	font-size: 11px;
	color:#002961;
}

h1 {
	color:#0053B1;
	font-size: 13px;
	text-transform:uppercase;
	margin:0px;
}

h2 {
	font-size: 11px;
	color:#002961;
	margin-bottom:-11px;
}

a {
	text-decoration:none;
	color:#002961;
}

a:hover {
	text-decoration:none; color: #ffffff;
}

a.footLink {
	color:#aaaaaa; 
}

a.footLink:hover {
	text-decoration:none; color: #002961;
}

#footImg {
	float: left;
	padding: 0;
	margin: 0;
	/*border: solid 1px #000000;*/
}

#foot {
	float: right;
	font-family: arial;
	font-size: 10px;
	line-height: 10px;
	height: 15px;
	margin: 10px 0 0 0;
	color: #aaaaaa;
	/*border: solid 1px #000000;*/
}

#ribbon {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 100px;
}

.thumbLeft {
	padding:0px 15px 0px 0px; float: left;
}

.thumbRight {
	padding:0px 0px 0px 15px; float:right;
}


/* Styles for scrolling layers */
/* Specify width and height in hold and wn, and in clip for wn */





div#wn	{ 
	position:absolute; 
	left:172px;
	top:40px; 
	width:489px; height:293px; 
	clip:rect(0px, 489px, 293px, 0px); 
	overflow:hidden;	
	z-index:1;
	/*border: solid 1px #ffffff;*/
}

div.demo	{ 
	position:absolute; 
	left:44px;
	top:105px; 
	width:357px; height:335px; 
	overflow:hidden;	
	z-index:1;
	/*border: solid 1px #ffffff;*/
}

div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1;
	/*border: solid 1px #000000;*/
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
	position:absolute; right:46px; top:22px;
	width:11px; height:331px; 
	font-size:1px; z-index:1;
	/*border: solid 1px #ffffff;*/
}

div#track { 
	position:absolute; left:-1px; top:12px;
	width:11px; height:309px;
	/*background: url("images/track.gif") #336 repeat;*/
	z-index:1;
	}

div#dragBar {
	position:absolute; left:0px; top:1px;
	width:9px; height:20px;
	background-color:#0053B1;
	z-index:1;
	border: solid 1px #ffffff;
}  

div#up { position:absolute; left:0; top:0; z-index:2 }  

div#down { position:absolute; left:0; bottom:0; z-index:3 }  