/* CSS Document */

body{
font-family: Arial,sans-serif;
color: #FF9108;
text-decoration:none;
background-color:#00347B;
line-height: 1.166;	
margin: 0px;
padding: 0px;

}
a, a:link, a:visited{
	color: #FF9108;
	text-decoration:none;
}
a:hover{
	color: #979696;
	text-decoration:none;
}

#pagecell1{
	position:absolute;
	top: 80px;
	left: 10%;
	right: 10%;
	width:80%;
	
	background-color: #d3d3d3;
	height:450px;
	
}

#pageNavi{
font-weight:bold;
font-size:larger;
text-align:center;
}


#middle_content{
	line-height: 1.166;	
	padding: 0px;
	color: #00377C;
	
	position:absolute;
	left:30px;
	top:30px;
	overflow:auto;
}

#middle_start{
	
	margin-left:0px;
	margin-right:0px;
	
}


#navi_top{
color: #FF9108;
position: absolute;
	top: -50px;
	word-spacing:40px;
	text-align:center;
	font-weight:bold;
	font-size:larger;
	text-align:center;
	width:100%;
	
}

#navi_bottom{
color: #FF9108;
position: absolute;
	bottom: -50px;
	word-spacing:30px;
	text-align:center;
	font-weight:bold;
	font-size:larger;
	text-align:center;
	width:85%;
}



/************** utility styles *****************/

#logo_top{
	position: absolute;
	top: -75px;
	right: 0px;
}

#logo_top a:hover{
	text-decoration: none;
}
#logo_bottom{
	
	position: absolute;
	bottom: -60px;
	right: 0px;
}

#logo_bottom a:hover{
	text-decoration: none;
}
