body {
margin: 0;
padding: 0;
overflow:auto;
font-family: Times New Roman, sans-serif;
font-size: 14px;
background: #000;
line-height: 1.3em;
scrollbar-base-color: #333; 
}

/*background:url(images/bk221.gif) left center repeat;*/

#wrapper {
	width: 1056px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	
	}
	
	
	
#header{
 	display: block;
	padding: 0;
	margin: 0;
	width:906px;
	height: 80px;
	
	}
	
#content{
	margin: 0;
	width:1056px;
	
	}
	
div.scroll {
height: 720px;
width: 278px;
overflow: auto;
border: 0;
background-color: #ede9d8;
padding: 8px;
color: #333;

}
	



#footer{
	width:1056px;
	height: 41px;
	margin: 0;
	float: center;
	padding:5px 20px 0 0;
	background:url(images/packardfooter.jpg) left center;
text-align: right;
	}


.clearit {
	clear: both;
}




/*----------------------------typography-------------------------------------*/


.text14
{font: 14px Times New Roman, serif;
color: #ede9d8;
line-height: 1.2em;
letter-spacing: 0;
}

.text12
{font: 12px Times New Roman, serif;
color: #ede9d8;
line-height: 1.2em;
letter-spacing: 0;
}


text12black
{font: 12px Times New Roman, serif;
color: #000;
line-height: 1.2em;
letter-spacing: 0;


/*----------------------------links-------------------------------------*/


a {text-decoration:underline; color:#000;}
a:hover {text-decoration:underline; color:#ff5b13;}
a.headereventlink {text-decoration:underline; color:#660099;}
a.headereventlink:hover {color:#cc0066;}
a.anchorlinkpage {text-decoration:none; color:#cc0066;}
a.anchorlinkpage:hover {color:#cc0066;}
a.anchor {text-decoration:none; color:#00196b;}
a.anchor:hover {color:#660099;}
a.brown {text-decoration:underline; color:#111111;}
a.brown:hover {color:#6e4013;}


