body, html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFC349;
	background-color: #FFB838;
}

body, body td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2c2c2c;
}

table.layout {
    border-spacing: 0;
    border-collapse: collapse;
}
table.layout td {
    padding: 0;
    vertical-align: top;
}
table.layout td.leftborder {
	text-align: right;
	background-image: url(images/LeftRepeat.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
table.layout td.rightborder {
	text-align: left;
	background-image: url(images/RightRepeat.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

td.maincol, div#maincol {
	position: relative;
	width: 800px;
	overflow: hidden;
	background-color: white;
	background-image: url(images/HeaderBodySepBG.jpg);
	background-repeat: no-repeat;
}
div#maincol {
	position: relative;
}

#head {
	height: 111px;
}

#topColorRec {
	background-color: #7c2224;
	height: 84px;
	margin-bottom: 14px;
}

#nav {
	color: #AFAFAF;
	font-size: 19px;
	font-family: "Meta Normal","MetaNormal","Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	text-align: center;
	height: 1em;
}
#nav a {
	font-size: 13px;
	color: #D1473D;
	text-decoration: none;
	margin: 0 11px;
	vertical-align: middle;
}
#nav a:hover {
	text-decoration: underline;
}

#headerSeparator {
	width: 800px;
	height: 30px;
	_height: 20px;
}

#photoBackedHeader.home {
	position: relative;
	background-image: url(images/PhotoMain.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 277px;
}
#photoBackedHeader.sub {
	position: relative;
	background-repeat: no-repeat;
	width: 800px;
	height: 144px;
}
#photoBackedHeader.sub #LaPorteLogo {
	padding-top: 20px;
	*padding-bottom: 37px;
}

div#body {
	background-image: url(images/ColBG.jpg);
	background-repeat: repeat-y;
	position: relative;				
	border: 1px solid white;
	border-left: none;
	border-right: none;
	zoom: 1;
}
div#body.sub {
	_margin-top: -7px;
	background-image: url(images/ColBGSub.jpg);
	*border-top: none;
}

div#body a {
	color: #F2A543;
	text-decoration: none;
}
div#body a:hover {
	text-decoration: underline;
}

div.blueBar {
	position: relative;
	height: 7px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	margin: 0;
	padding: 0;
	background-image: url(images/BlueBar.gif);
	background-repeat: no-repeat;
	clear: both;
}

.homeCol {
	border-right: 1px solid #3d648b;	
	border-bottom: 7px solid #3d648b;	
}

.homeCol .top {
	border-top: 7px solid #3d648b;	
	border-right: 1px solid white;
	position: relative;
	left: 1px;
	height: 27px;
}

.homeCol .body {
	margin: 0 2em 2em 32px;
}

.homeCol .body h3 {
	margin-top: 0;
	color: #BD4C1A;
	font-family: "Meta Bold","MetaBold","Myriad Pro", Myriad, Verdana, Arial, sans-serif;
	font-family: "Arial Narrow", Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	font-weight: bold;
	font-size: 17px;
}

.homeCol.last, .homeCol.last .top, homeCol.last .body {
	border-right: none;
}

div#body.sub .col.left, #leftcol {
	position: relative;
	zoom: 1;
	float: left;
	width: 193px;
	padding-bottom: 1em;
}
div#body.sub .col.main {
	float: left;
	width: 535px;
	margin: 25px 20px 60px 35px;
	font-size: 11px;
}
div#body.sub h2.pageTitle {
	margin-top: 0;
	color: #BD4C1A;
	font-family: "Meta Bold","MetaBold","Myriad Pro", Myriad, Verdana, Arial, sans-serif;
	font-family: "Arial Narrow", Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	font-weight: bold;
	font-size: 21px;
}

ul#leftnav {
	background-image: url(images/DotRule.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin: 25px 0 2em 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	zoom: 1;
	position: relative;
}
ul#leftnav li {
	background-image: url(images/DotRule.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 10px 20px;
	color: #2c2c2c;
	zoom: 1;
	position: relative;
}
ul#leftnav li a {
	color: #2c2c2c;
	text-decoration: none;
}
ul#leftnav li a:hover {
	color: #0c0c0c;
}

ul#leftnav ul {
	margin: 0;
	padding: 0;
	list-style: disc url(images/Bullet.gif) inside;
	*list-style: disc url(images/BulletIE.gif) outside;
	*margin-left: .6em;
	*padding-left: .6em;
}
ul#leftnav ul li {
	background-image: none;
	color: #3d648b;
	padding: 4px 0px;
	font-size: 11px;
}
ul#leftnav ul li a {
	color: #3d648b;
}

#copyright {
	padding: 13px 22px;	
	text-align: right;
	text-transform: uppercase;
	font-size: 8px;
}

.png { behavior: url("pngbehavior.htc"); }
.clear { clear: both; }

.sm {
	margin-right: 10px;
}