@charset "utf-8";
/* CSS Document */

body {
	background-color: #F4D383;
}
#apDiv1 {
	position:static;
	z-index:1;
}
#navbar ul {
	padding: 0px;
	margin: 0px;
	width: 120px;
	right: 50px;
	height: auto;
	list-style-type: none;
	display: block;
}
#navbar ul li {
	padding: 3px 1px 3px 1px;
	margin: 3px 1px 3px 1px;
	display: block;
	float: none;
}
#navbar ul li a {
	margin: 3px 1px 3px 1px;
	padding: 3px 1px 3px 1px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #1C5A3E;
	font-weight: bolder;
	float: right;
	text-align: center;
	word-spacing: normal;
	width: 120px;
}
#navbar ul li a:hover {
	background-color: #BE3B3F;
	color: #FFFFFF;
}
#navbar {
	width: 125px;
	float: right;
	padding-right: 10px;
	margin-top: 50px;
}
#overalldiv {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
.head1Red {
	color: #C00000;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.head2Red {
	color: #C00000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.head1Blue {
	color: #0000FF;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.head2Blue {
	color: #0000FF;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}

.RedRight {
	color: #C00000;
	text-align: right;
}
.RedSignature {
	color: #C00000;
	text-align: left;
}

.BlueCenter {
	color: #2A00FF;
	text-align: center;
}
.RedCenter {
	color: #C00000;
	text-align: center;
}
#overalldiv .Section1 {
	direction:rtl;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: normal;
	font-size: 20px;
	font-weight: normal;
}
#overalldiv .Section2 {
	direction:rtl;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	line-height: normal;
	font-size: 16px;
	font-weight: bold;
}
#overalldiv .Section3 {
	direction:rtl;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
#overalldiv .Section4 {
	direction:rtl;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.imgLeft {
	float: left;
}
.imgRight {
	float: right;
}


.strong {
	color: #c00000;
}

#overalldiv .Section1 #div2 {
	text-align: center;
}
#overalldiv #mydiv {
	background-color: #F4D383;
	margin-right: auto;
	margin-left: auto;
	width: 520px;
}
