/*IE link borders*/
a img
{
     border-style: none;
     border-width: 0px;
}

/*Tag styles*/
html, body
{
    min-height: 100%; margin: 0;
}

body
{
	font-family: "Times New Roman", Times, serif;
	font-size:1.1em;
     background-color: #d7d7d9;
	background-image: url('../images/backgrounds/trucks-bg-2.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	color: #000000;
	background-attachment:fixed; 
	background-position: top center;
}

/*ID Layout*/
#main_container
{
	width:920px;
	margin:0 auto auto auto;
}

#top
{	
	height:80px;	
     background-image: url('../images/top.png');
     background-repeat: no-repeat;
     background-position: middle left;
	padding: 8px 0 0 0;
	text-align:center;	
}
	
#navbar
{
     margin: 8px 0 8px 0;
	height:40px; 
	background-color: #0000DD;
	background: -moz-linear-gradient(#0000DD, #000055);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0000DD),color-stop(1, #000055));
     background: -webkit-linear-gradient(#0000DD, #000055);
     background: -o-linear-gradient(#0000DD, #000055);
     background: -ms-linear-gradient(#0000DD, #000055);
     background: linear-gradient(#0000DD, #000055);
	/*background-image:url('../images/nav_bg.gif'); 	*/
 
    border-radius: 8px;	
    
    behavior: url(ie-css3.htc);
}

#content_wrapper
{
	min-height:600px;
     background-color: #bbdff4;	
	color: #000000;
	
     padding: 4px;
     -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
     border-radius: 8px;
     behavior: url(ie-css3.htc);
}

#bottom
{
	width:350px;
	position:relative;left:50%;
	margin-left:-150px;
}

div#external_links
{
     margin: 8px 0 0 720px;
     color: #FFFFFF;
}

div#external_links a
{
     color: orange;
     text-decoration: none;
	height:20px; 
 
    border-radius: 8px;	

}
	 
td {
	font-family: "Times New Roman", Times, serif;
  }

th {
	font-family: "Times New Roman", Times, serif;   
  }

h3 {
	color: #0099FF;
  }

   
/*Custom classes*/
.copyrightinfo {
	font-size: .8em;
	background-color: #95CBE9;
	color: #000000;
	}
.scrollTable{
	overflow: auto;
	}
			
.scrollText	{
	overflow: auto;
	height:600px;
	padding:10px;	
			}

.outerImgDiv{
	max-width:860px;
	margin-bottom:.8em;
	
	}

.innerImgDiv
	{
		margin-top:.5em;
		margin-left:1em;
	}		

.linkHead{
	margin-top:10px;
	color:#FF0000;
	font-size:1.1em;
	text-align:left;
	text-transform:uppercase;
	width:90%;
	margin-left:5%;
}

.sub_section_title
	{		
		width:100%;
		margin-bottom:.1em;
		font-size: 1.0em;
		color: #0000FF;
		text-align:center;
	} 	

/*Link styles*/
a { 
	border: none;
	outline:none;
	}			

a:visited {
	color:#0000FF;
	font-size: 1.05em;
		
}
a:link {
	color: #0000FF;
	font-size: 1.05em;	
}

div.section
{
     padding: 0 5px 0 5px;
     margin: 5px 0 5px 0;
}

/*2 Column Layout*/
#left_2_col
{
     float: left;
     min-width: 400px;
     width:400px;
     margin: 0;
     height: 600px;
}

#right_2_col
{
     margin-left: 450px;
     
}

h4.heading
{
     font-weight: bold;
     text-transform: uppercase; 
}





