body {
	/*background-color: #444444;*/
	background-color: #FFFFFF;
	font-family: Helvetica;
	margin: 0;
}

.bodymargin {
	margin-top: 2.5%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 0%;
}

br {
	height: 10px;
}


/*Menu Bar Styles*/

li {
	list-style-type: none;
	padding: 5px;
	position: relative;
	z-index: 10;
	font-size: 14px;
	overflow: hidden;
	background-color: #C1C1C1;
	opacity: 0.8;
	float: left;
}

li a {
	float: right;
	display: block;
	color: #222222;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	height: 17px;
}

li a:hover:not(.active) {
	font-weight: bold;
	background-color: #BAB6B6;
	/*0.0625em=1px*/
	letter-spacing: -0.04em;
}

.active {
	font-weight: bold;
	text-decoration-color: #FFFF00;
	background-color: #A3A3A3;
	/*0.0625em=1px*/
	letter-spacing: -0.04em;
}

/*Menu Bar (top bar)*/
.floatmenu {
	background-color: #C1C1C1;
	float: left;
	width: 100%;
}

.footmenu {
	/*background-color: #C1C1C1;*/
	background-color: #EDEDED;
	width: 100%;
}

.restofmenu {
	float: right;
}

/*For pages with a video*/
.vidouter-container {
    width: 100%;
    height: 50%;
    text-align: center;
}
.vidinner-container {
	width: 100%;
	max-height:100%;
    display: inline-block;
    position: relative;
}
.vidvideo-overlay {
	width: 100%;
	position: absolute;
	font-size: 20px;
	color: #FFF;
	align-items: right;
}

video {
    width: 100%;
	display:inline;
}

/*For all other pages*/
.outer-container {
    width: 100%;
    text-align: center;
}
.inner-container {
	width: 95%;
    display: inline-block;
    position: relative;
}
.video-overlay {
	padding-top: 10px;
	width: 100%;
	position: relative;
	font-size: 20px;
	color: #FFF;
	align-items: center;
}


/*TABLE (3xn) Styles*/
table {
	border: 1px solid #FFFFFF;
	/*color: #EEEEEE;*/
	color: #000000;
	border-collapse: collapse;
	width: 630px;
	height: 300px;
}

/*Table item styles*/
td {
	font-size: 18px;
	/*border: 1px solid #FFFFFF;*/
	border: 1px solid #000000;
	text-align: left;
	padding: 10px;
}

/*Table header styles*/
th {
	font-size: 18px;
	/*border: 1px solid #FFFFFF;*/
	border: 1px solid #000000;

	text-align: left;
	vertical-align: top;
	padding: 10px;
	background-color: #1FABDD;
}

/*Table item styles*/
th.tablebullet, p {
	font-size: 14px;
	/*color: #EEEEEE;*/
	color: #000000;
	text-align: left;
}

/*For links, inherit parent's characteristics*/
a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a:active {
	color: #757575;
	text-decoration: underline;
}


/*Column 1 (Left)*/ 
#c1 {
	float: left;
	width: 40%;
	padding-left:5%;
	padding-right:5%
	border-right: solid 1px #EEEEEE;

}
/*Column 2 (Right)*/ 
#c2 {
	float: right;
	width:40%;
	padding-left:5%;
	padding-right:5%;
	border-left: solid 1px #EEEEEE;
}

#c3 {
	position: relative;
	bottom: 0;
	width: 100%;
}

/*JS Toggle Text*/
ttext1 {
	color: #000000;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
	text-decoration: underline;

}

.diamondgraph {
	display:none;
	color: white;
    font-size:30px;
}

/*Titles*/
.titlestyle {
	color:#000000;
	font-size:30px;
	text-align:center;
}

.title2style {
	color:#000000;
	font-size:20px;
	text-align:center;
}

.footstyle {
	color:#333333;
	font-size:14px;
	text-align:center;
}


/*Justified*/
.text1style {
	/*color:#FFFFFF;*/
	color: #000000;
	font-size:20px;
	text-align:justify;
}

/*Justified*/
.text2style {
	/*color:#FFFFFF;*/
	color:#000000;
	font-size:16px;
	text-align:justify;
}

/*Justified*/
.text3style {
	/*color:#FFFFFF;*/
	color:#000000;
	font-size:18px;
	text-align:justify;
}

/*Justified*/
.text4style {
	/*color:#FFFFFF;*/
	color:#000000;
	font-size:14px;
	text-align:justify;
}


.emails:before {
		content: attr(ext) "\002E" attr(address) attr(name) ;
		unicode-bidi: bidi-override;
		direction: rtl;
}


.holds-the-iframe {
  background:url(loading.jpg) center center no-repeat;
 }


