html, body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background-color: #001b3e;
}
body {
	background-color: #001b3e;
}
#w {
	width: 80%;
	left: 80px;
	position: relative;
	background-color: #001b3e;
}
#slider {
	position: fixed;
	top: 0px;
	left: 0px;
}
#menu {
	width: 100%;
	height: 32px;
	top: 0px;
	background-color: #001b3e;
	position: relative;
	z-index: 0;
	text-align: center;
}
#submenu {
	width: 100%;
	height: 32px;
	background-color: #001b3e;
	position: relative;
	text-align: center;
}
#content {
	width: 90%;
	background-color: #d1d4dd;
	top: 10px;
	text-align: justify;
	position: relative;
	background-image: url("/images/riwatermark.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 60% 50%;
	overflow: auto;
}
#w2 {
	padding: 15px;
}
img {
	border: 0;
}
h1 {
	color: #001b3e;
	padding: 10px;
	text-align: center;
	font: 25px "Times new roman", sans-serif;
	font-style: italic;
	font-weight: normal;
}
h2 {
	color: #001b3e;
	padding: 5px;
	text-align: justify;
	font: 20px "Times new roman", sans-serif;
	font-style: italic;
	font-weight: normal;
}
h3 {
	color: #001b3e;
	padding: 5px;
	text-align: center;
	font: 20px "Times new roman", sans-serif;
	font-style: italic;
	font-weight: normal;
}
h4 {
	color: #001b3e;
	padding: 5px;
	font: "Times new roman", sans-serif;
	font-weight: normal;
}
h5 {
	color: #001b3e;
	padding: 10px;
	text-align: center;
	font: 20px "Times new roman", sans-serif;
	font-style: italic;
	font-weight: normal;
}
h6 {
	color: #001b3e;
	padding: 10px;
	text-align: center;
	font: 10px "Times new roman", sans-serif;
	font-style: italic;
	font-weight: normal;
}
a {
	color: #001b3e;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #001b3e;
	font-weight: normal;
	text-decoration: underline;
}
body	{ 
	background-color: #001b3e;
}
#teampic {
	position: relative;
	float: right;
 	top: 0px;
 	right: 0px;
	padding: 0px;
	z-index: 0;
}
#ul {
	position: absolute;
	top: 0px;
	left: 0px;
}
#ur {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#ll {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#lr {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#center {
	text-align: center;
}
#blanket {
   background-color:#001b3e;
   opacity: 0.65;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#d1d4dc;
	width:400px;
	height:300px;
	z-index: 9002;
}

