* {
	padding: 0;
	margin: 0; /* TRBL */
}

#masthead {
	height: 125px;
}

#mastleft {
	float: left;
	height: 125px;
	width: 100px;
}

#mastright {
	float: right;
	background-color: #000000;
	height: 125px;
	width: 700px;
	vertical-align: text-bottom;
}

#mastnav {
background-image:url(../images/mastnavbg.jpg);
	background-repeat:repeat-x;
	height: 30px;
	width: 700px;
	vertical-align: text-bottom;
}

body {
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_is.jpg);
	background-repeat: repeat;
	text-align: center;
	background-color:#000000;
	background-position: center;
}

table {
	padding: 1px;
	}

td {
	padding: 1px;
	}

#wrapper {
	width: 800px;
	border: 1px solid #000;
	margin: 0 auto; /* TB  LR */
	margin-top: 10px;
	background-color: #FFF;
	text-align: left;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	background:transparent;
}

#navbar {
	background-color: #000;
	text-align: left; 
	border: ;
	padding:0px;
}

#footer {
 text-align: center; 
 }


/* 1 column layout */
#oneCol #left {
	width: 760px;
}

#oneCol #right, #oneCol #middle {
	display: none;
}

/* 2 column layout*/

#twoCol #left {
	float: left;
	width: 350px;
	padding:5px;
}

#twoCol #right {
	float: right;
	width: 380px;
}

#twoCol #middle {
	display: none;
}

 /*3 column layout */

#threeCol #left {
	float: left;
	width: 100px;
	margin-top: 0px;
	background-image:url(../images/bbgf.jpg);
	background-repeat: repeat-x;
}

#threeCol #right {
	float: right;
	width: 150px;
	margin-top: 0px;
	background-image:url(../images/bbgf.jpg);
	background-repeat: repeat-x;
}

#threeCol #middle {
	margin-left: 100px;
	margin-right: 150px;
	margin-top: 0px;
	background-image:url(../images/bbgf.jpg);
	background-repeat: repeat-x;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#deadlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#imageGallery li {
	display: inline;
}

#tableborder {
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-style: hidden hidden hidden hidden;
	border-color: black black black black;
	border-collapse: seperate;
	background-color: white;
}

#statetitle {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

