body {
font-family: Garamond, Arial, Helvetica, sans-serif;
margin:0;
background-color: #94bae3;
background-image: url("../images/blue_bg.gif");
background-repeat: repeat-y;
background-position: center;
padding: 0;
text-align: center;
font-size: 100%;
line-height:20px;
}

img {
border:0;
}

#wrapper {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 750px;
	clear: both;
	background-image:url("../images/bg-mid.gif");
	background-color:#ffe697;
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	height: 130px;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	background-image:url("../images/bg-top.gif");
	background-color:#ffe697;
	background-position: top;
	background-repeat: no-repeat;
	clear: both;
	text-indent:-9999px;
}

#main{
width: 750px;
clear: both;
margin: 0;
padding: 0;
}

#footer{
width: 100%;
margin: 0;
padding: 0;
background-image:url("../images/bg-bot.jpg");
background-color:#ffe697;
background-position:bottom;
background-repeat: no-repeat;
height: 91px;
}

.nostyle ul {
list-style:none;
}
.nostyle li {
margin-left:-20px;
}

#navbar {
float: left;
width: 220px;
margin: 10px 0 0 -15px;
text-align: left;
}

#navbar ul {
list-style: none;
}

#navbar li {
font-size: 0.7em;
height:30px;
line-height: 30px;
padding-top:2px;
}

#navbar li a{
display:block;
float:left;
width:60px;
height:30px;
background: url(../images/but.gif) 0 0 no-repeat;
padding-right:4px;
}
#navbar li a:hover { 
background-position: 0 -30px;
}

#navbar .li2 {
line-height: 15px;
}

#navbar ul li ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	width: 20ex;
	left: 20ex;
	margin-top: -1.4em;
	margin-left: 9px;
}

ul#navbar li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

#content{
float: right;
width: 510px;
margin: 10px 0 0 0;
padding: 0 30px 0 0;
text-align: left;
}

#content table table{
font-size:1em;
}

.dash img{
border: 2px #99CCFF dashed;
}

#dbtablesup h2 {
	font-size: 1.2em;
}

#dbtablesup table, #contacts table {
width: 90%;
}

#dbtablesup td {
	line-height: 0.9em;
	font-size: 0.9em;
	width: 50%;
}

#dbtablesup a {
	line-height: 0.9em;
	font-size: 0.9em;
}

#dbtabletwo table, #dbtablefour table {
border: 1px solid #666666;
width:100%;
border-collapse: collapse;
font-size:1em;
line-height:1em;
table-layout:fixed;
}
#dbtabletwo tr, #dbtablefour tr {
height:10px;
}
#dbtabletwo td {
width:50%;
border: 1px solid #666666;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}
#dbtablefour td {
border: 1px solid #666666;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}
.dbwidth
{
font-size:70%;
width:25%;
}
#dbtablefour th {
width:80px;
border: 0;
}
.merch ul {
list-style-type:none;
list-style-position:outside;
}
.merch ul li {
	margin: 0 0 1em;
	margin-left:-20px;
}

#clear {
	clear:both;
	}

td {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

th {
	font-family: Garamond, Arial, Helvetica, sans-serif;
}

h1 {
font-size: 1.8em;
line-height: 1.2em;
vertical-align:100%;
}

a, a:visited {
	text-decoration: none;
	color: #006600;
}

a:hover{
color:#ff0000;
text-decoration: none;
}