body {

color: #000;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 9pt;
color: #555;
line-height: 170%;

}
/*.whenyouhit{
position: relative;
right: 100px;
}
*/

#top {
	position: absolute;
	top: 0px;
	left: 1px;
	background-image: url(topgradient.png);
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	z-index: 10;
}

#nav {
	position: absolute;
	top: 155px;
	left: 132px;
	width: 850px;
	height: 50px;
}

#nav ul{
margin: 0px;
padding: 0px;
display: inline;
}

#nav li
{
	background: url(nav.png);
	list-style: none;
	width: 87px;
	height: 29px;
	color: white;
	position: relative;
	cursor: pointer;
	display: inline;
	z-index: 9;
	padding: 6px 49px;
	margin: 0px -4px;

}

#nav li a{
	position: relative;
	left: 5px;
	top: 0px;
	text-decoration: none;
	color: white;
	}

#nav li a:visited{
	color: white;
}

#nav li:active {
	background: url(nav-active.png);
	
}

#nav li a:active {
	color:  #004990;
}

#content {
	position: absolute;
	top: 180px;
	left: 132px;
	z-index: -1;
	width: 650px;
}
#content a {text-decoration: none;}

#content a:link {color:#004990} /* unvisited link */
#content a:visited {color:#004990} /* visited link */
#content a:hover {color:#004990} /* mouse over link */
#content a:active {color:#ffef00} /* selected link */

h1 {
font-size: 18pt;
font-family: Arial;
}
h2 {

font-size: 12.5pt;
font-family: Arial;
color: #004990;
}

#content li {font-weight: bold; }

.notbold {

font-weight: normal;
}

h1 {
color:#004990;
} 

h3 {
display: inline;
color: #004990;
font-family: Arial;
}

h4 {

position: relative;
bottom; 10px;
}

.photobig img{
float: right;
position: relative;
left: 35px;
bottom: 25px;
padding: -3px;
margin: -15px -65px -50px -15px;
}

.photobig2 img{ /* bags.php - do not remove */
float: right;
position: relative;
left: 35px;
bottom: 25px;
padding: -3px;
margin: -15px -275px -50px -15px;  /* top right bottom left */
}

.photoleft img{
float: left;
position: relative;
bottom: 25px;
padding: -3px;
margin: -15px -65px -50px -15px;
}

.leftfloat, .photofloatleft{
float:left;
position: relative;
}

.photosmall img{
float: right;
position: relative;
left: 37px;
bottom: 15px;
padding: -3px;
margin: -15px -65px -55px -55px;
}

