body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f3e4c7;
	font-size: 12px;
}
#top {
	background-image: url(../images/top-bg.jpg);
	height: 211px;
	width: 909px;
}
#center {
	height: 357px;
	width: 909px;
	background-image: url(../images/loc-bg.jpg);
	background-position: top;
}
#content {
	width: 869px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	color: #2E50BE;
	line-height: 10px;
}
.h1img {
	margin-bottom: -5px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 909px;
	background-image: url(../images/container-bg.jpg);
}

h1 {
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	width: 909px;
	text-align: center;
	background-color: #F3E4C7;
	background-image: url(../images/bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
img {
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}
 .leftimg {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rightimg {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #2E50BE;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #2E50BE;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #01A1FF;
}
#loc a:link {
	color: #FFFFFF;
	text-decoration: underline;

}
#loc a:visited {
	color: #FFFFFF;
	text-decoration: underline;

}
#loc a:hover {
	color: #01A1FF;
}
#loc {
	font-size: 14px;
	margin-left: 155px;
	text-align: center;
	width: 600px;
	margin-top: 310px;
}

