body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	text-align: center;
	background-image: url("../img/bgrepeat.jpg");
	background-repeat: repeat-x;
	background-color: #0069aa;
}

#contents {
	top: 0px;
	left: 0px;
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer {
	position: absolute;
	top: 550px;
	height: 50px;
	background-image: url("../img/footer.png");
	background-repeat: no-repeat;
	/* background-color: #000000; */
	font-size: 0.786em;
	text-align: center;
	width: 800px;
	color: #fff;
}


#header {
	background-image: url("../img/banner.png");
	background-position: top, left;
	background-repeat: no-repeat;
	background-border: none;
	height: 170px;
	width: 800px;
}

#sub {
	position: relative;
	top: 0px;
	left: 130px;
	width: 670px;
	height: 430px;
}

#main {
	color: black;
	background-color: white;
	height: 380px;
	padding-left: .5em;
	padding-right: .5em;
	width: 526px;
	overflow: auto;
	-moz-user-focus: normal;
	-mox-user-input: enabled;
}	

#left-column {
	position: absolute;
	width: 130px;
	height: 380px;
	margin-bottom: 5em;
	background-image: url("../img/left_nav.png");
	background-repeat: no-repeat;
	/*border-left: 1px solid gray;*/

}

#right-column {
	position: absolute;
	left: 540px;
	top: 0px;
	width: 130px;
	height: 380px;
	background-image: url("../img/right_nav.png");
	background-repeat: no-repeat;
	/* background-color: #ffffff;
	border-right: 1px solid gray; */
}

#footer-content {
	margin-top: 16px;
}

img {
	border: none;
}

#left-navigation {
	padding-top: 40px;
	font-size: 0.929em;
	font-weight: bold;
	color: #ffffcc;

}

a.leftNavLink {
  display: block;
  margin-left: 14px;
  padding: 2px;
  text-decoration: none;
}

a.leftNavLink:link, a.leftNavLink:visited {
  color: #00693e;
}

a.leftNavLink:active, a.leftNavLink:focus, a.leftNavLink:hover {
  color: #0069aa;
  text-decoration: underline;
}

a.foot {
	color: #00693e;
	font-size: 1em;
	text-decoration: none;
}

a.foot:link, a.foot:visited {
	color: #fff;
}

a.foot:active, a.foot:focus, a.foot:hover {
  color: #0069aa;
  text-decoration: underline;
}


div.affiliates {
  padding-left: 1em;
  padding-top: 1em;
  border: none;
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 1.125em;
	font-weight: bold;
	text-align: left;
}

p.quote {
	font-size: 0.857em;
	font-weight: bold;
	padding-left:1em;
	padding-right:1em;
}

td {
	color: black;
}

a {
	border: none;
	color:black;
}

a:link, a:visited {
	border: none;
}

a:active, a:focus, a:hover {
	color: #121258;
	text-decoration: underline;
}


p {
	text-align: justify;
}


div.just {
	margin-left: .5cm;
	margin-right: .5cm;
	text-align: justify;
}

#ContactInfo {
	font-size: 0.929em;
	text-align: center;
}
.centerText {
	text-align: center;
}
.boxed {
    padding: 4px;
    border:  1px solid #ccc;
    background-color: #eee;
/*    width:  210px;
    height: 158px; */
}

/* Text Scroller */
/* Scroller Box */
#scroller_container {
        width: 516px;
        height: 20px;
        overflow: hidden;
	color: #0069aa;
}
/* Scoller Box */

/* CSS Hack Safari */
#dummy {;# }

#scroller_container {
        overflow: auto;
}

#newsContainer {
        text-align: center;
}

#drive-thru {
        position: relative;
        float: left;
        height: 100px;
        width: 100px;
        left: 14px;
}

