body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url('images/bgff.jpg');
	background-repeat:repeat-x;
}

/* Links */

a:link, a:active {
	color:#DDDDDD;
	text-decoration:underline;
	}
	
a:hover {
	color:#DDDDDD;
	text-decoration:none;
	}
	
a:visited {
	color:#CCCCCC;
	text-decoration:underline;
}


.oneColFixCtrHdr #container {
	width: 927px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#top {
	width:100%;
	height:157px;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	margin:0;
	z-index:-10;
	left: 0px;
	top: 0px;
	position:absolute;
}


#top2 {
	width:100%;
	height:205px;
	background-image:url('images/landbg.jpg');
	background-repeat:repeat-x;
	margin:0;
	z-index:-10;
	left: 0px;
	top: 0px;
	position:absolute;
}



.oneColFixCtrHdr #header2 {
	background:transparent;
	padding-bottom:0px;
}
.oneColFixCtrHdr #header2 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.oneColFixCtrHdr #header {
	background:transparent;
	padding-bottom:10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background-image:url(images/bg2.jpg); */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Navigation */

.navtxt {
	background-color:#FDFDFD;
	background-image:url(images/nav_03.png);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

.navtxt a:link, .navtxt a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	}
	
.navtxt a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#999999;
}

.navtxt a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

#navlist {
	margin-left:10px;
	padding-left: 0;
	list-style: none;
	}	

#navlist li {
	padding-left: 20px;
	padding-bottom: 3px;
	background-image: url(images/arrows.gif);
	background-repeat: no-repeat;
	}


/* WElcome box */
.welcometxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BFBFBF;
	background-image:url(images/welcome_04.png);
	padding-left:27px;
	margin-top:10px;
	}

/* Controls height of classed p tag */ 	
.short {
	margin-top: 7px;
	margin-bottom: 0px;
}

/* Bottom txt */
#footerbtm {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	padding-top:5px;
}

#footerbtm a:link, #footerbtm a:active, #footerbtm a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footerbtm a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

/* IE PNG Fix */

img, div { 
	behavior: url('images/iepngfix.htc');
	}

/* subpage */

.subbody {
	background-color:#0F0F0F;
	font-family:Arial, Helvetica, sans-serif;
	color:#DDDDDD;
	font-size:12px;
	padding-top:35px;
	padding-left:25px;
}

.subside {
	background-image:url(images/table_04.png);
	background-repeat:repeat-y;
}

.rsubside {
	background-image:url(images/table_06.png);
	background-repeat:repeat-y;
	}


.titles {
	color:#D9002C;
	font-family:Arial;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}

.smtitle {
	color:#999999;
	font-size:10px;
}

.txtinput {
	border:1px solid #CCCCCC;
	font-family:arial;
	font-size:15px;
}

/* Alternating Table Row Colors for Events */

tr.dark td { 
	background-color:#000000;
	}

tr.light td { 
	background-color:#0F0F0F; 
	}
	
#landingmain {
	background-image:url(images/landingcars.png);
	background-repeat:no-repeat;
	height:500px;
}

#landingmain a:link, #landingmain a:active, #landingmain a:hover, #landingmain a:visited {
		color:#bfbfbf;
		text-decoration:underline;
}

#landingclass {
	float:left;
	width:325px;
	color:#bfbfbf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:right;
	line-height:15px;
	padding-left:25px;
}

#landingcarshow {
	padding-left:385px;
	color:#bfbfbf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	
}

.imgpad {
	padding-bottom:13px;	
}

.landingbox {
	width:730px;
	margin:auto;
}

#landingtext {
	padding-top:211px;
}

#landingtextcolumn1 {
	float:left;
	padding-left:20px;
	width:330px;
	color:#bfbfbf;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#landingtextcolumn2 {
	padding-left:390px;
	color:#bfbfbf;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#landingtextcolumn1 a:link, #landingtextcolumn1 a:active {
	color:#bfbfbf;
	text-decoration:underline;
}

#landingtextcolumn1 a:hover, #landingtextcolumn1 a:visited {
	color:#efc000;
	text-decoration:underline;
}

#landingtextcolumn2 a:link, #landingtextcolumn2 a:active {
	color:#bfbfbf;
	text-decoration:underline;
}

#landingtextcolumn2 a:hover, #landingtextcolumn2 a:visited {
	color:#efc000;
	text-decoration:underline;
}

.landingtexttitle {
	color:#efc000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

.amsoil-vert {
	padding:5px;
	color:#FFF;
	font-size:9px;
}
