﻿/*
© Copyright 2006 Nelson and Associates
CSS Nelson and Associates Import File
Revision: 1.0
*/

body 
	{
		position: relative;
		background-color: #999988;
		background-position: center center;
		text-align: center;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-family:	Verdana, Helvetica, sans-serif;
	}

#top {
		position: relative;
		background-color: Transparent;
			/* Background Image Style placed in HTML
			background-image: url(../Images/NA_bkg_top.gif);
			*/
		background-repeat: no-repeat;
		background-position: top center;
		
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		height: 20px;
	}
	
#frame
	{
		position: relative;
		margin: 0 auto;
		width: 790px;
		/* background-image: url(../Images/NA_bkg_middle_efefdd2.gif);   */
		background-repeat: repeat-y;
		background-position: top center;
		padding: 0 0 0 0;
		text-align: left;
	}
	
#footer	
{
		position: relative;
		background-color: Transparent;
		background-image: url(../Images/NA_bkg_footer3.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 790px;
		height: 30px;
	}

	
#base {
		position: relative;
		background-color: Transparent;
		/* background-image: url(../Images/NA_bkg_base.gif); */
		background-repeat: no-repeat;
		background-position: center bottom;
		margin: -4px 0 0 0;
		padding: 0 0 0 0;
		height: 15px;
	}
	
/**************************************************************************************
Main Content Layout Containers
**************************************************************************************/
	
#header
	{
		position: relative;
		height: 80px;
		padding: 0 0 0 0;
		margin: 0px 14px 0 14px;
		background-color: #FFFFFF;
		border-bottom: solid 3px #FFFFFF;
	}


#navigation
	{
		position: relative;
		margin:  0 0 0 0;
		padding: 0 0 0 0;
		background-color: #9f2d20;
		height:22px;
		z-index: 12;
	}
	
#main
	{
		position: relative;
		background-color: transparent;
		width: 770px; 
		min-height: 400px;
		margin: 0 0 0 10px;
		padding: 0 0 0 0;
	}
	
#legal	
	{
		position: relative;
		height: 30px;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		background-color: #999988;
	}

#navColumn
	{
		position: relative;
		float: left;
		margin:    0 0 0 0;
		padding: 0 0 0 0;
		width: 146px;
		background-color: transparent;
		border: 0;
	}

#contentColumn	
	{
		position: relative;
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 620px;
	}	