@charset "utf-8";
/* CSS Document */

/* <style type="text/css"> */
img, div { behavior: url(iepngfix.htc) }
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color:#9A9A9A;
}
/*p {text-align:justify;} */
h1 {
	color:#005387;
	font-family: "Palatino Linotype";
	font-size: 1.8em;
	}
h2 {
	color:#005387;
	font-family: "Palatino Linotype";
	font-size: 1.4em;
	}
h3 {
	color: #005387;
	font-family: "Palatino Linotype";
	font-size: 1.3em;
	}
em {
	color: #005387;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#header{
	position: relative;
	top: 0px;
	width:100%;
	height:212px;
	background: url(../images/dodge_header.jpg) left no-repeat;
/*	background-color:#003557;*/
/*	left: -8px;*/
	}

#copyright {
	font-size:0.7em;
	color:#333333;
	clear: both;
	left: -1px;
	background-color:#ECE5E2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
	}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 850px;
	text-align: left;
	/*	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1; */
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
#columnleft {
	width: 209px;
	left: 0px;
	padding: 0px;
	background-image: url(../images/dodge_sidepanel.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #003557;
	clear: left;
	float: left;
	height: 1000px;
	}
#columnlefttext {
	width: 610px;
	top: 0px;
	padding: 10px;
	float: left;
	min-height: 600px;
	text-align: justify;
	position: relative;
	left: 5px;
	}
#pagecell{
	position:relative;
	left: 0%;
	width:100%;
	background-color: #ffffff;
	}
#bodycontent {
	height: 550px;
	}
/* Nav Bar settings */
#navbar{
	position:relative;
	height: 48px;
	left: 0%;
	z-index: 100;
	width: 850px;
	background-color: #9A9A9A;
	clear: both;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}


/* </style> */
