body  {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", sans-serif;
	font-size: 19px;
	text-align: center;
}
#container {
	margin: 15px 50px 0 20px;
	padding: 0;
	color: #005d43;
	background-color: inherit;
	background-image:   url(images/bggrey.jpeg);
	background-repeat: repeat;
	border-right: 1px solid #005d43;
}
div#side {
	background-image:   url(images/trans_logo.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
/* Head Section */
#header {
	margin-left: 1px;
	position: relative;
	z-index: 99;
	background-image:  url(images/head.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	border-left: 1px solid #005d43;
}
#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  */
#footer  {
	margin: 0;
	padding: 0;
	height: 108px;
	color: #eceace;
	background-color: inherit;
	background-image:   url(images/bm.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	z-index: 100;
	clear: both;
}
#blc {
	margin: 0;
	padding: 0;
	width: 139px;
	height: 108px;
	position: absolute;
	z-index: 100;
	background-image:  url(images/blc.jpg);
	background-repeat: no-repeat;
	border-width: 0;
	left: 0;
	bottom: 0;
}
#brc {
	margin: 0;
	padding: 0;
	width: 62px;
	height: 108px;
	position: absolute;
	z-index: 100;
	background-image:  url(images/brc.jpg);
	background-repeat: no-repeat;
	border-width: 0;
	right: -50px;
	bottom: 0;
}
p.footer {
	margin: 0 0 0 129px;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 85%;
}	
.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 225px;
	padding: 0;
	text-align: left;
}
div#main h2 {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	width: 100%;
}
h4 {
	margin: 0;
	padding: 0;
	font-weight: bold; 
	font-size: 120%;
	
}
div#main p {
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
	/* font-size: 88%; */
	font-size: 88%;
}
li {
	font-size: 88%;
}
.news {
	margin: 20px 0 0 0;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
	font-weight: bold;
	border: 1px solid green;
	background:   url(images/bggrey.jpeg) repeat;
	text-align: center;
	float: left;
}
#testimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	position: absolute;
	top: 156px;
	right: 60px;
	z-index: 101;
	font-weight: bold;
}
#testimonials a {
	color: #eceace;
	background-color: transparent;
	text-decoration: none;
}
#testimonials a:hover {
	color: #cccc99;
	background-color: transparent;
	text-decoration: none;
}
.testimonials {
	font-size: 95%;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
}

/*  Navigation  */
div#nav {
	margin: 20px 0 0 0;
	padding: 0 0 20px 10px;
	width: 206px;
	float: left;
	text-align: left;
}
div#nav a {
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #005d43;
	background-color: inherit;
	display: block;
	width: 170px;
	height: 35px;
	text-decoration: none;
}
div#nav a:hover {
	color: #003300;
	background-color: inherit;
}
div#nav img {
	margin: 5px;
	padding: 0;
	border: 0;
	vertical-align: middle;
}
/* Form Layout */
table#form {
	color: #005d43;
	background-color: inherit;
	font-size: 110%;
}
td.title {
	padding-top: 20px;
	font-size: 100%;
	color: #005d43;
	background-color: inherit;
}
td.subtitle {
	padding-left: 20px;
	font-size: 80%;
	color: #005d43;
	background-color: inherit;
}





	
