div#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	top: 0px;
	width: 650px;
	background-color: #f7f5f4;
	border: 3px solid #2e81ab;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	font-weight: normal;
	text-align: left;
	margin-left: 50px;
	margin-right: 20px;
	}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	margin-right: 20px;
}
body {
   background-color: #E9ECD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	 }
p {
	font-family: Helvetica, sans-serif;
	color: black;
	font-size: 16px;
	margin-left: 30px;
   margin-right: 20px;
}
hr {
	color: Black;
	width: 75%;
}
img {
	border: 2px solid #006699;
	}
	

.fsize1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #006699;
	
}
.fsize2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #006699;
	
}
.fsize3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #006699;
	
}
.fsize4 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	
}

h2 {
   font-family: Arial, Helvetica, sans-serif;
	color: #de6100;
	font-size: 20px;
}

h3 {
   font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 17px;
	font-weight: bolder;
	background-color: #ffa41a;
	margin-left: 30px;
	margin-right: 50px;
	padding-left: 10px;
}

h4 {
   font-family: Arial, Helvetica, sans-serif;
	color: #a54531;
	font-size: 16px;
	background: 0
	margin-left: 25px;
	margin-left: 10px;
}
.titles {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #a54531;
}
.titles1 {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
}
.titles2 {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #a54531;
}
.titles3 {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #DB7900;
}
.titles4 {
	font-family: sans-serif;
	font-size: 17px;
	font-weight: normal;
	padding-right: 20px;
	color: #386892;
}
.titles5 {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006699;
}
.titles6 {
	font-family: sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #DB7900;
}

a:link {
	color: #39A63A;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
color: #39A63A;
background-color: transparent;
text-decoration: none;
}

a:active {
	color: #39A63A;
background-color: transparent;
text-decoration: underline;
}
a:hover {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
}