.maincontainer {
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #FFF;
}

.bodycontainer {
	width: 800px;
	margin-top: 5px;
}

body {
	font-family: verdana;
	font-size: 1.2em;
	margin-top: -13px;
}

table {
	width: 800px;
	margin-top: -17px;
	font-size: 0.7em;
	border-style: none;
	border-width: 0px;
	border-color: #DEDEDE;
}

td {
	vertical-align: top;
}

p {
	padding: 6px;
	text-align: justify;
}

h1 {
	font-size: 0.9em;
	background-color: #999;
	padding: 4px;
	margin: 0px;
}

.dropcap {
  float: left;
  font: normal 60pt/0.8em Helvetica, Verdana, Arial, sans-serif;

  margin-right: 3px;
}

.title {
	font-size: 0.9em;
	font-weight: bold;
}

img.nav {
	border-style: none;
	border-width: 0px;
}

div.nav
{
	margin-top: -3px;
	margin-bottom: 18px;
}

/*Navigational Stuff - thanks exploding boy*/

#tabsB {
	float: left;
	width: 100%;
	background: #FFF;
	font-size: 93%;
	line-height: normal;
}

#tabsB ul {
	margin-bottom: 18px;
	margin-top: -15px;
	padding: 10px 10px 0px 75px;
	list-style: none;
}

#tabsB li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabsB a {
	float: left;
	background: url("http://www.ajaxuniforms.com/new2/images/tableftB.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#tabsB a span {
	float: left;
	display: block;
	background: url("http://www.ajaxuniforms.com/new2/images//tabrightB.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #000;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabsB a span {
	float: none;
}

/* End IE5-Mac hack */

#tabsB a:hover span {
	color: #666;
}

#tabsB a:hover {
	background-position: 0% -42px;
}

#tabsB a:hover span {
	background-position: 100% -42px;
}

/*End of navagational stuff*/


td.footer {
	font-size: 0.7em;
	color: #fff;
	padding: 8px;
	border-style: solid;
	border-width: 0px;
	border-color: #999;
	background-color: #1B3A70;
	/*background: url(http://www.ajaxcorporatecasuals.com/staticpage/img/bfooter.gif) no-repeat center center;*/
}