/* CSS File by Jason Rhodes - JR Network Solutions */

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
}
/*Header Styling*/
#header {
	display: none;
}
/*End Header Styling*/
#container {
	width: 660px;
	border: 0px;
}
#wrapper {
	background-image: none;
}

/*Nav Styling*/
#navigation {
	display: none;
}
/*Content Styling*/
#content {
	float: none;
	font-size: 10pt;
	margin-left: 20pt;
	margin-right: 20pt;
}
#content p {
	line-height: 1.4;
}
#content h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #000;
}
#content h2 {
	font-size: 14pt;
	font-weight: bold;
}
#content h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}
#content li {
	line-height: 1.4;
}
#content a:link {
	color: #000;
	text-decoration: underline;
}
/*End Content Styling*/
/*Footer Styling*/
#footer {
	display: none;
}
/*End Footer Styling*/
/*Misc styling*/
.booktitle {
	color: #000;
	font-size: 14pt;
	font-weight: bold;
}
.floatbookimg {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #ccc;
}
.floatrightimg {
	float: right;
	margin: 0px 0px 0px 10px;
}
.photoborder {
	border: 1px solid #000;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	display: none;
}
/* CSS File by Jason Rhodes - JR Network Solutions */