﻿@import url(layout.css);
body {
	color: black;
	background: #fff url("../images/chevybg.jpg") top;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #bcd0d1;
	/*
	background-color: #dcdcdc;
	background-color: #93bcf4;
	*/
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;

	border-right: 5px solid #fff;

	border-bottom: 0;

	border-left: 5px solid #fff;

}
#masthead {
	/*
	border-top: 10px solid #bcd0d1;
	*/
	text-align: right;
	background-color: #036;
	width: 800px;
}
#navigation {
	background-color: #036;
	overflow: hidden;
}
#column_l {
	width: 800px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	/*
	margin: 10px 10px 0;
	*/
}
#container img {
	border: 0px;
}
/*
#column_r p {
	font-size: 11px;
	margin: 7px;
}
*/
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #036;
}
#navigation a:hover {
	color: #036;
	text-decoration: none;
	border: 1px solid #036;
	background-color: #ffffff;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #f00;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_underline {
	text-decoration: underline
}
.border_zero {
	border-width:0px;
}
.green_bar
{
	background-color: #C1FFC1;
}
.light_gray_bar {
	background-color: #efefef;
}
.gray_bar
{
	background-color: #eeeeee;
}
.red_text {
	color: red;
}
