html {
	margin: 0;
	padding: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
	}
body { 
	color: #000000; 
	background: url(bck.png) no-repeat #012345;
	padding:0px;
	margin-left:50px;
	margin-top:2px;
	}
#Wrap{
	width:800px;
	margin:0 auto;
	}
#HeadWrap{
	width:800px;
	margin:0 auto;
	margin-bottom:1px;
	}
#TopBox {
	background:#FFFFFF;
	width:800px;
	height:150px;
	margin-bottom:1px;
	}
#MenuBox {
	background: url(bar_bck.png);
	width:800px;
	height:35px;
	font-size:16px;
	}
#SideBar {
	background:#FFFFFF;
	height:550px;
	width:150px;
	margin-right:2px;
	border: 2px solid #012345;
	float:left;
	}
#MainBox {
	background:#FFFFFF;
	width:640px;
	border: 2px solid #012345;
	float:left;
	color:#003366;
	font-size:16px;
	}	
#footer {
	background:#FFFFFF;
	width:640px;
	border-top:solid 4px;
	border-top-color:#012345;
}
#miien{
	margin-top:25px;
	left:846px;
	background-color:#feb5e0;
	position:absolute;
	width:auto;
	height:auto;
	z-index:8;
	}
h1 {
	color:#18235c;
	font-size:28px;
	font-style:italic;
	margin:0;
	}
h2 {
	color:#18235c;
	font-size:24px;
	font-style:italic;
	margin:0;
	}	
h3 {
	color:#18235c;
	font-size:20px;
	font-style:oblique;
	margin:0;
	text-align:center;
	}		
p { 
	font-size:14px;
	font-weight:500;
	color: #18235c;
	padding:0px;
	margin-left:65px;
	margin-right:65px;
	}
#p2 { 
	font-size:14px;
	font-weight:500;
	color: #18235c;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
	}
a:link {
	font-size:18px;
	font-weight: bold; 
	text-decoration: none; 
	color: #18235c;
	}
a:visited { 
	font-size:18px;
	font-weight: bold; 
	text-decoration: none; 
	color: #18235c;
	}
a:hover, a:active {
	font-size:18px;
	color: #990000;
	}
div.sc_menu_wrapper {
	position: relative; 	
	height:500px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 160px;	
	margin-top: 10px;
	overflow: auto;
}
div.sc_menu {
	padding: 15px 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 5px;
	margin-left:5px;
	width: 130px;

	color: #fff;
	background: #FFFFFF;	
}
.sc_menu a:hover {
	padding:1px;
}
.sc_menu img {
	display: block;
	border: none;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 10px;
	
	margin: 0 auto;
	padding: 10px;

	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	text-align: center;
	color: #fff;
	border: 2px solid rgb(1, 35, 69);
	background: rgba(0, 51, 102, 0.75);
}
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	
	padding: 4px;
	font-size: 14px;	
	color: #fff;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 2px solid rgb(1, 35, 69);
	background: rgb(0, 51, 102);
	/* Make background a bit transparent for browsers that support rgba */	
	background: rgba(0, 51, 102, 0.75);
}
