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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #512928;
}
a:link {
	color: #663433;
}
a:visited {
	color: #003466;
}
a:hover {
	color: #FFBD79;
}
a:active {
	color: #AE3400;
}

#containerMain {
	width: 955px;


	height:auto
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/leftBkgd.jpg);
	background-repeat: no-repeat;
}
#left {
	height: auto;
	width: 498px;
	float: left;
	margin: 0px;
	text-align: left;
	display: inline;
}

#right {
	float: right;
	width: 457px;
	height: auto;
	margin: 0px;
	display: inline;
}

#nav {
	width: 457px;
	height: 111px;
	margin: 0px;
	background-color:#FFFFFF
}

#text {
	width: 457px;
	height: auto;
	margin: 0px;
	background-color:#FFFFFF
}

#footer {
	clear: both;
	margin: 0;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
	width: 955px;
}
object { 
	display:inline; 
	margin: 0px;
	padding: 0px;
} 
.text14pt {
	font-size: 16px;
}
