﻿div {border:0; margin:0;}
img{border:0;}
body{
	font-family: tahoma;
	font-size: 8pt;
	color: #666666;
	background: #373737 url('Images/1and5backgroundlines.jpg') repeat-y top center;
	margin: 0;
	padding: 0;
	text-align: left;
}
#container{
	background: url('Images/3middlesectionofpage.jpg') repeat-y center;
	margin: 0;
	padding: 0;
	width: 592px;
	margin-top: 65px;
}

#containerblankpage{
	background: url('Images/3middlesectionofpage.jpg') repeat-y center;
	margin: 0;
	padding: 0;
	width: 592px;
	margin-top: 150px;
}


#header{
	border-color: 0;
	border-width: 0px;
	background: url('Images/2banner.png') no-repeat center;
	margin: 0;
	padding: 0;
	width: 592px;
	height: 130px;
}
#nav{
 float:left;
 width:110px;
 margin-left:17px;
}

#navlist{
 	width:100%;
	padding:0;
	background-color: #222;
	border-left: 1px solid #3A3A3A;
	border-right: 1px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	}

#lowernav{
	margin: 0;
	padding: 0;
	width: 112px;
	height: 140px;
	background: url('Images/bottomnavimage.jpg') no-repeat center;

}

#content{
	margin-left: 40px;
	padding: 4px;
	text-align: left;
}
#footer{
	background: url('Images/4bottomofpage.jpg') no-repeat center;
	margin: 0px;
	padding: 0;
	width: 592px;
	height: 10px;
	clear: both;
}

#footerspacer{
	margin: 0px;
	width: 592px;
	height: 65px;
	clear: both;
}


/* nav */

#navlist ul {
	border-style: none;
	border-width: thin;
	border-color: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navlist li {
	padding: 0px;
	margin: 0;
	border: none;
}
#navlist li a {
	border-style: none;
	border-width: 0px;
	padding: 2px 0px 0px 2pt;
	margin: 0px;
	display: block;
	background-color: #2A2A2A;
	color: #808080;
	text-decoration: none;
	width: 100%;
	height: 17px;
	list-style-type: none;
	background-image: url('Images/navgradient2withline.jpg');
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}

	#navlist li a {
		width: auto;
		}

	#navlist li a:hover {
	border-color: 0;
	background-color: #222222;
	color: #808080;
	border-style: none;
	border-width: 0px;
	background-image: url('Images/navgradienthover2.jpg');
}


