body {
	padding: 0px;
	margin: 0px;
	background-color: #ccc;
}

/* set fonts everywhere */
body, input, td, a, option, select, submit, .textButton, .pageHeading, h1, h2,
checkbox, radio, textarea
{
	font-family:Georgia, Times New Roman, Times, serif;
}

h1, .pageHeading {
	color: #f3ca6c;  /* cappuccino */
	margin-bottom: 5px;
	font-size: large;
}

h2, a.productName {
	color: #593b14;  /* espresso */
	font-style: italic;
	margin-bottom: 5px;
}

h3 {
	color: #593b14;  /* espresso */
	font-style: italic;
	margin-bottom: 5px;
	font-size: medium;
}

a.productName {
	text-decoration: none;
	border-bottom: 1px dotted #593b14;
}

div.productDescription {
	margin-top: 2px;
	margin-bottom: 5px;
}

#pageContainer {
	width: 800px;
	height: 100%;
	border-left: 1px solid #f88;
	border-right: 1px solid #f88;
	border-bottom: 1px solid #f88;
	background-color: white;
}

#pageBody {
	font-size: small;
	color: #666;

	/* hack to avoid the gap resulting from secondNav */
	position: relative;
	top: -75px;
}

#pageContent {
	padding: 5px;
	padding-right: 40px;
}

#secondNav {
	position: relative;
	top: -75px;
	text-align: right;
	padding-right: 17px;
	float: right;
	width: 400px;
	padding-bottom: 5px;
	white-space: normal;
}

a.secondNavLink, a.UserPanel {
	color: #593b14;  /* espresso */
	font-size: small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	/*margin-left: 15px;*/
}

a.secondNavLink:hover {
	border-bottom: 1px dashed #593b14;
}

a.UserPanel {
	color: red;
}


td.navMenu {
	text-align: left;
	padding-left: 1em;
}

a.UserPanel:hover {
	border-bottom: 1px dashed red;
	color: red;
	text-decoration: none;
}


#pageImage {
	margin-top: 35px;
	border-top: 1px solid #f88;
	border-left: 1px solid #f88;
	border-bottom: 1px solid #f88;
	display: block;
}

#pageFooter {
	padding-top: 2em;
}

.textButton {
	background-color: #88d1e3; /*   #ffe6af;   lt cappuccino */
	padding: 2px 4px 2px 4px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #446b75; /*  #d83;*/
	color: #446b75; /*#c00;  /* cappuccino */
	/* border: 1px solid #e3ba5c;
	color: #b38a2c;*/
	text-decoration: none;
	font-size: small;
	white-space: nowrap;
	line-height: 135%;
}

.subDescription {
	font-size: small;
/*	color: #f3ca6c; */
	font-style: italic;
}
