@charset "utf-8";
body  {
	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;
	margin: 0;
}
body, td, th{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
}
h1.pagetitle, h2, h3, h4, h5, h6 {
	background: #0066CC;
	color: #DDDDDD;
	text-indent: 5px;
}
.twoColFixLtHdr #container {
	width: 742px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Images2/page2_r2_c1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: url(../Images2/page2_r1_c1.jpg) no-repeat left bottom;
	height: 87px;
	width: 732px;
	font-size: large;
	font-weight: bold;
	color: #DDDDDD;
	padding-left: 10px;
	text-align: left;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: px;
	text-align: justify;
	background-attachment: scroll;
	background-image: url(../Images2/light_ford_logo500.gif);
	background-repeat: no-repeat;
	background-position: 10px 200px;
	position: relative;
	top: 0px;
	width: 500px;
} 
.twoColFixLtHdr #footer {
	background: url(../Images2/page2_r3_c1grey.jpg) no-repeat left top;
	height: 37px;
	width: 712px;
	font-size: 9px;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
	
} 
.twoColFixLtHdr #footer p {
	padding-top: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	position: relative;
	top: 0px;	
}
#nav p{
	margin: 0px;
	padding: 0px;	
}
#topnav {
	width: 199px;
	height: 11px;
	background-color: #FFF;
	background-image: url(../Images2/sidebar_r1_c1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
#topnav p{
	margin: 0px;
}
#mainnav {
	width: 195px;
	background-color: #06F;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#mainnav p{
	margin: 0px;
}
#bottomnav {
	width: 199px;
	height: 17px;
	background-color: #FFF;
	background-image: url(../Images2/sidebar_r3_c1_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#bottomnav p{
	margin: 0px;
}
#navlist
{
	width: 195px;
	margin: 0;
	font-size: 12px;
	overflow: hidden;
	text-align: left;
	background-color: #FFF;
}
#navlist form, #navlist form input#CMS_search {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	margin-left: 10px;
	text-indent: 0px;
}
#navlist form input#CMS_search{
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	margin-left: 10px;
	text-indent: 0px;
	font-size: -2px;
}

#navlist ul{
	border-top: 1px solid #999999;
	width: 195px;	
	}
#navlist li, #navlist ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
#navlist a{
	display: block;
	text-indent: 10px;
	padding: 2px;
}

#navlist li a , #navlist li a:visited,  #navlist li a:active,  #navlist li a:link{
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	height: 15px;
}
#navlist li a:hover {
	color: #000000;
	text-decoration: none;	
	background: #CCCCCC;
	border-bottom: 1px solid #999999;

}
#navlist li a#current {
	color: #DDDDDD;
	background: #0066CC;
	border-bottom: 1px solid #999999;
	
	
}
a, a:link, a:active a:visited {
	color: #14243B;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
	background: #E2E2E2;
	
}
.formfield200 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #0066CC;
	background: #E5E5E5;
	border: 1px solid #999999;
	height: 18px;
	width: 200px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.formselect200 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #0066CC;
	background: #E5E5E5;
	border: 1px solid #999999;
	height: 22px;
	width: 200px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.formfield200BIG {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #0066CC;
	background: #E5E5E5;
	border: 1px solid #999999;
	height: 100px;
	width: 200px;
	margin-top: 2px;
	margin-bottom: 2px;
}

BUTTON {
	BORDER-LEFT-COLOR: #001c74;
	BORDER-BOTTOM-COLOR: #001c74;
	CURSOR: hand;
	COLOR: #0000d7;
	BORDER-TOP-COLOR: #001c74;
	FONT-FAMILY: Verdana;
	BACKGROUND-COLOR: #bacbff;
	BORDER-RIGHT-COLOR: #001c74;
	text-align: center;
}
