body {
            margin: 30px 0 0 0;
            padding: 0;
            text-align: center;
            font-family: tahoma, arial, verdana, sans-serif;
            background-color: #333333;
        }
        #bodyContainer {
            margin: 0 auto;
            background-color: #959595;
            width: 990px;
            text-align: left;
	    border-top: 1px solid #dad3da;
	    border-bottom: 1px solid #dad3da;
        }
        
        #footer, #nav {
            color: white;
            float: left;
            width: 990px;
            text-align: center;
            padding: 5px 0 5px 0;
        }
            #footer {
                background-color: black;
            }
            #nav {
                background: url(images/navBkg.gif);
                padding: 0;
                height: 25px;
                margin-top: 65px;
                
            }
            #nav ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
                margin-left: 180px;
            }
            #nav li {
                float: left;
                margin: 0 8px;
                font-size: 9pt;
                height: 25px;
                
            }
            #nav li:hover {
            }

            #footer address p{
                margin: 0 10px;
                padding: 0;
                
                display: inline;
                font-size: 8pt;
            }
            #footer a, #nav a {
                text-decoration: none;
                color: white;
            }
                #nav a {
                    height: 25px;
                    display: block;
                    float: left;
                    padding: 0 15px;
                    padding-top: 5px;
                }
                #footer a:hover{
                    text-decoration: underline;
                }
                #nav a:hover, #nav a.selected{
                    background: url(images/navBkgOver.gif) repeat-x;
                    height: 25px;
                    color: black;
                }
            #footer address {
                font-style: normal;
            }
           
        #home #header {
            width: 990px;
            height: 90px;
            background: url(images/homeHeaderBkg.jpg) no-repeat;
        }
            #home #nav , #interior #nav
            {
                margin-top: -0px;
            }
        #interior #header 
        {
			width: 990px;
            height: 67px;
			background: url(images/interiorHeaderBkg.jpg) no-repeat;
        }
			#interior #mainContainer 
			{

			}
			#interior #nav ul
			{
				margin-left: 180px;
			}
			#interior #mainContent img 
			{

			}
			#interior #contentContainer 
			{
				background: url(images/interiorContentBkg.jpg) no-repeat right top;
				width: 990px;
				height: 485px;
				overflow: hidden;
				clear: both;
				margin: 0;
				padding: 0;
				float: left;
				
			}
			
		#copy {
			color: #636363;
			margin: 50px 15px 20px 100px;
			font-size: 9pt;
		}
		#copy p {
 			margin: 10px 0 0 0;
			padding: 0 100px 0 30px;
			line-height: 120%;
			display: block;
			float: left;
			}

		#copy p a {
 			color: #993366;
			text-decoration: none;
		
			}

		#copy p a:hover {
 			color: #9966cc;
			text-decoration: none;
		
			}



				
#slideshow IMG, #slideshow2 IMG, #slideshow3 IMG {
    position:absolute;
    top:0;
    left: 0;
    z-index:8;
}
#slideshow2 IMG 
{
    left: 330px;
}
#slideshow3 IMG
{
    left: 660px;
}

#slideshow IMG.active, #slideshow2 IMG.active, #slideshow3 IMG.active {
    z-index:10;
}

#slideshow IMG.last-active, #slideshow2 IMG.last-active, #slideshow3 IMG.last-active {
    z-index:9;
}
