body {
		text-align: center;
		background: #222222;
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial;
		font-size: 12px;
		color: black;
		}
h3 {	
		color: red;
		font-size: 14px;
		}
h4 {
		font-size: 12px;
		}
h5 {
		font-size: 9px;
		font-style: italic;
		}
a img {
		border: none;
		}
a, em {		
		color: red;
		text-decoration: none;
		}
a:hover {
		color: red;
		text-decoration: underline;
		}
ul {	
		margin-left: 10px;
		list-style-type: disk;
		color: red;
		}
ul a {
		margin: 0px;
		}		

.thumb {
		width: 100px;
		height: 125px;
		margin-right: 12px;
		float: left;
		border-left: solid red 3px;
		}
.thumb a img {
		border-left: solid black 3px;
		}
.smallpic {
		float: left;
		margin: 10px 10px 10px 0px;
		padding: 4px;
		border: 1px solid red;
		}

#box {	
		margin: 10px auto;
		padding: 0;
		width: 850px;
		overflow: hidden;
		min-height: 200px;
		background: white;
		}
#head {
		width: 830px;
		min-height: 100px;
		margin-left: 10px;
		margin-top: 10px;
		border-bottom: solid black 1px;
		}
#logo {
		margin: 10px 0px 0px 0px;
		float: left;
		height: 80px;
		width: 241px;
		}
#nav {	
		color: red;
		margin: 10px 0px;
		font-size: 13px;
		text-align: right;
		float: right;
		width: 350px;
		}
#sectitle {
		width: 180px;
		height: 15px;
		float: left;
		margin-left: 10px;
		margin-top: 20px;
		margin-bottom: 0px;
		}
#feature {
		background-image: url("/images/PTC_FeatureBlank.jpg");
		float: left;
		width: 850px;
		height: 220px;
		padding: 0px;
		margin: 0px;
		border-bottom: solid red 2px;
		border-top: solid red 2px;
		}
#bodytext {
		float: left;
		text-align: left;
		margin: 10px 10px 10px 10px;
		padding: 5px 0px;
		width: 830px;
		_width: 820px;
		min-height: 100px;
		border-bottom: solid 1px black;
		}
.biobox {
		width: 810px;
		min-height: 150px;
		margin: 10px 0px;
		padding: 10px;
		background: #660000;
		color: white;
		text-align: left;
		float: left;
		}
#main {
		padding-top: 0px;
		padding-right: 15px;
		padding-bottom: 10px;
		margin: 0px 0px 10px 0px;
		min-height: 100px;
		_height: 100px;
		}
#sidebar {
		float: right;
		width: 280px;
		padding-top: 0px;
		padding-left: 10px;
		padding-bottom: 10px;
		margin: 0px 10px 10px 5px;
		min-height: 100px;
		border-left: solid 1px red;
		}
.foot {
		text-align: center;
		margin-bottom: 10px;
		height: 16px;
		display: block;
		color: red;
		font-size: 10px;
		}
.credit {
		color: #777777;
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		}
.sep {
		padding: 15px 0px;
		border-bottom: solid 1px #777777;
		}
.pullquote {
		color: red;
		padding: 5px;
		font-size: 16px;
		font-weight: bold;
		}
.quotesource {
		color: red;
		font-style: italic;
		float: right;
		text-align: right;
		}
.legacy {
		font-size: 14px;
		font-weight: bold;
		}
