.page{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 964px;
	background-color: white;
}

h1{
	color: #000066;
	font-family: "Courier New", Courier, monospace;
/*	font-size: 1.1em; */
	font-size: 18px;
	font-stretch: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	text-decoration: none;
	text-indent: 0px;
	unicode-bidi: normal;
	white-space: normal;
	word-spacing: normal;
	clear: both;
	margin-bottom: -12px;
}

h1.nav{
	margin-left: 10px;
	margin-top:20px;
	font-size: 16px;
}

h1.essayTitle{
	color: #cc8800;
	font-weight: bold;
	margin-left: 100px;
}

h1.pageTitle{
	font-size: 24px;
	color:#000066;
	font-weight: bold;
	text-align: center;
}

h1.jokeTitle{
	margin-top: 10px;
	font-size: 16px;
	color:#000066;
	font-weight: bold;
}


h1.formHeading{
	color: #000066;
	font-weight: bold;
}


p{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

p.body{
	color: #000066;
	margin-left: 100px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	line-height: 150%;
	margin-right: 50px;
}

p.listItem{
	color: #000066;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	line-height: 150%;
	margin-right: 50px;
}

p.contributor{
	color: #000066;
	margin-left: 250px;
	font-size: 14px;
}

p.navString{
	font-size: 12px;
	color: #000066;
	margin-left: 100px;
	font-family: "Courier New", Courier, monospace;
}

p.postingDate{
	font-size: .75em;
	color: #000066;
	margin-left: 100px;
}

font.more{
	font-size: .85em;
}

font.form{
	font-family: "Courier New", Courier, monospace;
	color: #000066;
	font-size: .85em;
	
}

font.formNotes{
	font-family: "Courier New", Courier, monospace;
	color: #000066;
	font-size: .85em;
	
}

font.punchLine{
	font-style: italic;
}

font.errorMsg{
	font-family: "Courier New", Courier, monospace;
	font-size: .85em;
	color: #ffcc2c;
}

p.top {text-align: right;}



#bannerHead{
	width: 960px;
/*	display: block; */
	height: 75px;
}

#navString{
	width: 700px;
	height: 20px;
}

#pageHeading{
	position: relative;
	left: 100px;
	width: 645px;
	min-width: 500px;
	height: 45px;
}

.contentLeft{
	position: relative; 
	width: 160px;
	height: 450px;
	top: 4px;
	margin-left: 1px;
	margin-right: 4px;
	float: left; 
/*	background-image: url(../images/left_panel_square_corners.gif); */
	background-color: #ff9999;
}

.contentLeft a{
	text-decoration: none;
}

.contentLeft a:link{
	color: #cc3300;
}

.contentLeft a:visited{
	color: #cc3300;
}

.contentLeft a:hover{
	color: #ffff66;
}

.contentLeft a:active{
	color: #ffff66;
}

.contentRight{
	position: relative;

	top: 4px;
	width: 795px;
	height: 450px;
	overflow: auto;
	background-image: url(../images/yellowpad_small.gif);
}

.contentRight a{
/*	text-decoration: none; */
	font-weight: bold;
}

.contentRight a:link{
	color: #cc3300;
}

.contentRight a:visited{
	color: #cc3300;
}

.contentRight a:hover{
/*	color: #ff9432; */
	color: #0000cc;
}

.contentRight a:active{
	color: #0000cc;
}

/* This section contains style definitions for the punchbowl
	add joke form.
==============================================
*/

.punchForm {
	margin-left: 0px;
	width: 625px;
	height: 425px;
	background: url('../images/blue_card.jpg') repeat;
	padding-left: 25px;
	padding-top: 10px;
	padding-right:10px;
	border-right: 3px #666666 solid;
	border-bottom: 3px #666666 solid;
}

.punchFormEntry {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

.punchFirstName {
	float: left;
	width: 120px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

.punchLastName {
	float: left;
	width: 120px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

.punchNickname {
	float: left;
	width: 120px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

.punchEmail {
	float: left;
	width: 200px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

.punchCity {
	float: left;
	width:120px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

.punchState {
	float: left;
	width:300px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

.punchJoke {
	float: left;
	width:400px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

/*
==============================================
*/

.footer{
	clear: both;
	display: block;
	position: relative;
	top: 8px;
	background-image: url(../images/banner_bottom.gif);
	background-repeat: no-repeat;
	width: 960px;
	height: 30px;
	margin-left: 1px;
	text-align: center;
}
