html,body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color:#000000;
	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;
	padding: 0;
}

#pageRight {
	position: absolute;
	top:85px;
	left:260px;
	text-align: left;
	width: 740px;
	height: 415px;
	padding: 0;
	background-image: url('images/splash02-right2.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;*/
}

div#eoipssp {
	position: absolute;
	right:42px;
	bottom:56px;
	width:544px;
	height:40px;
	vertical-align:middle;
	text-align:left;
}

a.eoipssp {
	text-decoration:none;
	color: #FFFFFF;
}

a.eoipssp:hover {
	text-decoration:none;
	color: #E0E0E0;
}

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:#ffffff;
}

.newsCopy {
	font-size: 10px;
	color:#002961;
	line-height:12px;
}

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

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

h3 {
	font-size: 10px;
	color:#ffffff;
	margin-left:38px;
	line-height:12px;
}

.newsP {
	font-size: 10px;
	color:#ffffff;
	line-height:12px;
}

#newsThumb {
	/*float:left;*/
	position: absolute;
	top:28px; left:00px;
	margin-right:5px;
	margin-top:5px;
}

a {
	color:#002961;
}

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

a.footLink {
	color:#aaaaaa; 
}

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

a.newsLink {
	color:#ffffff;
}

a.newsLink:hover {
	color:#FF7700;
}

#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;*/
}



div#homeVid { 
	position:absolute;
	left:163px;
	top:31px;
	width:152px;
	height:125px; 
	/*border: solid 1px #ffffff;*/
}

div#homeNews { 
	position:absolute;
	left:163px;
	top:177px;
	width:150px;
	height:165px;
	padding:0;
	/*background:#0053B1;*/
	/*border: solid 1px #000000;*/
}

div#mainContent	{ 
	position:absolute; 
	left:345px; top:40px; 
	width:329px; height:293px; 
	overflow:hidden; z-index:1;
}

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

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



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

/* 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:#000000;
	z-index:1;
	border: solid 1px #004BB0;
}  

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

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