@charset "UTF-8";
/* CSS Document */

html,body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding:0;
    height:100%;
    border:none;
	font-family:Verdana, sans-serif;
}
#container {
	width: 820px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
#baseRule {
	clear: both;
	margin-top: 60px;
	width: 100%;
	border-top: solid 1px #444444;
}
#footer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
#logo {
	float: left;
	width: 190px;
	margin-top: 55px;
	margin-right: 30px;
}
#leftColumn {
	margin-top: 71px;
}
#content {
	float: right;
	width: 600px;
	padding-bottom: 60px;
}
#navigation {
	width: 600px;
}
#text {
	width: inherit;
	margin-top: 26px;
}
p {
	font-size: 12px;
	color: #444444;
	line-height: 20px;
}
ul {
	list-style: disc;
}
li {
	font-size: 12px;
	color: #444444;
	matgin-left: -8px;
	line-height: 20px;
}
a {
	color: #444444;
	text-decoration: underline;
}
a:hover {
	color: #00783D;
}
.columnText {
	font-size: 12px;
	line-height: 18px;
}
#rule {
	width: inherit;
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.footText {
	margin-left: 220px;
	margin-top: 20px;
	font-size: 11px;
}
.shadow {
	-moz-box-shadow: 4px 4px 4px #888888;
	-webkit-box-shadow: 4px 4px 4px #888888;
	box-shadow: 4px 4px 4px #888888;
}
.img {
	 margin-top: 5px;
	 margin-right: 18px;
}
.drivingImg {
	margin-top: 5px;
	margin-right: 18px;
	margin-bottom: 24px;
}