html {
		height: 100%;
		margin-bottom: 1px;
	}

body {
		background-color: #FFF;
		margin: 0;
		margin-bottom: 30px;
		background-image: url( images/bg.jpg );
		background-repeat: repeat-xy;
		background-position: left top;
	}

body, td {
		color:#333;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		font-size:8pt; /*12px;*/
	}

table.main {
		width:750px;
		border:solid 1px #000;
		border-bottom-width:0;
		margin-left:auto;
		margin-right:auto;
	}

td.topBar {
		background-color:#FFF;
		background-image:url( images/topBg.gif );
		background-repeat:repeat-x;
		background-position:left bottom;
		height: 67px; /*100px; */
		vertical-align:bottom;
	}

td.company {
		background-color:#7C2D23;
		/* background-image:url( images/tabs.gif ); */
		background-repeat:no-repeat;
		background-position:right top;
		text-align:left;
	}

td.dash {
		background-color:#8C8A8D ; /* #808285; */
		text-align:left;
	}

td.photos {
		border-top:solid 1px #FFF;
		border-bottom:solid 1px #FFF;
	}

table.content {
		width:750px;
		border:solid 1px #000;
		border-top-width:0;
	}

td.banner {
		text-align:left;
		background-image:url( images/numbers.gif );
		background-repeat:no-repeat;
		background-position:left top;
	}

td.navContainer {
		background-color: #8C8A8D ; /* #808285; */
		/* background-image:url( images/navBg.gif ); */
		background-repeat:repeat-y;
		background-position:right top;
		vertical-align:top;
	}

table.nav {
		width:100%;
		border:solid 0px #FFF;
	}

td.nav {
		padding-left:8px;
		padding-right:8px;
		width:120px;
		font-size:11px;
		font-weight:bold;
		cursor:pointer;
	}

td.navOver {
		padding-left:8px;
		padding-right:8px;
		height:16px;
		font-size:11px;
		font-weight:bold;
		background-color:#FBF7D9;
		cursor:pointer;
	}


td.content {
		background-color: #964B37; /* #7C2D23; */
		color: #FFF;
		padding: 1.5em 25px 2em 20px;
		border-style: solid;
		border-color: #FFF;
		border-width: 0px 0 0 1px;
	}

td.content td {
		background-color: #964B37; /* #7C2D23; */
		color: #FFF;
	}

a {
		color:#EBB51D;
	}

a:hover {
		color:#000;
	}


td.footer {
		padding-left:8px;
		padding-right:8px;
		text-align:center;
		height:30px;
		color:#FFF;
		font-size:12px;
		font-weight: bold;
		border-top:solid 0px #000;
		border-bottom:solid 0px #000;
		background-color:#868487;
		background-image:url( images/footerBg.gif );
		background-repeat:repeat-x;
		background-position:left top;
	}

td.footer a {
		color:#FFF;
		text-decoration:none;
	}

td.footer a:hover {
		color:#EBB51D;
	}

p {
		line-height: 1.5em;
		margin: 1em 0 1.2em;
		text-align: left;
	}

blockquote, li {
		line-height: 1.5em;
	}

input, select, textarea {
		color: #333;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		font-size: 12px;
	}

h1 {
		font-size: 1.5em;
		font-weight: bold;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		border-bottom: 1px solid #FFF;
		padding-bottom:2px;
		margin-bottom: 0;
	}

h2 {
		font-size: 1.2em;
		font-weight: bold;
		font-family:  Verdana, Tahoma, Arial, sans-serif;
	}

