

/*
Main Style Sheet
Author: Sue Ennaceur
Last Updated: 15:42 06/05/2018
*/
* { box-sizing:border-box; }


.Header {
	background-color: #FFF;
	font-size:30px;
	margin-bottom:4px;
	padding:5px 5px 0px 5px;
	text-align:left;
	vertical-align: middle; }

	.Header img {
		display: inline;
		vertical-align: middle;
		width:15%; }

	.Header #logo_text {
		font-family:georgia;
		vertical-align: middle; }

/* selected link */
a:active, a:link, a:visited {
	color: #000;
	font-family:"Franklin ITC", sans-serif;
	padding:10px; 
	text-decoration:none;}
/* selected link */ a:hover{ 
	color: #ba3925;
	font-family:"Franklin ITC", sans-serif;
	padding:10px;
	text-decoration:underline; }


/* mouse over link */
#navbar a:hover {
	color: #ba3925;
	font-family:"Franklin ITC", sans-serif;
	padding:10px;
	text-decoration:underline; }




.des_text {
	border-radius:15px;
	background-color:#fafafa;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-family: georgia, serif;
	font-size:100%;
	overflow:hidden;
	padding:0px 15px 15px 15px;
	text-align:justify;
	text-justify:inter-word; }


em { font-size:100%; }


#email a:link, #email a:visited, #email a:hover, #email a:active {
	color:#25a6ba;
	margin:0px;
	padding:0px;
	text-decoration:underline; }

#footer {
	background-color:#FFF;
	clear:both;
	text-align:right; }
h1 {
	color:#0000ff;
	font-family:arial; }

h2 {
	color:#0000ff;
	font-family:arial; }


h3,h4 {
	color:#000;
	font-family:arial; }


.mini_navbar {
	color: #000;
	margin: -25px 0px 0px 60%;
	padding:5px; }

	.mini_navbar a:link, .mini_navbar a:visited { color:#555; }
	.mini_navbar a:hover{
	text-decoration: underline;
	}


#navbar {
	color: #000;
	margin: -35px 0px 0px 0px;
	padding: 0px 10px 25px 10px;
	text-align:right;
	text-transform:uppercase; }


p { overflow:hidden; }


.rgh_infoa {
	float:left;
	font-family: georgia, serif;
	font-size:100%;
	overflow:hidden;
	padding:0px 5px 5px 5px;
	text-align:justify;
	text-justify:inter-word; }

	.rgh_infoa>img {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		clear:left;
		float:right;
		margin: 5px 0px 5px 10px;
		padding:5px;
		vertical-align:middle; }


.rgh_infob {
	border-radius: 15px; 	
	background-color:#fafafa;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	float:right;
	font-family: georgia, serif;
	font-size:100%;
	overflow:hidden;
	padding:0px 15px 15px 15px;
	text-align:justify;
	text-justify:inter-word; }

	.rgh_infob>img {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		clear:left;
		float:left;
		margin: 5px 5px 5px 0px;
		padding:5px;
		vertical-align:middle; }

		th{
	border: 1px solid;
	padding: 5px !important;
	text-align: Center;
	background-color: rgb(73,73,73) !important;
	color: white;
		}

#rtn_top {
	color: #000;
	margin: 0px 0px 0px 40%; }

	#rtn_top a:link, #rtn_top a:visited,#rtn_top a:hover,#rtn_top a:active {
		font-size:120%;
		font-weight:bold; }


sub {
	font-size: 0.83em;
	line-height:0;
	vertical-align: middle; }


table {
	font-family:arial, serif;
	font-size:100%; }


td { text-align:center; }


#wrapper {
	background-color:#FFF;
	margin:auto;
	width: 70% ; }


