html {
	padding: 0px;
	margin: 0px;
}
body {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #663300;
	color: #444;
	line-height: 1.8em;
    padding: 15px 0px 15px 0px;
    margin: 0px;
}
a:link, a:active, a:visited {
	color: #444;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2 {
	display: block;
	text-indent: -999999px;
	overflow: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #663300;
}
#wrapper {
	width: 765px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/back/back_center.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	background-color: #663300;
}
#header {
    width: 765px;
    position: relative;
    height: 100px;
    display: block;
	padding: 8px 0px 0px 0px;
    margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/back/back_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header p {
	z-index: 3;
	position: absolute;
    top: 30px;
	left: 25px;
	width: 320px;
	height: 75px;
	padding: 0px;
	margin: 0px;
	text-indent: -999999px;
	background-image: url(../images/ishbrand.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	display: block;
	overflow: hidden;
}
#container {
    border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	margin: 0px 13px 0px 13px;
    padding: 20px 0px 20px 0px;
	overflow: hidden;
    position: relative;
    width: 739px;
    height: auto;
    background-image: url(../images/divider.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 139px top;
}
#left {
	width: 109px;
	padding: 0px 10px 0px 20px;
	margin: 0px;
    float: left;
}
#main_nav {
	width: 107px;
    list-style-image: none;
    list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
#main_nav li {
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/bullet5.gif);
	background-repeat: no-repeat;
	background-position: -2px 50%;
	display: block;
}
#main_nav li a:link, #main_nav li a:active, #main_nav li a:visited {
	text-decoration: none;
	display: block;
	background-color: transparent;
    width: 93px;
    padding: 1px 0px 1px 16px;
}
#main_nav li a:hover {
	text-decoration: none;
	color: #61C100;
}
#right {
	width: 504px;
	float: left;
	margin: 0px;
	padding: 0px 40px 0px 30px;
}
#right .pagetitle {
	font-weight: bold;
	margin: 0px 0px 20px 0px;
    padding: 0px;
    color: #0099cc;
}

#footer {
	background-image: url(../images/back/back_base.gif);
	background-repeat: no-repeat;
    background-attachment: scroll;
	background-position: bottom left;
	display: block;
	text-align: center;
    width: 765px;
	margin: 0px;
	padding: 0px;
}
#footer p {
	margin: 0px auto 0px auto;
	padding: 10px 0px 26px 0px;
	color: #aaa;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #aaa;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
    color: #ccc;
}
#footer a.valid:link, #footer a.valid:visited, #footer a.valid:active {
	color:#0099cc;
}
#footer a.valid:hover {
	color:#3CCEFF;
}
.listTitle {
  font-weight: bold;
  color: #CC3300;
  padding: 0px;
  margin: 20px 20px 0px 0px;
}
.listul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}
.listul li {
  display: block;
  background-attachment: scroll;
  background-image: url(../images/bullet_list.gif);
  background-repeat: no-repeat;
  background-position: 2px 50%;
  padding: 0px 0px 0px 15px;
}


/********************************* Contact Table ***********************************/

#tableFormat {
  margin: 20px 0px 20px 0px;
  padding: 0px;
}
#tableFormat th {
  padding: 3px 10px 3px 10px;
  margin: 0px;
  text-align: right;
  vertical-align: top;
}
#tableFormat td {
  padding: 3px;
  text-align: left;
  vertical-align: top;
}
.formField {
  border: solid 1px #dadada;
}

/********************************* /Contact Table ***********************************/

