/* CSS Document */

* {
	padding:0;
	margin:0;
}

HTML, BODY {
	height:100%;
}

BODY {
	background-color:#0c3f97;
	height:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
}

#block0 {
	width:1016px;
	height:564px;
	overflow:hidden;
}

#block1 {
	float:left;
	width:508px;
	overflow:hidden;
}

#block2 {
	float:left;
	width:508px;
	overflow:hidden;
	
	position:relative;
	top:-174px;
	left:0px;
}

#nav_top {
	border:1px #FFFFFF solid;
	border-top:none;
	border-right:none;
	width:254px;
	height:174px;
	
	position:relative;
	top:174px;
	float:right;
	margin-right:1px;
}

#nav_top .item {
	border-top:1px #FFFFFF solid;
	position:relative;
	left:0px;
	top:53px;
	height:29px;
	overflow:hidden;
}

#nav_top .highlight {
	float:left;
	overflow:hidden;
	width:10px;
	height:29px;
	background-color:transparent;
}

#nav_top .lightblue {
	float:left;
	overflow:hidden;
	width:9px;
	height:29px;
	background-color:#008fd7;
}

#nav_top .blue {
	float:left;
	overflow:hidden;
	width:9px;
	height:29px;
	background-color:#0c3f97;
}

#nav_top .orange {
	float:left;
	overflow:hidden;
	width:9px;
	height:29px;
	background-color:#ed6f00;
}


#nav_top .text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-indent:14px;
	text-align:left;
	vertical-align:middle;
	margin-top:6px;
	font-weight:bold;
}

#nav_top .text A, A:ACTIVE, A:VISITED {
	text-decoration:none;
	color:#FFFFFF;
}
