body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: auto;
	width: 95%;
}

#docBody {	
	background-color: #FFFFFF;
	/*background-image:url(../images/limo.gif);
	background-attachment:scroll;
    background-repeat: no-repeat;
    background-position:center;*/
	padding: 0px;
	text-align: center;
	margin-top: -2px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid red;
	border-top: 2px solid red;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
	width: 85%;
}

#docBody h1 {
	font-size: 125%;
}

#docBody h2 {
	font-size: 115%;
}

#docBody ul {
	list-style-image:url(../images/arrow.gif);
}

#docBody .contactTable {
	margin-left:auto; 
	margin-right:auto;
}

#docBody .contactTableLeft {
	text-align:right;
	vertical-align:top;
	font-size:small;
}

#docBody .contactTableRight {
	text-align:left;
	font-size:small;
}

#docBody .mainTable {
	width: 100%;
	margin-left:auto; 
	margin-right:auto;
	text-align: left;
}

#docBody .mainTable td {
	width: 50%;
}

#docBody .mainTable img {
	
}

#header {
	text-align:center;
}

#footerClass {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	margin: auto;
	width: 85%;
}
#menuMain {
	border: 2px solid red;
	background: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#menuMain a,a:hover {
	text-decoration: none;
}

.vendorTable {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:69%; 
	border:0px;
}
.vendorTable td {
	vertical-align: top;
	font-size:small;
}
#about {
	padding-left: 35px;
	padding-right: 35px;
	font-size: small;
	text-align: left;
}