@charset "utf-8";
.body {
	background-image: url(img/orobg2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 100%; height: 100%; top: 0; left: 0;
	background-attachment: fixed;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:-999
}
.mainheader {
	background-color:rgba(0,0,0,0.6);
	height: 87px;
	width: 90%;
	margin-top: 1%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 620px;
}
.headersx {
	height: auto;
	width: 300;
	float: left;
	padding-left: 10px;
}
.headerdx {
	height: auto;
	width: 300;
	float: right;
	padding-right: 10px;
}
.maincontent {
	height: auto;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	min-width: 620px;
}
.maincontent img {
	height: auto;
	width: 100%;
	margin-top: 1%;
	border: 1px solid #FFF;
}
.content {
	margin-top: 1%;
}
.content article {
	background-color: rgba(0,0,0,0.6);
	padding: 15px;
}
h1 {
	margin: 0px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
}
h2 {
	margin: 0px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin-top: 15px;
	font-style: italic;
}
h2 span {
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 8px;
}
p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: justify;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	margin-top: 25px;
	margin-left: 25px;
}
li {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.footer span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
.footer span a {
	color: #FFF;
	text-decoration: none;
}
.footer span a:hover {
	color: #F90;
	text-decoration: none;
}
.footer {
	background-color: rgba(0,0,0,0.6);
	height: auto;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	min-width: 620px;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	text-align: center;
}

.footer.notice { background: #f8a602; border-radius:5px; margin-bottom: 50px;  }
.footer.notice span { color: #fff; }
