body {
    background-image: url(images/pgbg.jpg);
    background-repeat: repeat-y;
    background-position: center;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 1.4em;
    background-color: #FEEEEE;
}
a:link, a:visited {
	color: #F48719;
	text-decoration: underline;
}
a:hover, a:active {
	color: #F48719;
	text-decoration: none;
}
h1 {
    font-size: 190%;
    color: #F48719;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -1px;
}
h2 {
    font-size: 150%;
    color: #515151;
    font-family: Arial, Helvetica;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -1px;
}
#container {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	width: 770px;
}
#header {
	width: 770px;
}
#nav {
	width: 770px;
}
#main {
	width: 520px;
}
#right {
	width: 250px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 770px;
	height: 20px;
	background-color: #A3301F;
}
#main li {
	list-style-image: url(images/bullet.gif);
}
#main ul {
	margin-top: 5px;
}
#right li {
	list-style-image: url(images/bullet.gif);
}
#right ul {
	margin-top: 5px;
}
.pic {
	margin-right: 15px;
	margin-bottom: 15px;
}
.hr_orange {
	background-color: #F48719;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.quoteByLine {
	color: #515151;
	line-height: 100%;
	font-style: italic;
}
.hr_gray {
	background-color: #c8c8c8;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

