﻿body {
	margin:0px 0px 0px 0px; 
	background-color:black;
}

img {
	border:0px;
}

#content{
		padding:10px 0px 15px 0px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	color:white;
}

#nav{
	padding:7px 15px;
	text-transform:uppercase;
	border-bottom:2px navy solid;
}

a.nav:link, a.nav:active, a.nav:visited {
	color:navy;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
}

a.nav:hover {
	color:gray;
}

/* nav2 is used for the links on the inventory page */
#nav2{
	padding:7px 0px 7px 10px;

}

#navigation{
	padding:15px;
}

a.nav2:link, a.nav:active, a.nav:visited {
	color:navy;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
}

a.nav2:hover {
	color:gray;
}

#inventorylist	td{
	padding:5px 10px 5px 15px;
}

iframe.inv{
	overflow-x: hidden;
	overflow-y:auto;
}

.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#0253a5;
}

/* blue is used for the gradients around the scrolling banner */
.blue{
	background: url('../siteart/color_bar.gif') repeat-y;
	height:35px;
}

/* blue is used for the top gradient */
.blue2{
	background: url('../siteart/color_bar.gif') repeat-y;
	height:15px;
	padding-left:20px;
}

.head{
	padding: 15px 20px;
	background-color:white;
}

.headleft{
	text-align:right;
	font-weight:bold;
	color:black;
}

.white{
	background-color:white;
	width:20px;
	vertical-align:top;
	width:200px;
}

#gray{
	background:#999999;
	text-align:right;
	text-align:left;
	width:800px;
}

#space{
	padding:20px;
}
