body  {
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
	margin: 15px 50px 0 20px;
	padding: 0;
	color: #005d43;
	background-color: inherit;
	font-family: "Times New Roman", sans-serif;
	font-size: 1.1em;
	background-image:   url(../images/bggrey.jpeg);
	background-repeat: repeat;
	border-left: 1px solid #005d43;
	border-right: 1px solid #005d43;
	border-bottom: 1px solid #005d43;
}
/* Head Section */
#header {
	position: relative;
	z-index: 99;
	background-image:  url(../images/head.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
#logo {
	position: relative;
	z-index: 100;
	top: -24px;	
}
div#left {
	width: 50px;
	height: 40px;
	position: absolute;
	z-index: 100;
	background-image:  url(../images/lemblem.gif);
	background-repeat: no-repeat;
	left: 25px;
	top: 20px;
}
div#right {
	width: 50px;
	height: 40px;
	position: absolute;
	z-index: 100;
	background-image:  url(../images/remblem.gif);
	background-repeat: no-repeat;
	right: 55px;
	top: 20px;
}

/*  Footer  */
	
.smtext {
	margin: 10px 0 0 129px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	text-align: center;
	font-size: 90%;
}

/* Body */
div#main {
	margin: 0 10px 0 20px;
	padding: 0;
	text-align: left;
}
div#main h2 {
	margin: 0;
	padding: 0 0 10px 0;
}
h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 110%;
}
div#main p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 90%;
}