/* 73GA.css */


body {
/*	background-image: url("images/sold.png");
	background-repeat: no-repeat;
	background-position: center center;
*/	color: black;
	background-color: white;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
}

td {
	font-size: 80%;
}

#pagetop {
	position: absolute;
	position:fixed;
	visibility: visible;
	color: black;
	background-color: #EEE;

/* BACKGROUND IMAGE */
	background-image: url("images/PontiacArrow-trans.png");
	background-repeat: repeat-x;

	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 100%;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
}


#scrollingcontent {
	position:expression("absolute");
	top:113px;
	left:0px;
	margin-right:5px;
	overflow:expression("auto");
	height:600px;
	padding:10px;
	height:expression(document.body.clientHeight-97);
	width:expression(document.body.clientWidth);
	margin-top:100px;
	margin-top:expression("0px");
	background-color:none;
}

#columnleft {
	position: absolute;
	visibility: visible;
	color: black;
	background-color: none;

	font-family: Verdana, Geneva, Arial, sans-serif;
	top: 62px;
	left: 0%;
	width: 20%;
	height: 68%;
}


#columncenterright {
	position: absolute;
	visibility: visible;
	background-image: url("images/sold.png");
	background-repeat: no-repeat;
	background-position: center center;
	color: black;
	background-color: none;

	font-family: Verdana, Geneva, Arial, sans-serif;
	top: 62px;
	left: 20%;
	width: 79%;
	height: 83%;
}

#pagebottom {
	position: absolute;
	visibility: visible;
	color: black;
	background-color: pink;

	font-family: Verdana, Geneva, Arial, sans-serif;
	bottom: 0px;
	left: 0px;
	width: 99%;
	height: 15%;
}


#footer {
	position: absolute;
	visibility: visible;
	display: block;
	background-color: none;

	font-size: 99%;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;

	bottom: 0px;
	left: 0px;
	width: 99%;
	height: 2em;
}


p {
	margin: 1em 1em 1em 1em;
}


a {
	font-weight: normal;
	font-size: 90%;
}

a:link, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: black;
	background-color: yellow;
	text-decoration: none;
}


/* font size controls */



.headline {
	font-weight: bold;
	font-size: 125%;
}

.font-x-small {
	display: inline;
	font-size: x-small;
}


.font-small {
	display: inline;
	font-size: small;
}


.font-medium {
	display: inline;
	font-size: medium;
}


.font-large {
	display: inline;
	font-size: large;
}


.font-x-large {
	display: inline;
	font-size: x-large;
}


.font-10-percent {
	display: inline;
	font-size: 10%;
}


.font-20-percent {
	display: inline;
	font-size: 20%;
}


.font-30-percent {
	display: inline;
	font-size: 30%;
}


.font-40-percent {
	display: inline;
	font-size: 40%;
}


.font-50-percent {
	display: inline;
	font-size: 50%;
}


.font-60-percent {
	display: inline;
	font-size: 60%;
}


.font-70-percent {
	display: inline;
	font-size: 70%;
}


.font-80-percent {
	display: inline;
	font-size: 80%;
}


.font-90-percent {
	display: inline;
	font-size: 90%;
}


.font-100-percent {
	display: inline;
	font-size: 100%;
}


.font-110-percent {
	display: inline;
	font-size: 110%;
}


.font-120-percent {
	display: inline;
	font-size: 120%;
}


.font-130-percent {
	display: inline;
	font-size: 130%;
}


.font-140-percent {
	display: inline;
	font-size: 140%;
}


.font-150-percent {
	display: inline;
	font-size: 150%;
}


.font-160-percent {
	display: inline;
	font-size: 160%;
}


.font-170-percent {
	display: inline;
	font-size: 170%;
}


.font-180-percent {
	display: inline;
	font-size: 180%;
}


.font-190-percent {
	display: inline;
	font-size: 190%;
}


.font-200-percent {
	display: inline;
	font-size: 200%;
}




/* positioning within containers */

/* down positioning */
.down2percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 2%;
	width: 100%;
}


.down5percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 5%;
	width: 100%;
}


.down10percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 10%;
	width: 100%;
}


.down20percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 20%;
	width: 100%;
}


.down30percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 30%;
	width: 100%;
}


.down30percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 30%;
	width: 100%;
}


.down40percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 40%;
	width: 100%;
}


.down50percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 50%;
	width: 100%;
}


.down60percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 60%;
	width: 100%;
}


.down70percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 70%;
	width: 100%;
}


.down80percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 80%;
	width: 100%;
}


.down90percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 90%;
	width: 100%;
}


.down100percent {
	position: relative;
	visibility: visible;
	display: block;

	top: 100%;
	width: 100%;
}


/* left padding */
.padleft-1em {
	position: relative;
	padding-left: 1em;
}


.padleft-2em {
	position: relative;
	padding-left: 2em;
}


.padleft-5em {
	position: relative;
	padding-left: 5em;
}


.padleft-10em {
	position: relative;
	padding-left: 10em;
}


.padleft-25em {
	position: relative;
	padding-left: 25em;
}


.padleft-1px {
	position: relative;
	padding-left: 1px;
}


.padleft-2px {
	position: relative;
	padding-left: 2px;
}


.padleft-5px {
	position: relative;
	padding-left: 5px;
}


.padleft-10px {
	position: relative;
	padding-left: 10px;
}


.padleft-25px {
	position: relative;
	padding-left: 25px;
}


.padleft-1percent {
	position: relative;
	padding-left: 1%;
}


.padleft-2percent {
	position: relative;
	padding-left: 2%;
}


.padleft-5percent {
	position: relative;
	padding-left: 5%;
}


.padleft-10percent {
	position: relative;
	padding-left: 10%;
}


.padleft-25percent {
	position: relative;
	padding-left: 25%;
}


/* right padding */
.padright-1em {
	position: relative;
	padding-right: 1em;
}


.padright-2em {
	position: relative;
	padding-right: 2em;
}


.padright-5em {
	position: relative;
	padding-right: 5em;
}


.padright-10em {
	position: relative;
	padding-right: 10em;
}


.padright-25em {
	position: relative;
	padding-right: 25em;
}


.padright-1px {
	position: relative;
	padding-right: 1px;
}


.padright-2px {
	position: relative;
	padding-right: 2px;
}


.padright-5px {
	position: relative;
	padding-right: 5px;
}


.padright-10px {
	position: relative;
	padding-right: 10px;
}


.padright-25px {
	position: relative;
	padding-right: 25px;
}


.padright-1percent {
	position: relative;
	padding-right: 1%;
}


.padright-2percent {
	position: relative;
	padding-right: 2%;
}


.padright-5percent {
	position: relative;
	padding-right: 5%;
}


.padright-10percent {
	position: relative;
	padding-right: 10%;
}


.padright-25percent {
	position: relative;
	padding-right: 25%;
}



