body {
	margin:0;
	padding:0;
	font-family: "TimesNR", serif;
	font-size: 85%;
	color:#000000;
	line-height:120%;
	background:#336;
} 
#main-content {
	width:700px;
	height:650px;
	margin:0 auto;
	display:block;
	background-color:#336;
	color: #000;
	padding:0;  
}
#logo {
	width:700px;
	height:85px;
	background: url(images/logo1.gif) no-repeat scroll 50% 0%;
	margin:0;
	padding:0;
	background-color:#336;
	color: #fff;
}
#uppernav {
	width:700px;
	height:25px;
	margin:0;
	padding:7px 0px 3px 0px;
	background-color:#f90;
	text-align:center;
	color: #000;
}
#sidebar {
	width:139px;
	height:500px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0;
	background-color:#99c;
	background-image:url(images/sidebar.jpg);
	color: #000;
}
#main {	
	width:527px;
	height:500px;
	float:right;
	margin:0;
	padding:0px 16px 0px 16px;
	background-color:#ffffff;
	text-align:justify;
	overflow:scroll;
	color: #000;
}
#main2 {	
	width:528px;
	height:500px;
	float:right;
	margin:0;
	padding:10px 16px 0px 16px;
	background-color:#ffffff;
	background-image:url(images/PIHat3.gif);
	text-align:justify;
	overflow:scroll;
	color: #000;
}
A:link {
	font-family : TimesNR, serif; 
	color : #0000cc; 
	text-decoration : none; 
	font-weight : bold;
	line-height : 140%; 
}

A:visited {
	font-family: TimesNR, serif;
	color: #c33; 
	text-decoration: none; 
	line-height: 140%; 
	font-weight: bold;
}

A:hover, a:active {
	font-family: TimesNR, serif;
	color: #000; 
	text-decoration: underline; 
	line-height: 140%; 
	font-weight: bold;
}
h2 {
	font-family: TimesNR, serif;
	color: #000; 
	line-height: 23px; 
	font-size: 125%;
	font-weight: bold;
	text-align: left;
	background-color: #fff;
}
h1 {
	font-family: TimesNR, serif;
	color: #000; 
	line-height: 23px; 
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	background-color: #fff;  
}
.casefiles {
	font-family: TimesNR, serif;
	color: #000; 
	line-height: 23px; 
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	background-color: #transparent;  
}
img { border: none; }
.booksection p	{ margin-top: 0; margin-bottom: 0; }

.booksection p	{ text-indent: 3em;}

 label {
	width: 8em;
	float: left;
	text-align: right;
	margin: 0 1em 10px 0;
	clear: both;
}
.input-box {
	margin-bottom : 10px;
	color : #336;
	background-color : #fff;
	border : #336 solid 1px;
	clear : right;
	font : 1em TimesNR, serif;
}
.input-box:focus  {
 	background-color : #fff;
 	color:#336;
}
.formtext {
	margin-bottom : 10px;
	color : #336;
	background-color : #fff;
	border : #336 solid 1px;
	font : 1em TimesNR, serif;
	clear : right;
}
.formtext:focus  {
 	background-color :#fff;
 	color:#336;
 }
.submit-button {
	margin-left : 9em;
	clear : both;
	color : #336;
	background-color : #fff;
	border : 1px #336 outset;
	font : 1em TimesNR, serif;
}
