@charset "utf-8";

body { 
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: 100% 100%;
	background-color:#edf3f4; 
	color:#000000;
	height: 100%;
	width: 100%;
	margin: 0;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #00175e;
	text-decoration: underline;
}

#wait {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 0, 0, 0, 0.8 );
}
#wait_div {
	position: fixed;
	top: 40%;
	width: 100%;
	color: #dce2e2;
}

#menu_table {
	border: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	border-spacing: 0px;
	width: 650px;
}

#menu_div {
	width: 100%;
	height: 178px;
	top: 0px;
	background-color:#0d0d0d; 
}

#body_div {
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	left: 250px;
	width: 75%;
	height: 100%; 
	top: 178px;
	background-color:#FFFFFF; 
    margin: 0 auto;
}

#banner { 
	top: 3px;
}

#menu_list {	
	margin: 0px;
	padding: 0px;
	z-index: 30;
	text-align:center;
}

#menu_list li {
	cursor: pointer;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	width: 175px;
	height: 20px;
	font: bold 13px arial;
	color: #b5b8ff;
	text-align: center;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 0px;
}

#menu_list li:hover {
	text-decoration:underline;
	color: #a4a8f7;
	border-width: 0px 0px 0px 0px;
}
